Package: python-testresources Version: 0.2.4-1 Tags: patch User: [email protected] Usertags: origin-ubuntu ubuntu-patch quantal
Hello, pycentral and pysupport are both deprecated. Packages should use only dh_python2 and dh_python3 now. This debdiff moves testresources to dh_python2. Thanks for considering, Martin -- Martin Pitt | http://www.piware.de Ubuntu Developer (www.ubuntu.com) | Debian Developer (www.debian.org)
diff -u testresources-0.2.4/debian/rules testresources-0.2.4/debian/rules --- testresources-0.2.4/debian/rules +++ testresources-0.2.4/debian/rules @@ -1,6 +1,5 @@ #!/usr/bin/make -f -DEB_PYTHON_SYSTEM=pysupport include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk include /usr/share/cdbs/1/rules/simple-patchsys.mk diff -u testresources-0.2.4/debian/changelog testresources-0.2.4/debian/changelog --- testresources-0.2.4/debian/changelog +++ testresources-0.2.4/debian/changelog @@ -1,3 +1,13 @@ +testresources (0.2.4-1ubuntu1) quantal; urgency=low + + * Convert package from obsolete pysupport to to dh_python2: + - debian/control: Drop pysupport build dependency and bump python-all/cdbs + build dependencies to the versions that support dh_python2. + - debian/rules: Drop DEB_PYTHON_SYSTEM + - Drop debian/pyversions and debian/pycompat, not needed any more. + + -- Martin Pitt <[email protected]> Wed, 16 May 2012 15:57:00 +0200 + testresources (0.2.4-1) unstable; urgency=low * New upstream release. reverted: --- testresources-0.2.4/debian/pycompat +++ testresources-0.2.4.orig/debian/pycompat @@ -1 +0,0 @@ -2 reverted: --- testresources-0.2.4/debian/pyversions +++ testresources-0.2.4.orig/debian/pyversions @@ -1 +0,0 @@ -2.4- diff -u testresources-0.2.4/debian/control testresources-0.2.4/debian/control --- testresources-0.2.4/debian/control +++ testresources-0.2.4/debian/control @@ -2,9 +2,9 @@ Section: python Priority: optional Maintainer: Robert Collins <[email protected]> -Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.49), - python-all-dev (>= 2.3.5-11) -Build-Depends-Indep: python-docutils, python-support (>= 0.5.3), +Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.90), + python-all (>= 2.6.6-3~) +Build-Depends-Indep: python-docutils, python-testtools Standards-Version: 3.8.3
signature.asc
Description: Digital signature

