Package: paramiko
Version: 1.7.7.1-1
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu oneiric ubuntu-patch

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

python-support is now officially deprecated in Debian:

http://article.gmane.org/gmane.linux.debian.devel.python/6948

In Ubuntu, we are removing python-support from our CDs.  As part of that work,
I have switched paramiko to use dh_python2, according to these guidelines:

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

Cheers.

*** /tmp/tmpIxgrJw
In Ubuntu, the attached patch was applied to achieve the following:


  * Switch to dh_python2. (LP: #788514)


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'), (100, 'oneiric-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-8-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOQslRAAoJEBJutWOnSwa/WecP+wV6PAyWpcSv1ta2VGMpF3JK
6EPlQPmtnQYcrPFPYh5UUu+9sk5nnNxS6Kc04cN+UDIOoCQWfyj6epb0TK3tX8iZ
B+bUe2f46DC/xDE7xo3Qt92j5IBO27izQWUpsxXxcGP9smoiMlIxHdvzrzhgwbey
51cdXPF1CHzB5M80GjH4HlLXZA3CIvrYfiX3a/smuLkg26kiZ1SscKsxQwpiq1iV
0AfjUhjkSyXfIPR3ioyRXAGQbJ/dq5NTH0IgZbl8FwyUE1nEqwqlJN7/zd3rW98E
8wsQNd8s+HI4dwK4BD/c3nvZoX6WZmidYvPxuKBKrkITiX4abmm2xob0SATlN4/g
/94YuTwiif5Pk1TLrqyISocrQHhvD1V8ZOqFHnV3YsG75Yna2QNXQ8IDrsBWEUX+
AY9pIvMlIZBrzC+rImDB3OKf7jx5BuT0t3r3tLxEFy0hqRRmkCIIA7NrboAxF2uP
5rPmL1ztJxeUNcJ1yxs2SWGWIbPvhSDfYdhLVv8RaShPrt41i3zZ3qO/r7io41Gl
SITO7FPgByWv8f5SHVEZd0KdIGrioLfA06PmblacL72yWaLgdp3N06nFn2kP74Qk
J+3Gsa3jr11ed/17MKexejEf+CYAwbMxq9t0UOheGZMLVtuOLeRtkfXmDdrVHJxR
A2esZRSkVMqiTIUzL9Yn
=JaXu
-----END PGP SIGNATURE-----
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control      2011-05-31 21:23:55 +0000
+++ debian/control      2011-08-10 17:58:26 +0000
@@ -5,8 +5,7 @@
 Uploaders: Guido Guenther <[email protected]>
 Build-Depends: quilt (>= 0.46-7~),
        debhelper (>> 7.0.50),
-       python-all (>= 2.3.5-11),
-       python-support (>= 0.5.3),
+       python-all (>= 2.6.6-3~),
        python-crypto (>= 2.1.0-2)
 Standards-Version: 3.9.2
 Homepage: http://www.lag.net/paramiko/

=== removed file 'debian/pycompat'
--- debian/pycompat     2006-07-28 14:26:29 +0000
+++ debian/pycompat     1970-01-01 00:00:00 +0000
@@ -1 +0,0 @@
-2

=== removed file 'debian/pyversions'
--- debian/pyversions   2009-12-16 08:15:36 +0000
+++ debian/pyversions   1970-01-01 00:00:00 +0000
@@ -1 +0,0 @@
-2.2-

=== modified file 'debian/rules'
--- debian/rules        2011-01-29 12:02:16 +0000
+++ debian/rules        2011-08-10 17:59:17 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh --with python-support,quilt $@
+       dh $@ --with python2,quilt
 
 override_dh_clean:
        rm -rf build test.log

Reply via email to