From: Sven Hoexter Date: Wed, 5 Aug 2009 19:19:39 +0000 (+0000) Subject: Add patches/example-shebang. This patch adds a working shebang line X-Git-Tag: debian/7.19.6-1~5 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=commitdiff_plain;h=da7a9e1a4946a16f39781a0ebce7c7375b3cc72e Add patches/example-shebang. This patch adds a working shebang line to those example files that carry one (Thanks to Sergei). --- diff --git a/debian/changelog b/debian/changelog index 2c65e4d..bde03f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 index 0000000..39f22da --- /dev/null +++ b/debian/patches/example-shebang @@ -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 + diff --git a/debian/patches/series b/debian/patches/series index 95a002c..16fd908 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ +example-shebang man-section reformat-tclcurl3 correct-linking