Package: pychm Version: 0.8.4-1 Severity: wishlist Tags: patch User: [email protected] Usertags: origin-ubuntu oneiric ubuntu-patch
In Ubuntu 11.10, we'd like to eliminate python-support and python-central from the Python packages on our CDs, and consolidate on dh_python2: https://wiki.ubuntu.com/BarryWarsaw/PythonHelpers http://wiki.debian.org/Python/PythonSupportToDHPython2 We don't yet have a consensus on deprecating python-support in Debian. Nevertheless, dh_python2 is usable as of squeeze. Would you be willing to apply this patch to switch to it?
diff -u pychm-0.8.4/debian/rules pychm-0.8.4/debian/rules --- pychm-0.8.4/debian/rules +++ pychm-0.8.4/debian/rules @@ -1,8 +1,6 @@ #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- -DEB_PYTHON_SYSTEM=pysupport - include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/python-distutils.mk reverted: --- pychm-0.8.4/debian/pycompat +++ pychm-0.8.4.orig/debian/pycompat @@ -1 +0,0 @@ -2 diff -u pychm-0.8.4/debian/control pychm-0.8.4/debian/control --- pychm-0.8.4/debian/control +++ pychm-0.8.4/debian/control @@ -3,9 +3,9 @@ Priority: optional Maintainer: Debian Python Modules Team <[email protected]> Uploaders: Sandro Tosi <[email protected]> -Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), libchm-dev (>= 0.3), python-all-dev (>= 2.3.5-11), python-support (>= 0.3) +Build-Depends: cdbs (>= 0.4.90~), debhelper (>= 5.0.37.2), libchm-dev (>= 0.3), python-all-dev (>= 2.6.6-3~) Standards-Version: 3.8.0 -XS-Python-Version: all +X-Python-Version: >= 2.3 Homepage: http://gnochm.sourceforge.net/pychm.html Vcs-Svn: svn://svn.debian.org/python-modules/packages/pychm/rtrunk/ Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pychm/trunk/ @@ -14,7 +14,6 @@ Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Provides: ${python:Provides} -XB-Python-Version: ${python:Versions} Conflicts: python-pychm Replaces: python-pychm Description: Python binding for CHMLIB
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Python-modules-team mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

