Package: chardet Version: 2.0.1-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu oneiric ubuntu-patch
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hi Piotr, As you know of course, python-support is officially deprecated in Debian. In Ubuntu, we're working to remove both python-support and python-central from our CDs. For that, conversion of chardet to dh_python2 is important. I'd rather not carry a delta from Debian in Ubuntu just for this, so please do consider applying this patch to the Debian package, so we can sync it and get rid of one more python-support package. Thanks! *** /tmp/tmpsXpMaK In Ubuntu, the attached patch was applied to achieve the following: * Switch to dh_python2. (LP: #788514) Thanks for considering the patch. - -- System Information: Debian Release: wheezy/sid APT prefers oneiric-updates APT policy: (500, 'oneiric-updates'), (500, 'oneiric-security'), (500, 'oneiric'), (100, 'oneiric-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-5-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJOJFE/AAoJEBJutWOnSwa/DloP/0voR4K2GFM4c48wZWGLrjiQ BXC6bDqjpY6yz3w7S4YXqb7Co7SonxN2v747Rqvy0WHhsUwb+2EfoSgCGRGH6a0m ZrUxJ0xp9kkDyBph86vOr8Pi7j+a7fIdFpnKKDeiVm1c8pBP9WiCROHlyYMWqI9h QE4zkh567WuglpVxqL0POpIl9JFfwKuLwQGU6QsQ4NmkW7tUcsba4xsHi4Whf1to G5UCWTqKJNtIzCWGlVLRqsd7M1QmzOLLR8iGIC52mZidfSGEPIX2G91eXlURHRCE BfksalseHDeSkQktRJ23cmr8nsqeryS8x/HbCVJbWv3unIbx3MCzEavSGenes/TR Sh6oYsNPfBshPIqBZpAOFqb0x/W4OQxCi0f5MQBfAl0Qq4rCUUk+SA3t0+JBhIfr A3Atc3oekgJYIP3/SLW3Rx3w80nJy5MY0IvfxvGpWNOQ4YuyPu2pLmbHwqX2hL65 oPAh6Frv7lBI5OwFdQNQ3GpaGAm5rZHVGGVUBYpdx/+Um8mYNBTPhSbhlMWnwiGe vdw0XwVS2OrXs27IJFB86WhGsLX6kuH8hmNr0PNeVhkxeAge1a/PLL1zXWqyT9bg 6xwmwc8qNpwcgD5qsq2fbE7gr+icwuc3LXSQK15Z8Kltt+YYVUPPYbzTNxw1O5fh Oe2UNs8jH+JIUOaVYxtB =H1rL -----END PGP SIGNATURE-----
=== modified file 'debian/changelog' === modified file 'debian/control' --- debian/control 2009-11-11 14:14:10 +0000 +++ debian/control 2011-07-18 15:16:30 +0000 @@ -3,13 +3,11 @@ Priority: optional Maintainer: Piotr Ożarowski <[email protected]> Uploaders: Mark Pilgrim <[email protected]>, Debian Python Modules Team <[email protected]> -Build-Depends: python (>= 2.3.5-11), debhelper (>= 7) -Build-Depends-Indep: python-support +Build-Depends: python (>= 2.6.6-3~), debhelper (>= 7) Standards-Version: 3.8.3 Homepage: http://chardet.feedparser.org/ Vcs-Svn: svn://svn.debian.org/python-modules/packages/chardet/trunk Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/chardet/trunk/ -XS-Python-Version: all Package: python-chardet Architecture: all === removed file 'debian/pycompat' --- debian/pycompat 2006-07-08 16:12:00 +0000 +++ debian/pycompat 1970-01-01 00:00:00 +0000 @@ -1 +0,0 @@ -2 === modified file 'debian/rules' --- debian/rules 2009-11-11 14:14:10 +0000 +++ debian/rules 2011-07-18 15:19:56 +0000 @@ -1,3 +1,3 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with python2

