summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Habouzit <madcoder@debian.org>2007-08-15 07:48:22 +0000
committerPierre Habouzit <madcoder@debian.org>2007-08-15 07:48:22 +0000
commitc646245d49ddf916896fe7087e308f551355dd04 (patch)
treef2dcfb3b05f7ae22f78949f1146f1e417a130044
parente345dfb474046343078212c20bf1ff3ca07ac600 (diff)
downloadlighttpd-c646245d49ddf916896fe7087e308f551355dd04.tar.gz
lighttpd (1.4.16-3) unstable; urgency=highdebian/1.4.16-3
-rw-r--r--debian/changelog8
-rw-r--r--debian/control1
-rw-r--r--debian/lighttpd.logrotate2
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