Package: tryton-client
Version: 2.0.1-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-client from python-support to dh_python2

Best regards
Charlie Smotherman

=== modified file 'debian/control'
--- debian/control      2011-05-24 21:27:55 +0000
+++ debian/control      2011-07-05 06:04:40 +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-client.git
 Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-client.git

=== added file 'debian/pydist-overrides'
--- debian/pydist-overrides     1970-01-01 00:00:00 +0000
+++ debian/pydist-overrides     2011-07-05 06:04:40 +0000
@@ -0,0 +1,1 @@
+python_dateutil python-dateutil

=== modified file 'debian/rules'
--- debian/rules        2009-10-19 21:16:34 +0000
+++ debian/rules        2011-07-05 06:04:40 +0000
@@ -1,4 +1,7 @@
 #!/usr/bin/make -f

 %:
-       dh ${@}
+       dh $@ --with python2
+
+override_dh_auto_clean:
+       rm -rf *.egg-info

=== added file 'pydist-overrides'
--- pydist-overrides    1970-01-01 00:00:00 +0000
+++ pydist-overrides    2011-07-05 06:04:40 +0000
@@ -0,0 +1,4 @@
+lxml python-lxml
+relatorio python-relatorio
+Genshi python-genshi
+python-dateutil dateutil




-- 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

Reply via email to