diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index c6a6239..87c9543 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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@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). diff --git a/debian/rules b/debian/rules index 6da08d4..cc017b9 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,7 @@ configure/lighttpd:: 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* |