Your message dated Sun, 17 Jul 2011 23:41:28 +0200
with message-id <20110717234128.4a121b23@aplusbegalix>
and subject line Bug#632818: fixed in tryton-modules-project 2.0.0+dfsg-1
has caused the Debian Bug report #632818,
regarding tryton-modules-project: python-support depreciation
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
632818: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632818
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tryton-modules-project
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:38 +0000
+++ debian/control 2011-07-05 04:57:12 +0000
@@ -6,7 +6,8 @@
Daniel Baumann <[email protected]>,
Mathias Behrle <[email protected]>
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-
project.git
@@ -18,7 +19,6 @@
${misc:Depends}, ${python:Depends}, tryton-server (>= 2.0),
tryton-modules-party (>= 2.0), tryton-modules-timesheet (>= 2.0),
python-pkg-resources
-XB-Python-Version: ${python:Versions}
Description: Tryton Application Platform (Project 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-10-20 12:45:48 +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:13:51 +0000
+++ debian/pyversions 1970-01-01 00:00:00 +0000
@@ -1,1 +0,0 @@
-2.5-
=== modified file 'debian/rules'
--- debian/rules 2009-10-20 12:45:48 +0000
+++ debian/rules 2011-07-05 04:57:12 +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
--- End Message ---
--- Begin Message ---
Package: tryton-modules-project
Version: 2.0.0+dfsg-1
Thanks to Charlie Smotherman <[email protected]>
for your contribution!
--
Mathias Behrle
MBSolutions
Gilgenmatten 10 A
D-79114 Freiburg
Tel: +49(761)471023
Fax: +49(761)4770816
http://m9s.biz
UStIdNr: DE 142009020
PGP/GnuPG key availabable from any keyserver, ID: 0x8405BBF6
signature.asc
Description: PGP signature
--- End Message ---