Package: catfish Version: 0.3.2-1 Severity: normal Tags: patch User: [email protected] Usertags: origin-ubuntu oneiric ubuntu-patch
*** /tmp/tmphIXC5z In Ubuntu, the attached patch was applied to achieve the following: python-support is deprecated, but the MBF hasn't happened yet, please see http://article.gmane.org/gmane.linux.debian.devel.python/6948 for more information * Convert to dh_python2 (LP: #847514) - update debian/rules - update debian/control 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-proposed'), (500, 'oneiric'), (100, 'oneiric-backports') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0-10-generic (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set to en_US.UTF-8) Shell: /bin/sh linked to /bin/dash
diff -u catfish-0.3.2/debian/changelog catfish-0.3.2/debian/changelog diff -u catfish-0.3.2/debian/rules catfish-0.3.2/debian/rules --- catfish-0.3.2/debian/rules +++ catfish-0.3.2/debian/rules @@ -36,7 +36,7 @@ dh_installdocs README dh_installmenu dh_desktop - dh_pysupport + dh_python2 dh_installman debian/catfish.1 dh_compress dh_fixperms diff -u catfish-0.3.2/debian/control catfish-0.3.2/debian/control --- catfish-0.3.2/debian/control +++ catfish-0.3.2/debian/control @@ -3,9 +3,9 @@ Priority: optional Maintainer: Cody A.W. Somerville <[email protected]> Uploaders: Python Applications Team <[email protected]> -Build-Depends: debhelper (>= 5), dpatch -Build-Depends-Indep: python-support (>= 0.5.3) +Build-Depends: debhelper (>= 5), dpatch, python-all (>= 2.6.6-3~) Standards-Version: 3.8.0 +X-Python-Version: >= 2.6 Homepage: http://software.twotoasts.de/index.php?/pages/catfish_summary.html Vcs-Svn: svn://svn.debian.org/python-apps/packages/catfish/trunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/catfish/trunk/

