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

eloy at alioth.debian.org eloy at alioth.debian.org
Wed Mar 18 11:30:53 UTC 2009


Author: eloy
Date: 2009-03-18 11:30:53 +0000 (Wed, 18 Mar 2009)
New Revision: 363

Modified:
   lighttpd/trunk/debian/changelog
   lighttpd/trunk/debian/control
Log:
fix lintian warnings

Modified: lighttpd/trunk/debian/changelog
===================================================================
--- lighttpd/trunk/debian/changelog	2009-03-18 11:19:11 UTC (rev 362)
+++ lighttpd/trunk/debian/changelog	2009-03-18 11:30:53 UTC (rev 363)
@@ -2,7 +2,7 @@
 
   * (NOT RELEASED YET) New upstream release
   * debian/control: Update to Standards-Version 3.8.1 (no changes so far),
-    debhelper dependency updated to 7
+    debhelper dependency updated to 7, utfize my name, satisfy lintian
   * Remove patches:
    + fastcgi_detach.patch replaced in upstream with openDevNull function
    + ssl-connection-errors.patch fixed in upstream

Modified: lighttpd/trunk/debian/control
===================================================================
--- lighttpd/trunk/debian/control	2009-03-18 11:19:11 UTC (rev 362)
+++ lighttpd/trunk/debian/control	2009-03-18 11:30:53 UTC (rev 363)
@@ -2,7 +2,7 @@
 Section: web
 Priority: optional
 Maintainer: Debian lighttpd maintainers <pkg-lighttpd-maintainers at lists.alioth.debian.org>
-Uploaders: Krzysztof Krzyzaniak (eloy) <eloy at debian.org>,
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
  Torsten Marek <shlomme at debian.org>, Franz Pletz <fpletz at franz-pletz.org>,
  Pierre Habouzit <madcoder at debian.org>
 Homepage: http://www.lighttpd.net
@@ -17,7 +17,7 @@
 Package: lighttpd
 Homepage: http://www.lighttpd.net
 Architecture: any
-Depends: ${shlibs:Depends}, lsb-base (>= 3.0-3), mime-support, libterm-readline-perl-perl
+Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-3), mime-support, libterm-readline-perl-perl
 Provides: httpd, httpd-cgi
 Suggests: openssl, rrdtool, apache2-utils
 Conflicts: cherokee (<= 0.6.1-1)
@@ -44,7 +44,7 @@
 Package: lighttpd-mod-mysql-vhost
 Homepage: http://www.lighttpd.net
 Architecture: any
-Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}
+Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: MySQL-based virtual host configuration for lighttpd
  This package contains the myqsl_vhost module for lighttpd. With
  this module, it is possible to write the configuration for virtual
@@ -54,7 +54,7 @@
 Package: lighttpd-mod-trigger-b4-dl
 Homepage: http://www.lighttpd.net
 Architecture: any
-Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}
+Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Replaces: lighttpd (<< 1.4.10-5)
 Recommends: memcached
 Description: Anti-deep-linking module for lighttpd
@@ -65,7 +65,7 @@
 Package: lighttpd-mod-cml
 Homepage: http://www.lighttpd.net
 Architecture: any
-Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}
+Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Recommends: memcached
 Description: Cache meta language module for lighttpd
  With the cache meta language, it is possible to describe to the
@@ -78,7 +78,7 @@
 Package: lighttpd-mod-magnet
 Homepage: http://www.lighttpd.net
 Architecture: any
-Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}
+Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: Control the request handling module for lighttpd
  mod_magnet can attract a request in several stages in the request-handling.
  either at the same level as mod_rewrite, before any parsing of the URL is done
@@ -88,7 +88,7 @@
 Package: lighttpd-mod-webdav
 Homepage: http://www.lighttpd.net
 Architecture: any
-Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}
+Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Description: WebDAV module for lighttpd
  The WebDAV module is a very minimalistic implementation of RFC 2518. 
  Minimalistic means that not all operations are implemented yet.




More information about the pkg-lighttpd-maintainers mailing list