diff options
author | Pierre Habouzit <madcoder@debian.org> | 2008-03-16 11:33:45 +0000 |
---|---|---|
committer | Pierre Habouzit <madcoder@debian.org> | 2008-03-16 11:33:45 +0000 |
commit | 44d82e7122ef21da9f99ec3e03be01581af17a26 (patch) | |
tree | 26f5f8b947abf5d8b9e6e5cab4e488c81c497484 | |
parent | 037c276c940e563f33db9fcffbe8e1831962821a (diff) | |
download | lighttpd-44d82e7122ef21da9f99ec3e03be01581af17a26.tar.gz |
debian/control fixes.
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 24 |
2 files changed, 14 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog index 86cd5e0..9630436 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,11 @@ lighttpd (1.4.19-1) unstable; urgency=low * New upstream release. + * debian/control: + + add Build-Depends upon quilt, remove dpatch. + + Bump Standards-Version to 3.7.3 (no changes required). + + Move Homepage pseudo-headers as real headers. + * debian/patches: + migrate to quilt. + remove 05_fdevent_fix.patch (merged upstream). diff --git a/debian/control b/debian/control index 764c053..91ba83c 100644 --- a/debian/control +++ b/debian/control @@ -5,15 +5,17 @@ Maintainer: Debian lighttpd maintainers <pkg-lighttpd-maintainers@lists.alioth.d Uploaders: Krzysztof Krzyzaniak (eloy) <eloy@debian.org>, Torsten Marek <shlomme@debian.org>, Franz Pletz <fpletz@franz-pletz.org>, Pierre Habouzit <madcoder@debian.org> +Homepage: http://www.lighttpd.net Build-Depends: debhelper (>= 5.0.0), cdbs, mime-support, libssl-dev, zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient15-dev, libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua5.1-0-dev, quilt, patchutils, pkg-config, uuid-dev, libsqlite3-dev, libxml2-dev, libkrb5-dev, perl XS-Vcs-Svn: svn://svn.debian.org/pkg-lighttpd/lighttpd/trunk -Standards-Version: 3.7.2.1 +Standards-Version: 3.7.3 Package: lighttpd +Homepage: http://www.lighttpd.net Architecture: any Depends: ${shlibs:Depends}, lsb-base (>= 3.0-3), mime-support, libterm-readline-perl-perl Provides: httpd, httpd-cgi @@ -29,19 +31,17 @@ Description: A fast webserver with minimal memory footprint * transparent content compression * conditional configuration and configuration is straight-forward and easy. - . - Homepage: http://www.lighttpd.net Package: lighttpd-doc +Homepage: http://www.lighttpd.net Architecture: all Section: doc Suggests: lighttpd Description: Documentation for lighttpd This package contains all documentation files for lighttpd. - . - Homepage: http://www.lighttpd.net Package: lighttpd-mod-mysql-vhost +Homepage: http://www.lighttpd.net Architecture: any Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends} Description: MySQL-based virtual host configuration for lighttpd @@ -49,10 +49,9 @@ Description: MySQL-based virtual host configuration for lighttpd this module, it is possible to write the configuration for virtual hosts into a MySQL table instead of including it in the lighttpd configuration file. - . - Homepage: http://www.lighttpd.net Package: lighttpd-mod-trigger-b4-dl +Homepage: http://www.lighttpd.net Architecture: any Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends} Replaces: lighttpd (<< 1.4.10-5) @@ -61,10 +60,9 @@ Description: Anti-deep-linking module for lighttpd The trigger-b4-dl module for lighttpd can prevent deep linking from other sites by requiring users to visit a trigger URL to be able to download certain files. - . - Homepage: http://www.lighttpd.net Package: lighttpd-mod-cml +Homepage: http://www.lighttpd.net Architecture: any Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends} Recommends: memcached @@ -75,10 +73,9 @@ Description: Cache meta language module for lighttpd . THIS MODULE IS OBSOLETED AND WILL BE REMOVED IN LIGHTTPD 1.5. USE mod_magnet INSTEAD. - . - Homepage: http://www.lighttpd.net Package: lighttpd-mod-magnet +Homepage: http://www.lighttpd.net Architecture: any Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends} Description: Control the request handling module for lighttpd @@ -86,10 +83,9 @@ Description: Control the request handling module for lighttpd either at the same level as mod_rewrite, before any parsing of the URL is done or at a later stage, when the doc-root is known and the physical-path is already setup - . - Homepage: http://www.lighttpd.net Package: lighttpd-mod-webdav +Homepage: http://www.lighttpd.net Architecture: any Depends: lighttpd (= ${binary:Version}), ${shlibs:Depends} Description: WebDAV module for lighttpd @@ -105,5 +101,3 @@ Description: WebDAV module for lighttpd MKCOL DELETE PUT - . - Homepage: http://www.lighttpd.net |