Package: duplicity
Version: 0.4.2-2+sftp+amazons3+compression
Severity: normal
Tags: patch

Hi,

Attached is the diff for my duplicity 0.4.2-2+sftp+amazons3+0.2 NMU.
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,19 @@
+duplicity (0.4.2-2+sftp+amazons3+0.2) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Actually apply the patch this time. :-) (Really Closes: #357543)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Wed,  5 Jul 2006 21:18:37 +0200
+
+duplicity (0.4.2-2+sftp+amazons3+0.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Replace "echo -e" with "printf" in src/backends.py; patch from Joey Hess,
+    fixes detection of existing backups with sh pointing to dash.
+    (Closes: #375543)
+
+ -- Steinar H. Gunderson <[EMAIL PROTECTED]>  Wed,  5 Jul 2006 20:55:16 +0200
+
 duplicity (0.4.2-2+sftp+amazons3+compression) unstable; urgency=low
 
   * changed build-depends from python2.3-dev to python-dev >= 2.3
only in patch2:
unchanged:
--- duplicity-0.4.2.orig/src/backends.py
+++ duplicity-0.4.2/src/backends.py
@@ -294,7 +294,7 @@
                be distinguished from the file boundaries.
 
                """
-               commandline = ("echo -e 'cd %s\nls -1' | %s -b - %s" %
+               commandline = ("printf 'cd %s\nls -1' | %s -b - %s" %
                                           (self.remote_dir, sftp_command, 
self.host_string))
                l = self.popen(commandline).split('\n')[2:] # omit sftp prompts
                return filter(lambda x: x, l)

Reply via email to