[pkg-lighttpd] r382 - lighttpd/trunk/debian

Krzysztof Krzyzaniak eloy at alioth.debian.org
Thu Jul 9 11:12:55 UTC 2009


Author: eloy
Date: 2009-07-09 11:12:54 +0000 (Thu, 09 Jul 2009)
New Revision: 382

Modified:
   lighttpd/trunk/debian/rules
Log:
missing chmod for some scripts

Modified: lighttpd/trunk/debian/rules
===================================================================
--- lighttpd/trunk/debian/rules	2009-07-09 11:10:25 UTC (rev 381)
+++ lighttpd/trunk/debian/rules	2009-07-09 11:12:54 UTC (rev 382)
@@ -15,5 +15,16 @@
 		--with-attr --with-webdav-locks --with-webdav-props
 	dh build --after auto_configure
 	touch $@
+
+install: install-stamp
+install-stamp: build-stamp
+	dh install --before auto_install
+	chmod a+x debian/create-mime.assign.pl
+	chmod a+x debian/include-conf-enabled.pl
+	chmod a+x debian/lighty-enable-mod
+	chmod a+x debian/use-ipv6.pl
+	dh install --after auto_install
+	touch $@
+
 %:
 	dh $@




More information about the pkg-lighttpd-maintainers mailing list