[SCM] idjc packaging branch, master, updated. debian/0.8.1-3-3-g4796ca0

quadrispro-guest at users.alioth.debian.org quadrispro-guest at users.alioth.debian.org
Thu Mar 11 17:32:20 UTC 2010


The following commit has been merged in the master branch:
commit 4796ca0494762bd5b737f091da3090c2b330a6d2
Author: Alessio Treglia <quadrispro at ubuntu.com>
Date:   Thu Mar 11 18:32:15 2010 +0100

    Fix launcher script to run idjc properly; thanks to Magnus Holmgren for the patch.

diff --git a/debian/patches/idjc_script.patch b/debian/patches/idjc_script.patch
new file mode 100644
index 0000000..d55c0c1
--- /dev/null
+++ b/debian/patches/idjc_script.patch
@@ -0,0 +1,15 @@
+Author: Magnus Holmgren <holmgren at debian.org>
+Description: Fix idjc script to run the gui properly.
+Bug-Debian: http://bugs.debian.org/572271
+diff -Nur -x '*.orig' -x '*~' idjc/idjc_ idjc.new/idjc_
+--- idjc/idjc_	2010-03-11 18:30:57.802823705 +0100
++++ idjc.new/idjc_	2010-03-11 18:31:29.362808632 +0100
+@@ -84,7 +84,7 @@
+ export python
+ which $python > /dev/null
+ if [ $? == "0" ] ; then
+-   ${python} ${pyexecdir}/idjcgui.py
++   ${python} -m idjcgui
+ else
+    echo "Python interpreter not found.  IDJC can not be run without it"
+ fi

-- 
idjc packaging



More information about the pkg-multimedia-commits mailing list