Hi,

Attached is the diff for my duplicity 0.4.2-2+sftp+amazons3+compression.2 NMU.

-- 
·O·  Pierre Habouzit
··O                                                [EMAIL PROTECTED]
OOO                                                http://www.madism.org
diff -u duplicity-0.4.2/debian/changelog duplicity-0.4.2/debian/changelog
--- duplicity-0.4.2/debian/changelog
+++ duplicity-0.4.2/debian/changelog
@@ -1,3 +1,10 @@
+duplicity (0.4.2-2+sftp+amazons3+compression.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Update package to the last python policy (Closes: #380784).
+
+ -- Pierre Habouzit <[EMAIL PROTECTED]>  Sat, 12 Aug 2006 23:20:21 +0200
+
 duplicity (0.4.2-2+sftp+amazons3+compression.1) unstable; urgency=low
 
   * NMU
diff -u duplicity-0.4.2/debian/rules duplicity-0.4.2/debian/rules
--- duplicity-0.4.2/debian/rules
+++ duplicity-0.4.2/debian/rules
@@ -64,10 +64,10 @@
 
        # remove GnuPGInterface.py as we already have it in
        # python-gnupginterface
-       rm -f 
$(CURDIR)/debian/duplicity/usr/lib/python2.3/site-packages/duplicity/GnuPGInterface.py
+       rm -f 
$(CURDIR)/debian/duplicity/usr/lib/python*/site-packages/duplicity/GnuPGInterface.py
 
        # fix permission for tarfile.py
-       chmod 755 
$(CURDIR)/debian/duplicity/usr/lib/python2.3/site-packages/duplicity/tarfile.py
+       chmod 755 
$(CURDIR)/debian/duplicity/usr/lib/python*/site-packages/duplicity/tarfile.py
        
        # remove docs as we create them with debhelper
        rm -rf $(CURDIR)/debian/duplicity/usr/share/doc/duplicity-0.4.2
@@ -97,6 +97,7 @@
        dh_installchangelogs CHANGELOG
        dh_link
        dh_strip
+       dh_pysupport
        dh_compress
        dh_fixperms
        dh_makeshlibs
diff -u duplicity-0.4.2/debian/control duplicity-0.4.2/debian/control
--- duplicity-0.4.2/debian/control
+++ duplicity-0.4.2/debian/control
@@ -2,12 +2,12 @@
 Section: utils
 Priority: optional
 Maintainer: Martin Wuertele <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 5), python-dev (>= 2.3), librsync-dev (>=0.9.6)
+Build-Depends: debhelper (>= 5), python-dev (>= 2.3), librsync-dev (>=0.9.6), 
python-support (>= 0.4.1)
 Standards-Version: 3.7.2
 
 Package: duplicity
 Architecture: any
-Depends: ${shlibs:Depends}, python (>= 2.3), gnupg, python-gnupginterface
+Depends: ${shlibs:Depends}, ${python:Depends}, gnupg, python-gnupginterface
 Description: encrypted bandwidth-efficient backup
  Duplicity backs directories by producing encrypted tar-format volumes
  and uploading them to a remote or local file server. Because duplicity

Attachment: signature.asc
Description: Digital signature

Reply via email to