diff options
author | Pierre Habouzit <madcoder@debian.org> | 2008-05-12 15:13:13 +0000 |
---|---|---|
committer | Pierre Habouzit <madcoder@debian.org> | 2008-05-12 15:13:13 +0000 |
commit | 167f1516afdd2b8dedd0608f8c6e981739960664 (patch) | |
tree | 36a1aa15e176be6ca7a21fbb2f52cd3ff04d0f44 | |
parent | 3ee8d73d555315a9a916a2093a20cd0eed161f3b (diff) | |
download | lighttpd-debian/1.4.19-4.tar.gz |
* Make debian/use-ipv6.pl executable in debian/rules, thanks to Marco d'Itridebian/1.4.19-4
for finding about this inexcusable mistake.
-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* |