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

Krzysztof Krzyzaniak eloy at alioth.debian.org
Thu Jul 9 13:59:43 UTC 2009


Author: eloy
Date: 2009-07-09 13:59:42 +0000 (Thu, 09 Jul 2009)
New Revision: 384

Modified:
   lighttpd/trunk/debian/NEWS
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/lighttpd.prerm
Log:
update NEWS file

Modified: lighttpd/trunk/debian/NEWS
===================================================================
--- lighttpd/trunk/debian/NEWS	2009-07-09 11:24:31 UTC (rev 383)
+++ lighttpd/trunk/debian/NEWS	2009-07-09 13:59:42 UTC (rev 384)
@@ -1,3 +1,10 @@
+lighttpd (1.4.23-1) unstable; urgency=low
+
+  spawn-fcgi is now separate package. Please install "spawn-fcgi" package if you 
+  need it.
+
+ -- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>  Thu, 09 Jul 2009 15:53:14 +0200
+
 lighttpd (1.4.19-1) unstable; urgency=low
 
   Lighttpd must load mod_auth first, else some other modules may not work

Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2009-07-09 11:24:31 UTC (rev 383)
+++ lighttpd/trunk/debian/changelog	2009-07-09 13:59:42 UTC (rev 384)
@@ -3,7 +3,7 @@
   * New upstream release
   * spawn-fcgi is now separate package, recommends it debian/control
   * Update Standards-Version to 3.8.2 without changes
-  * Remove cdbs, patchutils from Build-Depends, debian/rules use now
+  * Remove cdbs, patchutils from Build-Depends, debian/rules uses
     debhelper 7 scripts
   * lighttpd.logrotate apply patch (closes: #535523) 
     from Ubuntu (Daniel Hahler, https://launchpad.net/bugs/393792)

Modified: lighttpd/trunk/debian/lighttpd.prerm
===================================================================
--- lighttpd/trunk/debian/lighttpd.prerm	2009-07-09 11:24:31 UTC (rev 383)
+++ lighttpd/trunk/debian/lighttpd.prerm	2009-07-09 13:59:42 UTC (rev 384)
@@ -1,5 +1,9 @@
 #!/bin/sh -e
 
+if test "$1" != "upgrade"; then
+    update-alternatives --remove spawn-fcgi /usr/bin/spawn-fcgi.lighttpd
+fi
+
 #DEBHELPER#
 
 exit 0




More information about the pkg-lighttpd-maintainers mailing list