summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAndrew Shadura <andrew@shadura.me>2014-01-28 15:21:50 +0100
committerAndrew Shadura <andrew@shadura.me>2014-01-28 15:21:50 +0100
commit51addbcf27d7b06dae80a0e39e5f5f83e94dd8ae (patch)
tree3d00bef2d26f97257ec6f4835505cd300054a1e3 /debian/control
parent1ed00f1a2893b43195f3fc747988da0bf6006797 (diff)
Update to libmowgli 2.0.0
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control14
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control
index 3205d3d..8257a5f 100644
--- a/debian/control
+++ b/debian/control
@@ -1,17 +1,17 @@
-Source: libmowgli
+Source: libmowgli-2
Priority: optional
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Homepage: http://www.atheme.org/projects/mowgli
Vcs-Hg: http://anonscm.debian.org/hg/collab-maint/libmowgli
Vcs-Browser: http://anonscm.debian.org/hg/collab-maint/libmowgli/summary
Section: libs
-Package: libmowgli-dev
+Package: libmowgli-2-dev
Section: libdevel
Architecture: any
-Depends: libmowgli2 (= ${binary:Version}), ${misc:Depends}
+Depends: libmowgli-2-0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: high performance development framework for C (development)
Mowgli is a development framework for C (like GLib), which provides high
@@ -24,7 +24,7 @@ Description: high performance development framework for C (development)
This package contains files needed for development with this library and code
examples.
-Package: libmowgli2
+Package: libmowgli-2-0
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
@@ -40,11 +40,11 @@ Description: high performance development framework for C
This package contains the shared library needed to run programs that use the
mowgli library.
-Package: libmowgli2-dbg
+Package: libmowgli-2-0-dbg
Priority: extra
Section: debug
Architecture: any
-Depends: libmowgli2 (= ${binary:Version}), ${misc:Depends}
+Depends: libmowgli-2-0 (= ${binary:Version}), ${misc:Depends}
Multi-Arch: same
Description: high performance development framework for C (debug)
Mowgli is a development framework for C (like GLib), which provides high