summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@debian.org>2011-07-26 20:31:14 +0200
committerJelmer Vernooij <jelmer@debian.org>2011-07-26 20:31:14 +0200
commit8bb22d99103a979e80862d306328c63c116b831e (patch)
tree2ccec7dec6cf2883187e21538033e7493629dfbd /debian
parentabcfed6a9dee9a97b81422e891246c60cc30d2e9 (diff)
Bump standards version to 3.9.2 (no changes).
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog3
-rw-r--r--debian/control5
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index e53acfb..54ba8d9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ talloc (2.0.5-2) UNRELEASED; urgency=low
* Switch to dh_python2.
* Add multi-arch support to libtalloc1.
* Add debug packages libtalloc2-dbg and python-talloc-dbg.
+ * Bump standards version to 3.9.2 (no changes).
- -- Jelmer Vernooij <jelmer@debian.org> Tue, 26 Jul 2011 20:14:45 +0200
+ -- Jelmer Vernooij <jelmer@debian.org> Tue, 26 Jul 2011 20:29:11 +0200
talloc (2.0.5-1) unstable; urgency=low
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.