Package: lighttpd
Version: 1.4.31-4
Severity: important
Tags: patch
User: [email protected]
Usertags: arm64

lighttpd's config.guess/config.sub are out of date for the forthcoming
arm64 port.  The attached patch sets things up so that you don't have to
be bothered by this type of bug for future ports.

Ideally, you'd be able to use the more comprehensive dh-autoreconf
instead.  However, this currently fails because of the use of the
obsolete AM_C_PROTOTYPES macro in configure.ac.  It would be good to fix
this at some point.

  * Use the autotools-dev dh addon to update config.guess/config.sub for
    arm64.

diff -Nru lighttpd-1.4.31/debian/control lighttpd-1.4.31/debian/control
--- lighttpd-1.4.31/debian/control      2013-03-15 19:28:14.000000000 +0000
+++ lighttpd-1.4.31/debian/control      2013-10-15 11:00:52.000000000 +0100
@@ -10,7 +10,7 @@
  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 -Nru lighttpd-1.4.31/debian/rules lighttpd-1.4.31/debian/rules
--- lighttpd-1.4.31/debian/rules        2013-03-15 19:28:14.000000000 +0000
+++ lighttpd-1.4.31/debian/rules        2013-10-15 11:00:41.000000000 +0100
@@ -1,7 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-       dh $@
+       dh $@ --with autotools_dev
 
 override_dh_auto_configure:
        dh_auto_configure -- \

Thanks,

-- 
Colin Watson                                       [[email protected]]


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to