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
--- /dev/null
+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
+