[pkg-lighttpd] r257 - lighttpd/trunk/debian

madcoder at alioth.debian.org madcoder at alioth.debian.org
Wed Aug 15 07:48:22 UTC 2007


Author: madcoder
Date: 2007-08-15 07:48:22 +0000 (Wed, 15 Aug 2007)
New Revision: 257

Modified:
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/control
   lighttpd/trunk/debian/lighttpd.logrotate
Log:
lighttpd (1.4.16-3) unstable; urgency=high


Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2007-08-07 21:00:00 UTC (rev 256)
+++ lighttpd/trunk/debian/changelog	2007-08-15 07:48:22 UTC (rev 257)
@@ -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 at 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

Modified: lighttpd/trunk/debian/control
===================================================================
--- lighttpd/trunk/debian/control	2007-08-07 21:00:00 UTC (rev 256)
+++ lighttpd/trunk/debian/control	2007-08-15 07:48:22 UTC (rev 257)
@@ -16,6 +16,7 @@
 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

Modified: lighttpd/trunk/debian/lighttpd.logrotate
===================================================================
--- lighttpd/trunk/debian/lighttpd.logrotate	2007-08-07 21:00:00 UTC (rev 256)
+++ lighttpd/trunk/debian/lighttpd.logrotate	2007-08-15 07:48:22 UTC (rev 257)
@@ -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




More information about the pkg-lighttpd-maintainers mailing list