Your message dated Sun, 20 May 2012 11:49:41 +0200
with message-id
<CAB4XWXym_CoymW4cKX9G=g0r9aq5w_-ixvtdrsloknq2edq...@mail.gmail.com>
and subject line Re: [Python-modules-team] Bug#673618: prettytable: Please
consider converting to dh_python2
has caused the Debian Bug report #673618,
regarding prettytable: Please consider converting to dh_python2
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.)
--
673618: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=673618
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: prettytable
Version: 0.6-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu quantal ubuntu-patch
Hi,
python-support is mostly deprecated in favour of dh_python2. Please consider
converting to it, patch attached.
* Convert to dh_python2:
- debian/control: Removed python-support from Build-Depends-Indep.
- debian/rules: Added --with python2 to complete transition.
Thanks for considering the patch.
-- System Information:
Debian Release: wheezy/sid
APT prefers precise-updates
APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500,
'precise'), (100, 'precise-backports')
Architecture: i386 (x86_64)
Kernel: Linux 3.2.0-24-generic (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru prettytable-0.6/debian/control prettytable-0.6/debian/control
--- prettytable-0.6/debian/control 2012-05-01 10:56:23.000000000 +0100
+++ prettytable-0.6/debian/control 2012-05-20 10:39:39.000000000 +0100
@@ -4,7 +4,6 @@
Maintainer: Debian Python Modules Team <[email protected]>
Uploaders: Sandro Tosi <[email protected]>
Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python3-all (>= 3.1.3-3), python-setuptools, python3-setuptools
-Build-Depends-Indep: python-support (>= 1.0.0)
Standards-Version: 3.9.3
Homepage: http://code.google.com/p/prettytable/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/prettytable/trunk/
diff -Nru prettytable-0.6/debian/rules prettytable-0.6/debian/rules
--- prettytable-0.6/debian/rules 2012-05-06 09:58:36.000000000 +0100
+++ prettytable-0.6/debian/rules 2012-05-20 10:37:56.000000000 +0100
@@ -6,7 +6,7 @@
PY3VERS := $(shell py3versions -s)
%:
- dh $@ --with python3
+ dh $@ --with python2,python3
override_dh_auto_install:
set -e ; \
--- End Message ---
--- Begin Message ---
On Sun, May 20, 2012 at 11:41 AM, Dave Walker (Daviey)
<[email protected]> wrote:
> python-support is mostly deprecated in favour of dh_python2. Please consider
> converting to it, patch attached.
No thanks.
Regards,
--
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi
--- End Message ---