Package: tryton-modules-product-cost-history 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 the package from python-support to dh_python2 Best regards Charlie Smotherman === modified file 'debian/control' --- debian/control 2011-05-24 21:35:26 +0000 +++ debian/control 2011-07-05 04:48:25 +0000 @@ -6,7 +6,8 @@ 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 +X-Python-Version: >= 2.5 Standards-Version: 3.9.2 Homepage: http://www.tryton.org/ Vcs-Browser: http://git.debian-maintainers.org/?p=tryton/tryton-modules- product-cost-history.git @@ -16,7 +17,6 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, tryton-server (>= 2.0), tryton-modules-product (>= 2.0), python-pkg-resources -XB-Python-Version: ${python:Versions} Description: Tryton Application Platform (Product Cost History Module) Tryton is a high-level general purpose application platform written in Python and using PostgreSQL as database engine. It is the core base of a complete === removed file 'debian/pycompat' --- debian/pycompat 2009-08-10 20:21:01 +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:12:49 +0000 +++ debian/pyversions 1970-01-01 00:00:00 +0000 @@ -1,1 +0,0 @@ -2.5- === modified file 'debian/rules' --- debian/rules 2009-08-10 20:21:01 +0000 +++ debian/rules 2011-07-05 04:48:25 +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