[SCM] devede/master: Adjust copy_files_verbose.py's install path.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Nov 7 14:52:43 UTC 2015


The following commit has been merged in the master branch:
commit 86aa05d4bdc6786f5387afbd847367f6d6a3abbb
Author: Alessio Treglia <alessio.treglia at smartodds.co.uk>
Date:   Sat Nov 7 14:40:49 2015 +0000

    Adjust copy_files_verbose.py's install path.

diff --git a/debian/patches/0002-fix_copy_files_verbose.path b/debian/patches/0002-fix_copy_files_verbose.path
new file mode 100644
index 0000000..392edc7
--- /dev/null
+++ b/debian/patches/0002-fix_copy_files_verbose.path
@@ -0,0 +1,25 @@
+Description: Adjust copy_files_verbose.py's install path.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: not-needed
+---
+ src/devedeng/file_copy.py |    4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- devede.orig/src/devedeng/file_copy.py
++++ devede/src/devedeng/file_copy.py
+@@ -31,7 +31,7 @@ class file_copy(devedeng.executor.execut
+         self.text = _("Copying file %(X)s") % {"X": os.path.basename(input_path)}
+ 
+         self.command_var=[]
+-        self.command_var.append("copy_files_verbose.py")
++        self.command_var.append("/usr/lib/devede/copy_files_verbose.py")
+         self.command_var.append(input_path)
+         self.command_var.append(output_path)
+ 
+@@ -51,4 +51,4 @@ class file_copy(devedeng.executor.execut
+ 
+     def process_stderr(self,data):
+ 
+-        return
+\ No newline at end of file
++        return
diff --git a/debian/patches/series b/debian/patches/series
index b3ab70e..ea0fc76 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 0001-fix_desktop_file.patch
+0002-fix_copy_files_verbose.path
 1001-upstream_missing_file.patch

-- 
devede packaging



More information about the pkg-multimedia-commits mailing list