diff -u python-cdb-0.32/debian/control python-cdb-0.32/debian/control --- python-cdb-0.32/debian/control +++ python-cdb-0.32/debian/control @@ -1,8 +1,9 @@ Source: python-cdb Section: contrib/python Priority: optional -Maintainer: Adam D. McKenna -Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11) +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Maintainer: Adam D. McKenna +Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11), python-central (>= 0.5) XS-Python-Version: all Standards-Version: 3.5.2 diff -u python-cdb-0.32/debian/copyright python-cdb-0.32/debian/copyright --- python-cdb-0.32/debian/copyright +++ python-cdb-0.32/debian/copyright @@ -16,0 +17,3 @@ + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. diff -u python-cdb-0.32/debian/changelog python-cdb-0.32/debian/changelog --- python-cdb-0.32/debian/changelog +++ python-cdb-0.32/debian/changelog @@ -1,3 +1,13 @@ +python-cdb (0.32-5.3ubuntu1) intrepid; urgency=low + + * Merge from Debian unstable. (LP: #234126) Remaining Ubuntu changes: + - debian/control: add python-central (>= 0.5) to build-depends + - debian/rules: call dh_pycentral instead of dh_python + - debian/copyright: point to the full text of the GPL + * Modify Maintainer value to match Debian-Maintainer-Field Spec (LP: #230350) + + -- Stefan Ebner Mon, 19 May 2008 03:11:35 +0200 + python-cdb (0.32-5.3) unstable; urgency=low * NMU @@ -5,6 +15,15 @@ -- Thomas Viehmann Tue, 04 Mar 2008 22:41:01 +0100 +python-cdb (0.32-5.2ubuntu2) feisty; urgency=low + + * Sync of python-cdb 0.32-5.2 due to a bad version in the past. + * debian/control: add python-central (>= 0.5) to build-depends + * debian/rules: call dh_pycentral instead of dh_python + * debian/copyright: point to the full text of the GPL + + -- Michael Bienia Sun, 28 Jan 2007 16:21:59 +0100 + python-cdb (0.32-5.2) unstable; urgency=low * NMU @@ -12,6 +31,12 @@ -- Matthias Klose Sat, 8 Jul 2006 14:36:44 +0200 +python-cdb (0.32-5.2ubuntu1) hoary; urgency=low + + * Build using python2.4. + + -- Matthias Klose Sun, 3 Apr 2005 21:18:42 +0200 + python-cdb (0.32-5.1) unstable; urgency=low * NMU diff -u python-cdb-0.32/debian/rules python-cdb-0.32/debian/rules --- python-cdb-0.32/debian/rules +++ python-cdb-0.32/debian/rules @@ -48,7 +48,7 @@ dh_installdocs dh_installchangelogs ChangeLog dh_link - dh_python + dh_pycentral dh_strip dh_compress dh_fixperms