summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorAndrew Shadura <bugzilla@tut.by>2011-11-28 15:43:32 +0200
committerAndrew Shadura <bugzilla@tut.by>2011-11-28 15:43:32 +0200
commit8057cf9ae9570cd64c37ed6c00e1651d3f6b0b40 (patch)
treeebfb8e78fb555414a777ba08a9a5139667ee67f5 /debian
parent6fcf9f8fd5f684853083e15f6ef3477d54bd999c (diff)
merge changes from Patrick
Diffstat (limited to 'debian')
-rw-r--r--debian/control12
1 files changed, 6 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 4297a95..2ea1a75 100644
--- a/debian/control
+++ b/debian/control
@@ -1,18 +1,18 @@
Source: libmowgli
Priority: optional
Maintainer: Patrick Schoenfeld <schoenfeld@debian.org>
-Uploaders: Adam Cécile (Le_Vert) <gandalf@le-vert.net>, William Pitcock <nenolod@sacredspiral.co.uk>
+Uploaders: William Pitcock <nenolod@sacredspiral.co.uk>
Build-Depends: debhelper (>= 7.0.50~), autotools-dev (>= 20100122.1), autoconf, libmowgli-dev (>= 0.7.0), pkg-config
Standards-Version: 3.9.2
Homepage: http://www.atheme.org/index.php/Projects/Libmowgli
-Vcs-Svn: svn://svn.debian.org/svn/collab-maint/ext-maint/libmowgli/trunk
-Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/ext-maint/libmowgli
+Vcs-Git: git://git.debian.org/git/collab-maint/libmowgli.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/libmowgli.git;a=summary
Section: libs
Package: libmowgli-dev
Section: libdevel
Architecture: any
-Depends: libmowgli2 (= ${binary:Version})
+Depends: libmowgli2 (= ${binary:Version}), ${misc:Depends}
Description: a high performance development framework for C
Mowgli is a development framework for C (like GLib), which provides high
performance and highly flexible algorithms. It can be used as a supplement
@@ -34,9 +34,9 @@ Description: a high performance development framework for C
Package: libmowgli2-dbg
Priority: extra
-Section: libdevel
+Section: debug
Architecture: any
-Depends: libmowgli2 (= ${binary:Version})
+Depends: libmowgli2 (= ${binary:Version}), ${misc:Depends}
Description: a high performance development framework for C
This package contains the debug symbols needed to create meaningful backtraces
for applications that use the mowgli library.