Package: archmage
Version: 1:0.2.4-2
Severity: wishlist
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch

In Ubuntu 11.10, we are eliminating python-support and python-central from the
Python packages on our CDs:

    https://wiki.ubuntu.com/BarryWarsaw/PythonHelpers

As part of the process of proofreading the instructions for converting
python-support packages:

    http://wiki.debian.org/Python/PythonSupportToDHPython2

I tested these instructions with archmage in Ubuntu.  Since we'd always prefer
to push these changes upstream, I am providing this patch to archmage.  I hope
as the package maintainer, you decide to accept the change.  We have not yet
gained consensus to deprecate python-support in Debian, but we're getting
closer.

    http://lists.debian.org/debian-python/2011/06/msg00074.html

Thanks for your consideration.
diff -Nru archmage-0.2.4/debian/control archmage-0.2.4/debian/control
--- archmage-0.2.4/debian/control       2010-06-29 10:34:18.000000000 +0200
+++ archmage-0.2.4/debian/control       2011-06-23 16:45:50.000000000 +0200
@@ -3,9 +3,9 @@
 Priority: optional
 Maintainer: Mikhail Gusarov <[email protected]>
 Uploaders: Python Applications Packaging Team 
<[email protected]>
-Build-Depends: debhelper (>= 7.0.50), python
-Build-Depends-Indep: python-support (>= 0.6.4)
+Build-Depends: debhelper (>= 7.0.50), python (>= 2.6.6-3~)
 Standards-Version: 3.9.0
+X-Python-Version: >= 2.6
 Vcs-Svn: svn://svn.debian.org/python-apps/packages/archmage/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/archmage/trunk/
 Homepage: http://archmage.sf.net
diff -Nru archmage-0.2.4/debian/rules archmage-0.2.4/debian/rules
--- archmage-0.2.4/debian/rules 2010-06-29 10:25:34.000000000 +0200
+++ archmage-0.2.4/debian/rules 2011-06-23 16:46:02.000000000 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 %:
-       dh $@
+       dh $@ --with python2
 
 override_dh_installchangelogs:
        dh_installchangelogs NEWS

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to