diff options
author | Olaf van der Spek <olafvdspek@gmail.com> | 2010-11-22 15:12:02 +0000 |
---|---|---|
committer | Olaf van der Spek <olafvdspek@gmail.com> | 2010-11-22 15:12:02 +0000 |
commit | be81d7b2478444f6f0c3b03afaf2386392f32e4c (patch) | |
tree | 00a298a56f77da50cf41c5c3a60cc0bbf1274a85 | |
parent | caf51546efda73b17c445d0fca78af78016511f0 (diff) | |
download | lighttpd-be81d7b2478444f6f0c3b03afaf2386392f32e4c.tar.gz |
Clean up control, makes Lintian happier.
-rw-r--r-- | debian/control | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/debian/control b/debian/control index 3b7131a..0deb9ce 100644 --- a/debian/control +++ b/debian/control @@ -5,17 +5,16 @@ Maintainer: Debian lighttpd maintainers <pkg-lighttpd-maintainers@lists.alioth.d Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>, Torsten Marek <shlomme@debian.org>, Pierre Habouzit <madcoder@debian.org> -Homepage: http://www.lighttpd.net +Homepage: http://lighttpd.net/ Build-Depends: debhelper (>= 7), mime-support, libssl-dev, zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient-dev, libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev, libxml2-dev, libkrb5-dev, perl -XS-Vcs-Svn: svn://svn.debian.org/pkg-lighttpd/lighttpd/trunk +Vcs-Svn: svn://svn.debian.org/pkg-lighttpd/lighttpd/trunk Standards-Version: 3.9.1.0 Package: lighttpd -Homepage: http://www.lighttpd.net Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.2-14), mime-support, libterm-readline-perl-perl Provides: httpd, httpd-cgi @@ -35,7 +34,6 @@ Description: A fast webserver with minimal memory footprint and configuration is straight-forward and easy. Package: lighttpd-doc -Homepage: http://www.lighttpd.net Architecture: all Section: doc Depends: ${misc:Depends} @@ -44,7 +42,6 @@ Description: Documentation for lighttpd This package contains all documentation files for lighttpd. Package: lighttpd-mod-mysql-vhost -Homepage: http://www.lighttpd.net Architecture: any Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: MySQL-based virtual host configuration for lighttpd @@ -54,7 +51,6 @@ Description: MySQL-based virtual host configuration for lighttpd configuration file. Package: lighttpd-mod-trigger-b4-dl -Homepage: http://www.lighttpd.net Architecture: any Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Replaces: lighttpd (<< 1.4.10-5) @@ -65,7 +61,6 @@ Description: Anti-deep-linking module for lighttpd be able to download certain files. Package: lighttpd-mod-cml -Homepage: http://www.lighttpd.net Architecture: any Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Recommends: memcached @@ -78,7 +73,6 @@ Description: Cache meta language module for lighttpd USE mod_magnet INSTEAD. Package: lighttpd-mod-magnet -Homepage: http://www.lighttpd.net Architecture: any Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Control the request handling module for lighttpd @@ -88,7 +82,6 @@ Description: Control the request handling module for lighttpd already setup Package: lighttpd-mod-webdav -Homepage: http://www.lighttpd.net Architecture: any Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: WebDAV module for lighttpd |