diff options
author | Pierre Habouzit <madcoder@debian.org> | 2008-03-08 16:28:10 +0000 |
---|---|---|
committer | Pierre Habouzit <madcoder@debian.org> | 2008-03-08 16:28:10 +0000 |
commit | 53c119d203be04051afbfc9cb584af61e705bd6b (patch) | |
tree | 616f000a1289cdc13a462be60f5182d2a393de08 | |
parent | 9b19980d4c8745a0e2d5b750c1e9573feff6f0b7 (diff) | |
download | lighttpd-53c119d203be04051afbfc9cb584af61e705bd6b.tar.gz |
Closes 448160
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index c3cce68..22eab29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ lighttpd (1.4.18-3) UNRELEASED; urgency=low * Add sample configuration for the mod_rrdtool (Closes: 462907). * add patches/06_mod_cgi_vuln_fix.dpatch to fix CVE-2008-1111 (Closes: 469307). + * Remove spurious mkdir in debian/rules (Closes: 448160). -- Pierre Habouzit <madcoder@debian.org> Wed, 27 Feb 2008 17:11:29 +0100 diff --git a/debian/rules b/debian/rules index 26f55ef..fab3827 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,6 @@ DEB_CONFIGURE_EXTRA_FLAGS += --libdir=/usr/lib/lighttpd --with-openssl \ --with-fam configure/lighttpd:: - -mkdir debian/conf-enabled chmod a+x debian/create-mime.assign.pl chmod a+x debian/include-conf-enabled.pl chmod a+x debian/lighty-enable-mod |