diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 2 |
3 files changed, 6 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 5e52e90..e6ebaa7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -lighttpd (1.4.32-1) UNRELEASED; urgency=low +lighttpd (1.4.33-1) UNRELEASED; urgency=low * Drop the connection-dos.patch - merged upstream. * Fix "mod_extforward missing configuration file": ship requested @@ -7,8 +7,10 @@ lighttpd (1.4.32-1) UNRELEASED; urgency=low 2010 (Closes: #703215) * Push debhelper's compat mode to 9, the use of maintscript helper requires 8.1 so we had to push the debhelper b-d anyway. + * Fix "config.guess/config.sub out of date for arm64" by adding the patch + provided by Colin Watson. Thanks(Closes: #726394). - -- Arno Töll <arno@debian.org> Sun, 17 Mar 2013 19:29:34 +0100 + -- Arno Töll <arno@debian.org> Tue, 15 Oct 2013 20:23:01 +0200 lighttpd (1.4.31-4) unstable; urgency=high diff --git a/debian/control b/debian/control index 10881fe..bbef618 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9), 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, dpkg-dev (>= 1.16.1~) + libxml2-dev, libkrb5-dev, perl, dpkg-dev (>= 1.16.1~), autotools-dev Vcs-Git: git://git.debian.org/git/pkg-lighttpd/lighttpd.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-lighttpd/lighttpd.git Standards-Version: 3.9.4 diff --git a/debian/rules b/debian/rules index 43c6e03..a8051c5 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f %: - dh $@ + dh $@ --with autotools_dev override_dh_auto_configure: dh_auto_configure -- \ |