Package: pyopenssl
Version: 0.10-1
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu natty ubuntu-patch

I notice that this is not going to be interesting for you in squeeze, but I
just applied this change in Ubuntu and thought you might want to the same as
soon as squeeze+1 is open for development.

Background:
    http://www.mail-archive.com/debian-pyt...@lists.debian.org/msg06566.html

*** /tmp/tmpgulDSB
In Ubuntu, we've applied the attached patch to achieve the following:

  * Rebuild with Python2.7.
  * debian/rules: change dh_pysupport to dh_python2.
  * debian/control: Removed python-support from Build-Depends.

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty
  APT policy: (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-6-generic (SMP w/2 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -u pyopenssl-0.10/debian/changelog pyopenssl-0.10/debian/changelog
diff -u pyopenssl-0.10/debian/control pyopenssl-0.10/debian/control
--- pyopenssl-0.10/debian/control
+++ pyopenssl-0.10/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Debian Python Modules Team <python-modules-t...@lists.alioth.debian.org>
 Uploaders: Sandro Tosi <mo...@debian.org>
-Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.5.4-1~), python-all-dbg (>= 2.5.4-1~), python-support (>= 0.6.4), libssl-dev (>= 0.9.8), dpatch, tex4ht, w3m, texlive-latex-base, texlive-latex-recommended
+Build-Depends: debhelper (>= 5.0.37.2), python-all-dev (>= 2.5.4-1~), python-all-dbg (>= 2.5.4-1~), libssl-dev (>= 0.9.8), dpatch, tex4ht, w3m, texlive-latex-base, texlive-latex-recommended
 Standards-Version: 3.8.4
 Homepage: http://pyopenssl.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/pyopenssl/trunk/
diff -u pyopenssl-0.10/debian/rules pyopenssl-0.10/debian/rules
--- pyopenssl-0.10/debian/rules
+++ pyopenssl-0.10/debian/rules
@@ -73,7 +73,7 @@
 	dh_installchangelogs ChangeLog -i
 	dh_compress -i
 	dh_fixperms -i
-	dh_pysupport -i
+	dh_python2 -i
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i
@@ -91,7 +91,7 @@
 	ln -s python-openssl debian/python-openssl-dbg/usr/share/doc/python-openssl-dbg
 	dh_compress -a
 	dh_fixperms -a
-	dh_pysupport -a
+	dh_python2 -a
 	dh_makeshlibs -a
 	dh_installdeb -a
 	dh_shlibdeps -a

Reply via email to