From: Sven Hoexter Date: Wed, 5 Aug 2009 19:40:20 +0000 (+0000) Subject: Set the permissions for the example files to 644, except for those X-Git-Tag: debian/7.19.6-1~4 X-Git-Url: http://git.sven.stormbind.net/?p=sven%2Ftclcurl.git;a=commitdiff_plain;h=40bdd0dee9c5b82cfd8c5b6297064d8516147ace Set the permissions for the example files to 644, except for those with a working shebang line (Thanks to Sergei). --- diff --git a/debian/changelog b/debian/changelog index bde03f2..7a08f7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,8 +12,10 @@ tclcurl (7.19.0-1) unstable; urgency=low * 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). + * Set the permissions for the example files to 644, except for those + with a working shebang line (Thanks to Sergei). - -- + -- Sven Hoexter Wed, 05 Aug 2009 21:30:47 +0200 tclcurl (7.17.1-1) unstable; urgency=low diff --git a/debian/rules b/debian/rules index b6be1f1..99e4f0a 100755 --- a/debian/rules +++ b/debian/rules @@ -72,6 +72,11 @@ install: build $(CURDIR)/debian/tclcurl/usr/bin \ $(CURDIR)/debian/tclcurl/usr/include + chmod 644 \ + $(CURDIR)/tests/*.tcl \ + $(CURDIR)/tests/multi/double.tcl \ + $(CURDIR)/tests/multi/single.tcl + # Build architecture-independent files here. binary-indep: build install