diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2010-06-01 15:10:34 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2010-06-01 15:10:34 +0000 |
commit | 424a613c1bf668f2f826d214ef1ab600a05b1312 (patch) | |
tree | df31ec300e2f39afacab359cfd2259aa78835401 | |
parent | a5bde83f8d20adc748a364c994bb512540830496 (diff) | |
download | lighttpd-424a613c1bf668f2f826d214ef1ab600a05b1312.tar.gz |
make lintian happy, Switch to dpkg-source 3.0 (quilt) format
-rw-r--r-- | debian/changelog | 13 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 10 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index defc874..0117fa7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,24 +1,29 @@ lighttpd (1.4.26-2) UNRELEASED; urgency=low [ Krzysztof Krzyżaniak (eloy) ] + * Switch to dpkg-source 3.0 (quilt) format * debian/control: + removed Franz Pletz from Uploaders, he's MIA (closes: #579366) - + change dependency from libmysqlclient15-dev to more general libmysqlclient-dev + + change dependency from libmysqlclient15-dev to more general + libmysqlclient-dev [ Olaf van der Spek ] * take conf dir as an optional parameter (closes: 489854) - * don't try to make /var/run/lighttpd when invoked with status (closes: 538662) + * don't try to make /var/run/lighttpd when invoked with status + (closes: 538662) * split FastCGI PHP conf from FastCGI conf (closes: 515699) * reduce max-procs from 2 to 1 (closes: 456200) * move debian doc handling into it's own file * set default vhost dir to /srv/<host>/htdocs (closes: 471054) * use delaycompress instead of copytruncate for logrotate (closes: 563626) - * don't wait for old process to stop before starting new one for reload (closes: 504315) + * don't wait for old process to stop before starting new one for reload + (closes: 504315) * use reopen-logs for logrotate (closes: 504319) * add no-www.conf (for use with evhost and simple-vhost, closes: 471055) * move evhost conf into it's own file - -- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Tue, 09 Feb 2010 18:28:44 +0100 + + -- Krzysztof Krzyżaniak (eloy) <eloy@debian.org> Tue, 01 Jun 2010 17:08:42 +0200 lighttpd (1.4.26-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 47151b6..06b3781 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ 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, quilt + libxml2-dev, libkrb5-dev, perl XS-Vcs-Svn: svn://svn.debian.org/pkg-lighttpd/lighttpd/trunk Standards-Version: 3.8.4 |