[SCM] ecasound/master: Removed patch 0003-fix-shebangs.patch

bolangi-guest at users.alioth.debian.org bolangi-guest at users.alioth.debian.org
Mon Jan 31 23:01:45 UTC 2011


The following commit has been merged in the master branch:
commit 63259179ab084772b1ebb50bd8e319a6c8a22996
Author: Joel Roth <joelz at pobox.com>
Date:   Mon Jan 31 12:57:41 2011 -1000

    Removed patch 0003-fix-shebangs.patch

diff --git a/debian/patches/0003-fix-shebangs.patch b/debian/patches/0003-fix-shebangs.patch
deleted file mode 100644
index 4adaa0b..0000000
--- a/debian/patches/0003-fix-shebangs.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From: Joel Roth <joelz at pobox.com>
-Date: Sun Jan 30 21:01:36 2011 -1000
-Subject: [PATCH] add shebangs to scripts
-
-scripts should either have a valid shebang indicating the program they are meant
-to run with, or they should not be executable (e.g. run only from within the
-framework they belong too)
---- 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 ruby1.8
- # 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 43d903f..edaefb0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 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