]> git.sven.stormbind.net Git - sven/tclcurl.git/commitdiff
Set the permissions for the example files to 644, except for those
authorSven Hoexter <sven@timegate.de>
Wed, 5 Aug 2009 19:40:20 +0000 (19:40 +0000)
committerSven Hoexter <sven@timegate.de>
Wed, 5 Aug 2009 19:40:20 +0000 (19:40 +0000)
with a working shebang line (Thanks to Sergei).

debian/changelog
debian/rules

index bde03f2088a2a996703edf75166f4a057ba71406..7a08f7b61efbc1752b75d30fd0d2b37f7b8c95b9 100644 (file)
@@ -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 <sven@timegate.de>  Wed, 05 Aug 2009 21:30:47 +0200
 
 tclcurl (7.17.1-1) unstable; urgency=low
 
index b6be1f10c72eb53afa20c70c298fe2032ec4c34b..99e4f0a9ade149f7f874858b91cc229fcfe54f62 100755 (executable)
@@ -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