Bump standards version to 3.9.2 (no changes).
authorJelmer Vernooij <jelmer@debian.org>
Tue, 26 Jul 2011 18:31:14 +0000 (20:31 +0200)
committerJelmer Vernooij <jelmer@debian.org>
Tue, 26 Jul 2011 18:31:14 +0000 (20:31 +0200)
debian/changelog
debian/control

index e53acfb412edaf55785e61df3364fe7a7d25a37f..54ba8d926f0ec61b9abc40e2ea559c5ea041dcf8 100644 (file)
@@ -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
 
index 5411deb8adc29919e0aca4476459d8beb4205bc1..dae32c1a84e4ad1c97478084ca04e47c86dec302 100644 (file)
@@ -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.