Package: pyjunitxml Version: 0.6-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu ubuntu-patch saucy
python-support is deprecated. Could you please switch to its replacement, dh_python2? I ran through the instructions at http://wiki.debian.org/Python/TransitionToDHPython2 and they seem sufficient for this. * Convert to dh_python2. diff -u pyjunitxml-0.6/debian/rules pyjunitxml-0.6/debian/rules --- pyjunitxml-0.6/debian/rules +++ pyjunitxml-0.6/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 reverted: --- pyjunitxml-0.6/debian/pycompat +++ pyjunitxml-0.6.orig/debian/pycompat @@ -1 +0,0 @@ -2 diff -u pyjunitxml-0.6/debian/control pyjunitxml-0.6/debian/control --- pyjunitxml-0.6/debian/control +++ pyjunitxml-0.6/debian/control @@ -2,11 +2,12 @@ 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-dev (>= 2.6.6-3~) +Build-Depends-Indep: python-docutils, subunit (>= 0.0.2) Standards-Version: 3.8.3 +X-Python-Version: >= 2.4 Package: python-junitxml Architecture: all diff -u pyjunitxml-0.6/debian/pyjunitxml.install pyjunitxml-0.6/debian/pyjunitxml.install --- pyjunitxml-0.6/debian/pyjunitxml.install +++ pyjunitxml-0.6/debian/pyjunitxml.install @@ -1,0 +2 @@ +debian/tmp/usr/share/pyshared reverted: --- pyjunitxml-0.6/debian/pyversions +++ pyjunitxml-0.6.orig/debian/pyversions @@ -1 +0,0 @@ -2.4- Thanks, -- Colin Watson [[email protected]] -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

