r961 - packages/libtk-gbarr-perl/trunk/debian

Carlo Segre segre-guest@costa.debian.org
Fri, 29 Apr 2005 06:21:43 +0000


Author: segre-guest
Date: 2005-04-29 06:21:43 +0000 (Fri, 29 Apr 2005)
New Revision: 961

Modified:
   packages/libtk-gbarr-perl/trunk/debian/rules
Log:
Oops, need to make scripts non-executable in the build stanza


Modified: packages/libtk-gbarr-perl/trunk/debian/rules
===================================================================
--- packages/libtk-gbarr-perl/trunk/debian/rules	2005-04-29 06:15:29 UTC (rev 960)
+++ packages/libtk-gbarr-perl/trunk/debian/rules	2005-04-29 06:21:43 UTC (rev 961)
@@ -17,6 +17,9 @@
 	dh_testdir
 	# Add here commands to compile the package.
 	perl Makefile.PL verbose INSTALLDIRS=vendor
+	# make sure all demo programs are not executable
+	chmod -R 0644 $(CURDIR)/blib/arch/Tk/demos/widtrib/*
+
 clean:
 	dh_testdir
 	dh_testroot
@@ -30,8 +33,6 @@
 	dh_clean -k
 	dh_installdirs
 	$(MAKE) PREFIX=$(debtmp)/usr install
-	# make sure all demo programs are not executable
-	chmod -R 0644 $(CURDIR)/debian/$(package)/usr/lib/Tk/demos/widtrib/*
 
 binary-indep: build install
 	dh_testdir