Package: genshi Version: 0.6-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu oneiric ubuntu-patch
python-support is now officially deprecated in Debian: http://article.gmane.org/gmane.linux.debian.devel.python/6948 Attached is a patch which converts file to use the recommended dh_python2. It follows this guide: http://wiki.debian.org/Python/TransitionToDHPython2 -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric'), (100, 'oneiric-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-8-generic (SMP w/4 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/control' --- debian/control 2010-05-05 02:05:51 +0000 +++ debian/control 2011-08-10 14:05:48 +0000 @@ -5,9 +5,8 @@ XSBC-Original-Maintainer: Arnaud Fontaine <[email protected]> Uploaders: Debian Python Modules Team <[email protected]> Build-Depends: debhelper (>= 5.0.37.2), - cdbs (>= 0.4.43), - python-all-dev (>= 2.4), - python-support (>= 0.7.1), + cdbs (>= 0.4.90~), + python-all-dev (>= 2.6.6-3~), python-setuptools (>= 0.6b3) Standards-Version: 3.8.4 Homepage: http://genshi.edgewall.org/ === removed file 'debian/pycompat' --- debian/pycompat 2006-11-02 23:42:32 +0000 +++ debian/pycompat 1970-01-01 00:00:00 +0000 @@ -1 +0,0 @@ -2 === removed file 'debian/pyversions' --- debian/pyversions 2008-03-08 13:55:45 +0000 +++ debian/pyversions 1970-01-01 00:00:00 +0000 @@ -1 +0,0 @@ -2.4- === modified file 'debian/rules' --- debian/rules 2010-05-05 02:05:51 +0000 +++ debian/rules 2011-08-10 14:06:37 +0000 @@ -1,8 +1,6 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -DEB_PYTHON_SYSTEM=pysupport - include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk

