[SCM] Table extension for Tcl/Tk branch, debian, updated. 2333b38ac07ad65a59613e46f495872d5236d3f3

Ole Streicher debian at liska.ath.cx
Thu Feb 2 16:08:28 UTC 2012


The following commit has been merged in the debian branch:
commit 2333b38ac07ad65a59613e46f495872d5236d3f3
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Mon Jan 30 08:16:10 2012 +0100

    Dont compress tktable.py by using dh_compress -X instead of gunzipping it

diff --git a/debian/rules b/debian/rules
index 1939218..86aa9d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,4 +24,6 @@ override_dh_fixperms:
 	chmod 0644 \
 	  debian/tk-table/usr/share/doc/tk-table/examples/loadtable.tcl \
 	  debian/tk-table/usr/share/doc/tk-table/examples/tcllogo.gif
-	gunzip debian/tk-table/usr/share/doc/tk-table/examples/tktable.py.gz
+
+override_dh_compress:
+	dh_compress -Xtktable.py

-- 
Table extension for Tcl/Tk



More information about the debian-science-commits mailing list