Package: feedparser Version: 5.0.1-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu precise ubuntu-patch
In Ubuntu, the attached patch was applied to convert to dh_python2. (patch by Chuck Short <[email protected]>) 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') Architecture: i386 (i686) Kernel: Linux 3.0.0-12-generic (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru feedparser-5.0.1/debian/control feedparser-5.0.1/debian/control --- feedparser-5.0.1/debian/control 2011-04-04 15:08:00.000000000 -0400 +++ feedparser-5.0.1/debian/control 2011-10-21 11:58:30.000000000 -0400 @@ -3,10 +3,9 @@ Priority: optional Maintainer: Carlos Galisteo <[email protected]> Uploaders: Debian Python Modules Team <[email protected]> -Build-Depends: debhelper (>= 5.0.37.2), python, python-support +Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.6.6-3~) Vcs-Svn: svn://svn.debian.org/python-modules/packages/feedparser/trunk Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/feedparser/trunk/ -XS-Python-Version: >= 2.1 Standards-Version: 3.9.1 Homepage: http://www.feedparser.org diff -Nru feedparser-5.0.1/debian/pycompat feedparser-5.0.1/debian/pycompat --- feedparser-5.0.1/debian/pycompat 2011-02-15 16:28:10.000000000 -0500 +++ feedparser-5.0.1/debian/pycompat 1969-12-31 19:00:00.000000000 -0500 @@ -1 +0,0 @@ -2 diff -Nru feedparser-5.0.1/debian/rules feedparser-5.0.1/debian/rules --- feedparser-5.0.1/debian/rules 2011-04-04 13:43:50.000000000 -0400 +++ feedparser-5.0.1/debian/rules 2011-10-21 11:52:34.000000000 -0400 @@ -30,7 +30,7 @@ dh_installexamples dh_compress dh_fixperms - dh_pysupport + dh_python2 dh_installdeb dh_gencontrol dh_md5sums

