diff options
author | Pierre Habouzit <madcoder@debian.org> | 2007-08-15 07:48:22 +0000 |
---|---|---|
committer | Pierre Habouzit <madcoder@debian.org> | 2007-08-15 07:48:22 +0000 |
commit | c646245d49ddf916896fe7087e308f551355dd04 (patch) | |
tree | f2dcfb3b05f7ae22f78949f1146f1e417a130044 | |
parent | e345dfb474046343078212c20bf1ff3ca07ac600 (diff) | |
download | lighttpd-c646245d49ddf916896fe7087e308f551355dd04.tar.gz |
lighttpd (1.4.16-3) unstable; urgency=highdebian/1.4.16-3
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 1 | ||||
-rw-r--r-- | debian/lighttpd.logrotate | 2 |
3 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 6b97431..ed78fb7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +lighttpd (1.4.16-3) unstable; urgency=high + + * Urgency set to high due to RC bug fix. + * debian/lighttpd.logrotate: fix stupid typo (closes: #437341). + * debian/control: add Conflict against gamin, to avoid #437307. + + -- Pierre Habouzit <madcoder@debian.org> Wed, 15 Aug 2007 09:46:48 +0200 + lighttpd (1.4.16-2) unstable; urgency=low * patches/04_ldap_build_filter_fix.dpatch: add patch from Peter Colberg to diff --git a/debian/control b/debian/control index 91fd8c0..80d3a6c 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Standards-Version: 3.7.2.1 Package: lighttpd Architecture: any Depends: ${shlibs:Depends}, lsb-base (>= 3.0-3), mime-support, libterm-readline-perl-perl +Conflicts: libgamin0 Provides: httpd, httpd-cgi Suggests: openssl, rrdtool, apache2-utils Description: A fast webserver with minimal memory footprint diff --git a/debian/lighttpd.logrotate b/debian/lighttpd.logrotate index 292c821..d233e6f 100644 --- a/debian/lighttpd.logrotate +++ b/debian/lighttpd.logrotate @@ -11,7 +11,7 @@ if [ -x /usr/sbin/invoke-rc.d ]; then \ invoke-rc.d lighttpd reload > /dev/null 2>&1; \ else \ - /etc/init.d/lighttpd reload > /dev/null 2>&1;; \ + /etc/init.d/lighttpd reload > /dev/null 2>&1; \ fi; \ fi; endscript |