[SCM] a2jmidid packaging branch, master, updated. debian/6-0ubuntu3-17-gda87b17

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Sat Aug 21 15:48:46 UTC 2010


The following commit has been merged in the master branch:
commit da87b17071244363f8ba8c1941462a223d50e232
Author: Alessio Treglia <alessio at debian.org>
Date:   Sat Aug 21 17:48:36 2010 +0200

    Add patch to fix a2j_control's shebang line.

diff --git a/debian/patches/series b/debian/patches/series
index dae130a..08f19ac 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 armel-sig-reg-fix.diff
+shebangs.diff
diff --git a/debian/patches/shebangs.diff b/debian/patches/shebangs.diff
new file mode 100644
index 0000000..f553162
--- /dev/null
+++ b/debian/patches/shebangs.diff
@@ -0,0 +1,16 @@
+Description: Fix shebangs of python scripts.
+Author: Alessio Treglia <alessio at debian.org>
+Origin: Debian
+Forwarded: no
+---
+ a2j_control |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a2jmidid.orig/a2j_control
++++ a2jmidid/a2j_control
+@@ -1,4 +1,4 @@
+-#!/usr/bin/env python
++#!/usr/bin/python
+ 
+ name_base = 'org.gna.home.a2jmidid'
+ control_interface_name = name_base + '.control'

-- 
a2jmidid packaging



More information about the pkg-multimedia-commits mailing list