[SCM] wavesurfer/master: Use the default interpreter.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Mon Oct 18 11:03:37 UTC 2010


The following commit has been merged in the master branch:
commit 6cd13561164ef1d51a7cfbcdc77d6bcc14aec5c9
Author: Alessio Treglia <alessio at debian.org>
Date:   Mon Oct 18 13:03:26 2010 +0200

    Use the default interpreter.

diff --git a/debian/patches/01-use_default_wish.patch b/debian/patches/01-use_default_wish.patch
new file mode 100644
index 0000000..47ffcc5
--- /dev/null
+++ b/debian/patches/01-use_default_wish.patch
@@ -0,0 +1,17 @@
+Description: Use the default interpreter.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: no
+---
+ src/app-wavesurfer/wavesurfer.tcl |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- wavesurfer.orig/src/app-wavesurfer/wavesurfer.tcl
++++ wavesurfer/src/app-wavesurfer/wavesurfer.tcl
+@@ -1,6 +1,6 @@
+ #!/bin/sh
+ # the next line restarts using wish \
+-exec wish8.5 "$0" "$@"
++exec wish "$0" "$@"
+ 
+ set RELEASE 1.8.8
+ set BUILD @BUILD@
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..debbe51
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-use_default_wish.patch

-- 
wavesurfer packaging



More information about the pkg-multimedia-commits mailing list