diff options
author | Arno Töll <arno@debian.org> | 2011-11-30 17:41:50 +0000 |
---|---|---|
committer | Arno Töll <arno@debian.org> | 2011-11-30 17:41:50 +0000 |
commit | 3da94a96c1358f80ceaa26f1adbafbbf2200365d (patch) | |
tree | c2cf8e16a936e2017fb3cb06da84c007b959455f | |
parent | 3ee4858abb010c4c7e9ca54b5244cd1eb0580e75 (diff) | |
download | lighttpd-3da94a96c1358f80ceaa26f1adbafbbf2200365d.tar.gz |
Add dpkg-dev (>= 1.16.1~) to build-depends to make sure --export=configure is supported
-rw-r--r-- | debian/changelog | 5 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 06b8feb..86c2450 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,12 +3,15 @@ lighttpd (1.4.29-2) UNRELEASED; urgency=low * Adapt to dpkg 1.16.1 API changes regarding build flags. This enables hardening build flags. This means, lighttpd is now being built with -fstack-protector and other security related build flags. + * Add dpkg-dev (>= 1.16.1~) to build-depends to make sure our buildflags are + properly supported. That's guaranteed for Testing, but might be helpful to + know for backporters. * Fix "Doesn't remove /etc/lighttpd on purge" by removing dangling symlinks /only/. This does not entirely fix the problem of the maintainer, but we can not simply remove all files in /etc/lighttpd as other packages or the user himself might have left configuration files back (Closes: #642494) - -- Arno Töll <debian@toell.net> Fri, 23 Sep 2011 14:23:57 +0200 + -- Arno Töll <debian@toell.net> Wed, 30 Nov 2011 18:41:11 +0100 lighttpd (1.4.29-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 9dcc253..78e5977 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 8), 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 + libxml2-dev, libkrb5-dev, perl, dpkg-dev (>= 1.16.1~) Vcs-Svn: svn://svn.debian.org/pkg-lighttpd/lighttpd/trunk Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-lighttpd/lighttpd/trunk/ Standards-Version: 3.9.2.0 |