[SCM] ecasound/master: debian/patches/0003-fix-shebangs.patch: add shebangs to python/ruby code
bolangi-guest at users.alioth.debian.org
bolangi-guest at users.alioth.debian.org
Mon Jan 31 06:50:43 UTC 2011
The following commit has been merged in the master branch:
commit 484f5f70a9bff46ce80f9a4c3b76f552e7bb7ec6
Author: Joel Roth <joelz at pobox.com>
Date: Sun Jan 30 17:01:29 2011 -1000
debian/patches/0003-fix-shebangs.patch: add shebangs to python/ruby code
diff --git a/debian/patches/0003-fix-shebangs.patch b/debian/patches/0003-fix-shebangs.patch
new file mode 100644
index 0000000..d2b0ceb
--- /dev/null
+++ b/debian/patches/0003-fix-shebangs.patch
@@ -0,0 +1,28 @@
+--- a/pyecasound/ecacontrol.py
++++ b/pyecasound/ecacontrol.py
+@@ -1,3 +1,4 @@
++#!/usr/bin/env python
+ """Native python ECI (ecasound control interface) implementation
+
+ Can be used to replace the C implementation 'pyecasound.so'.
+--- a/pyecasound/eci.py
++++ b/pyecasound/eci.py
+@@ -1,3 +1,4 @@
++!#/usr/bin/env python
+ """
+ # eci.ECI -- A higher-level interface to pyeca.
+ # Copyright 2001 Eric S. Tiedemann (est at hyperreal.org)
+--- a/pyecasound/pyeca.py
++++ b/pyecasound/pyeca.py
+@@ -1,3 +1,4 @@
++#!/usr/bin/env python
+ """Wrapper module which loads pyecasound
+ (python module for Ecasound Control Interface).
+
+--- a/rubyecasound/ecasound.rb
++++ b/rubyecasound/ecasound.rb
+@@ -1,3 +1,4 @@
++#!/usr/bin/env ruby
+ # This is a native implementation of Ecasound's control interface for Ruby.
+ # Copyright (C) 2003 - 2004 Jan Weil <jan.weil at web.de>
+ #
diff --git a/debian/patches/series b/debian/patches/series
index edaefb0..43d903f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-fix-manpages-errors.patch
0002-fix-spelling-error.patch
+0003-fix-shebangs.patch
--
ecasound packaging
More information about the pkg-multimedia-commits
mailing list