Hi,

Attached is the diff for my paramiko 1.5-1.1 NMU.

-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org
diff -u paramiko-1.5/debian/control paramiko-1.5/debian/control
--- paramiko-1.5/debian/control
+++ paramiko-1.5/debian/control
@@ -6,36 +6,16 @@
-Build-Depends-Indep: cdbs, debhelper (>= 4.0.0), python, python2.3-dev, 
python2.4-dev
-Standards-Version: 3.6.2
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-all-dev (>= 
2.3.5-11)
+Build-Depends-Indep: python-support (>= 0.3)
+Standards-Version: 3.7.2
 
 Package: python-paramiko
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}, python-crypto
+Provides: ${python:Provides}
+Replaces: python2.3-paramiko (<< 1.5-1.1), python2.4-paramiko (<< 1.5-1.1)
+Conflicts: python2.3-paramiko (<< 1.5-1.1), python2.4-paramiko (<< 1.5-1.1)
+XB-Python-Version: ${python:Versions}
 Description: make SSH2 connections with python
  This is a library for making SSH2 connections (client or server).
  Emphasis is on using SSH2 as an alternative to SSL for making secure
  connections between python scripts.  All major ciphers and hash methods
  are supported.  SFTP client and server mode are both supported too.
- .
- This is an empty dummy package that always depends on a package built
- for Debian's default Python version.
-
-Package: python2.3-paramiko
-Architecture: all
-Depends: python2.3, python2.3-crypto
-Description: make SSH2 connections with python
- This is a library for making SSH2 connections (client or server).
- Emphasis is on using SSH2 as an alternative to SSL for making secure
- connections between python scripts.  All major ciphers and hash methods
- are supported.  SFTP client and server mode are both supported too.
- . 
- This version is usable with python2.3
-
-Package: python2.4-paramiko
-Architecture: all
-Depends: python2.4, python2.4-crypto
-Description: make SSH2 connections with python
- This is a library for making SSH2 connections (client or server).
- Emphasis is on using SSH2 as an alternative to SSL for making secure
- connections between python scripts.  All major ciphers and hash methods
- are supported.  SFTP client and server mode are both supported too.
- . 
- This version is usable with python2.4
diff -u paramiko-1.5/debian/changelog paramiko-1.5/debian/changelog
--- paramiko-1.5/debian/changelog
+++ paramiko-1.5/debian/changelog
@@ -1,3 +1,11 @@
+paramiko (1.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix B-D-I/B-D glitches.
+  * Update package to the new python policy (Closes: #373472).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Thu, 29 Jun 2006 23:00:34 +0200
+
 paramiko (1.5-1) unstable; urgency=low
 
   * New upstream release.
diff -u paramiko-1.5/debian/rules paramiko-1.5/debian/rules
--- paramiko-1.5/debian/rules
+++ paramiko-1.5/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+DEB_PYTHON_SYSTEM=pysupport
+
 include /usr/share/cdbs/1/rules/buildcore.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
reverted:
--- paramiko-1.5/debian/python2.3-paramiko.examples
+++ paramiko-1.5.orig/debian/python2.3-paramiko.examples
@@ -1,3 +0,0 @@
-demo.py
-demo_server.py
-demo_simple.py
reverted:
--- paramiko-1.5/debian/python2.4-paramiko.examples
+++ paramiko-1.5.orig/debian/python2.4-paramiko.examples
@@ -1,3 +0,0 @@
-demo.py
-demo_server.py
-demo_simple.py
only in patch2:
unchanged:
--- paramiko-1.5.orig/debian/pycompat
+++ paramiko-1.5/debian/pycompat
@@ -0,0 +1 @@
+2
only in patch2:
unchanged:
--- paramiko-1.5.orig/debian/python-paramiko.examples
+++ paramiko-1.5/debian/python-paramiko.examples
@@ -0,0 +1,3 @@
+demo.py
+demo_server.py
+demo_simple.py

Attachment: signature.asc
Description: Digital signature

Reply via email to