[SCM] Signal extension for Tcl branch, debian, updated. 54e98f397a12923d3baf339a582c6b8de27e1fe3

Ole Streicher github at liska.ath.cx
Mon Jan 23 09:11:05 UTC 2012


The following commit has been merged in the debian branch:
commit e51b5a77a085bb23b419cb443c2be369c3a3579b
Author: Ole Streicher <github at liska.ath.cx>
Date:   Mon Jan 23 10:04:31 2012 +0100

    Install test scripts as examples

diff --git a/debian/patches/series b/debian/patches/series
index 447b818..be68ac7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-install-path.patch
+update_examples.patch
diff --git a/debian/patches/update_examples.patch b/debian/patches/update_examples.patch
new file mode 100644
index 0000000..2154cda
--- /dev/null
+++ b/debian/patches/update_examples.patch
@@ -0,0 +1,19 @@
+Author: Ole Streicher <debian at liska.ath.cx>
+Description: Replace hardcoded "wish" call in first test script line by a 
+ more general call.
+--- tcl-signal-1.4.orig/test_sig.tk
++++ tcl-signal-1.4/test_sig.tk
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/wish4.1
++#!/usr/bin/env wish
+ # ENSURE YOUR TCLLIBPATH includes /usr/local/lib/signal!
+ # (or uncomment the appropriate load line and comment the package line)
+ # --SUN
+--- tcl-signal-1.4.orig/test_sig_async.tk
++++ tcl-signal-1.4/test_sig_async.tk
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/wish4.1
++#!/usr/bin/env wish
+ # ENSURE YOUR TCLLIBPATH includes /usr/local/lib/signal!
+ # (or uncomment the appropriate load line and comment the package line)
+ # --SUN
diff --git a/debian/tcl-signal.examples b/debian/tcl-signal.examples
new file mode 100644
index 0000000..7887670
--- /dev/null
+++ b/debian/tcl-signal.examples
@@ -0,0 +1,2 @@
+test_sig_async.tk
+test_sig.tk

-- 
Signal extension for Tcl



More information about the debian-science-commits mailing list