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

madcoder at alioth.debian.org madcoder at alioth.debian.org
Mon May 12 15:13:15 UTC 2008


Author: madcoder
Date: 2008-05-12 15:13:13 +0000 (Mon, 12 May 2008)
New Revision: 335

Modified:
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/rules
Log:
* Make debian/use-ipv6.pl executable in debian/rules, thanks to Marco d'Itri
  for finding about this inexcusable mistake.



Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2008-05-06 18:39:04 UTC (rev 334)
+++ lighttpd/trunk/debian/changelog	2008-05-12 15:13:13 UTC (rev 335)
@@ -1,3 +1,10 @@
+lighttpd (1.4.19-4) unstable; urgency=high
+
+  * Make debian/use-ipv6.pl executable in debian/rules, thanks to Marco d'Itri
+    for finding about this inexcusable mistake.
+
+ -- Pierre Habouzit <madcoder at debian.org>  Mon, 12 May 2008 17:12:28 +0200
+
 lighttpd (1.4.19-3) unstable; urgency=medium
 
   * Fix /var/cache/lighttpd/uploads permissions in postinst (Closes: 476870).

Modified: lighttpd/trunk/debian/rules
===================================================================
--- lighttpd/trunk/debian/rules	2008-05-06 18:39:04 UTC (rev 334)
+++ lighttpd/trunk/debian/rules	2008-05-12 15:13:13 UTC (rev 335)
@@ -15,6 +15,7 @@
 	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
 
 binary-post-install/lighttpd::
 	rm -f debian/lighttpd/usr/share/man/man1/spawn-fcgi.1*




More information about the pkg-lighttpd-maintainers mailing list