[SCM] morituri/master: Add patch 2001 to fix hashbang for rip executable.

js at users.alioth.debian.org js at users.alioth.debian.org
Sun Oct 19 20:10:19 UTC 2014


The following commit has been merged in the master branch:
commit f23fa8fb7dfb4a99c8ec428545403b17582c53ee
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Oct 16 21:41:57 2014 +0200

    Add patch 2001 to fix hashbang for rip executable.

diff --git a/debian/patches/2001_fix_python_hashbang.patch b/debian/patches/2001_fix_python_hashbang.patch
new file mode 100644
index 0000000..3490e26
--- /dev/null
+++ b/debian/patches/2001_fix_python_hashbang.patch
@@ -0,0 +1,12 @@
+Description: Dirty hack to fix hashbang for executable
+Author: Jonas Smedegaard <dr at jones.dk>
+Last-Update: 2014-10-16
+
+--- a/bin/rip.in
++++ b/bin/rip.in
+@@ -1,4 +1,4 @@
+-#!@PYTHON@
++#!/usr/bin/@PYTHON@
+ # -*- Mode: Python -*-
+ # vi:si:et:sw=4:sts=4:ts=4
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 1284ee4..fbd1b09 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 1002_improve_manpage_sections.patch
+2001_fix_python_hashbang.patch

-- 
morituri packaging



More information about the pkg-multimedia-commits mailing list