summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 5 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 0b533f9..fafa5dd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
Source: libmowgli
Priority: optional
Maintainer: Andrew O. Shadura <bugzilla@tut.by>
-Build-Depends: debhelper (>= 7.0.50~), autotools-dev (>= 20100122.1), autoconf, libmowgli-dev (>= 0.7.0), pkg-config
+Build-Depends: debhelper (>= 8.1.3~), autotools-dev (>= 20100122.1), autoconf, libmowgli-dev (>= 0.7.0), pkg-config
Standards-Version: 3.9.3
Homepage: http://www.atheme.org/projects/mowgli
Vcs-Hg: http://anonscm.debian.org/hg/collab-maint/libmowgli
@@ -12,6 +12,7 @@ Package: libmowgli-dev
Section: libdevel
Architecture: any
Depends: libmowgli2 (= ${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
performance and highly flexible algorithms. It can be used as a supplement
@@ -26,6 +27,8 @@ Description: high performance development framework for C (development)
Package: libmowgli2
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
Description: high performance development framework for C
This package contains the shared library needed to run programs that use the
mowgli library.
@@ -35,6 +38,7 @@ Priority: extra
Section: debug
Architecture: any
Depends: libmowgli2 (= ${binary:Version}), ${misc:Depends}
+Multi-Arch: same
Description: high performance development framework for C (debug)
This package contains the debug symbols needed to create meaningful backtraces
for applications that use the mowgli library.