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

Best regards

Charlie Smotherman

=== modified file 'debian/control'
--- debian/control      2011-05-25 00:25:09 +0000
+++ debian/control      2011-07-05 06:14:47 +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-server.git
 Vcs-Git: git://git.debian-maintainers.org/git/tryton/tryton-server.git
@@ -24,7 +25,6 @@
 Suggests:
  tryton-client | tryton-neso, python-psyco, python-sphinx, python-openoffice,
  libreoffice-draw, libreoffice-writer
-XB-Python-Version: ${python:Versions}
 Description: Tryton Application Platform (Server)
  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-03-22 14:51:00 +0000
+++ debian/pycompat     1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-2

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

=== removed file 'debian/pyversions'
--- debian/pyversions   2010-05-09 21:55:54 +0000
+++ debian/pyversions   1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-2.5-

=== modified file 'debian/rules'
--- debian/rules        2009-09-05 09:40:14 +0000
+++ debian/rules        2011-07-05 06:14:47 +0000
@@ -1,7 +1,11 @@
 #!/usr/bin/make -f

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

 override_dh_installinit:
        dh_installinit --update-rcd-params='defaults 21'
+



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