]> git.sven.stormbind.net Git - sven/tclcurl.git/commitdiff
Add patches/example-shebang. This patch adds a working shebang line
authorSven Hoexter <sven@timegate.de>
Wed, 5 Aug 2009 19:19:39 +0000 (19:19 +0000)
committerSven Hoexter <sven@timegate.de>
Wed, 5 Aug 2009 19:19:39 +0000 (19:19 +0000)
to those example files that carry one (Thanks to Sergei).

debian/changelog
debian/patches/example-shebang [new file with mode: 0644]
debian/patches/series

index 2c65e4d80287ff5acd4c7cd19f1313630a3da96b..bde03f2088a2a996703edf75166f4a057ba71406 100644 (file)
@@ -10,8 +10,10 @@ tclcurl (7.19.0-1) unstable; urgency=low
     and tclconfig/tcl.m4. Thanks to Ondrej Certik for the pointer in
     mysqltcl which has to applied here aswell.
   * Add description header to all patches.
+  * Add patches/example-shebang. This patch adds a working shebang line
+    to those example files that carry one (Thanks to Sergei).
 
- -- Sven Hoexter <sven@timegate.de>  Tue, 04 Aug 2009 16:30:29 +0200
+ --
 
 tclcurl (7.17.1-1) unstable; urgency=low
 
diff --git a/debian/patches/example-shebang b/debian/patches/example-shebang
new file mode 100644 (file)
index 0000000..39f22da
--- /dev/null
@@ -0,0 +1,26 @@
+Set the shebang to '/usr/bin/wish' for those example files
+that carry a shebang line.
+--- a/tests/multi/auto.tcl
++++ b/tests/multi/auto.tcl
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/wish8.4
++#!/usr/bin/wish
+ package require TclCurl
+--- a/tests/multi/autoGUI.tcl
++++ b/tests/multi/autoGUI.tcl
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/wish8.4
++#!/usr/bin/wish
+ package require TclCurl
+--- a/tests/multi/cancelTrans.tcl
++++ b/tests/multi/cancelTrans.tcl
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/wish8.4
++#!/usr/bin/wish
+ package require TclCurl
index 95a002c25b5f8b2c6493b38dc6c0aed97c8facd2..16fd90866d839520724ccc14bc74e5a2b83aaaff 100644 (file)
@@ -1,3 +1,4 @@
+example-shebang
 man-section
 reformat-tclcurl3
 correct-linking