Package: tryton-proteus Version: 2.0.0-1 Severity: normal With the depreciation of python-support and python-central the prefered helper tools for python packages will be dh_python2 for python2.x packages and dh_python3 for python3.x packages.
This patch will transition tryton-proteus from python-support to dh_python2 Best regards Charlie Smotherman === modified file 'debian/control' --- debian/control 2011-05-24 21:37:33 +0000 +++ debian/control 2011-07-05 06:11:38 +0000 @@ -6,8 +6,9 @@ Daniel Baumann <dan...@debian.org>, Mathias Behrle <mathi...@m9s.biz> Dm-Upload-Allowed: yes -Build-Depends: debhelper (>= 8), python, python-setuptools, python-support +Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~), python-setuptools Standards-Version: 3.9.2 +X-Python-Version: >= 2.5 Homepage: http://www.tryton.org/ Vcs-Browser: http://git.debian-maintainers.org/?p=tryton/tryton-proteus.git Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-proteus.git === removed file 'debian/pycompat' --- debian/pycompat 2011-02-15 13:19:51 +0000 +++ debian/pycompat 1970-01-01 00:00:00 +0000 @@ -1,1 +0,0 @@ -2 === removed file 'debian/pyversions' --- debian/pyversions 2011-02-15 13:19:51 +0000 +++ debian/pyversions 1970-01-01 00:00:00 +0000 @@ -1,1 +0,0 @@ -2.5- === modified file 'debian/rules' --- debian/rules 2011-02-15 13:19:51 +0000 +++ debian/rules 2011-07-05 06:11:38 +0000 @@ -1,4 +1,7 @@ #!/usr/bin/make -f %: - dh ${@} + dh $@ --with python2 + +override_dh_auto_clean: + rm -rf *.egg-info -- System Information: Debian Release: 6.0 APT prefers stable APT policy: (500, 'stable') Architecture: i386 (i686) Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org