summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control5
1 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 5411deb..dae32c1 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Jelmer Vernooij <jelmer@debian.org>
Uploaders: Christian Perrier <bubulle@debian.org>
Homepage: http://talloc.samba.org/
Build-Depends: debhelper (>= 8.1.3), docbook-xml, docbook-xsl, xsltproc, libpopt-dev, swig, python-all (>= 2.6.6-3), python-all-dev (>= 2.6.6-3)
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
Vcs-Bzr: http://bzr.debian.org/pkg-samba/talloc/unstable
X-Python-Version: 2.7
@@ -55,9 +55,10 @@ Description: hierarchical pool based memory allocator - Python bindings
Package: python-talloc-dbg
Architecture: any
-Section: python
+Section: debug
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-talloc (= ${binary:Version})
Recommends: python-dbg, libtalloc2-dbg
+Priority: extra
Description: hierarchical pool based memory allocator - Python debug extension
A hierarchical pool based memory allocator with destructors. It uses
reference counting to determine when memory should be freed.