Control: tags 852044 + patch Hi Enrico,
Attached is a patch which fixes this FTBFS. I have uploaded this to unstable. D. -- Daniel Silverstone http://www.digital-scurf.org/ PGP mail accepted and encouraged. Key Id: 3CCE BABE 206C 3B69
diff -Nru lua-curl-0.3.0/debian/changelog lua-curl-0.3.0/debian/changelog --- lua-curl-0.3.0/debian/changelog 2014-08-27 10:11:30.000000000 +0100 +++ lua-curl-0.3.0/debian/changelog 2017-01-28 14:09:19.000000000 +0000 @@ -1,3 +1,11 @@ +lua-curl (0.3.0-9.1) unstable; urgency=medium + + * Non-maintainer upload. + * curl headers are now in the multiarch include form, use them. + (Closes: #852044) + + -- Daniel Silverstone <dsilv...@digital-scurf.org> Sat, 28 Jan 2017 14:09:19 +0000 + lua-curl (0.3.0-9) unstable; urgency=medium * Fix FTBFS (Closes: #755338) diff -Nru lua-curl-0.3.0/debian/control lua-curl-0.3.0/debian/control --- lua-curl-0.3.0/debian/control 2014-08-27 10:11:30.000000000 +0100 +++ lua-curl-0.3.0/debian/control 2017-01-28 14:03:48.000000000 +0000 @@ -2,7 +2,7 @@ Section: interpreters Priority: optional Maintainer: Enrico Tassi <gareuselesi...@debian.org> -Build-Depends: debhelper (>= 8.1.3), libcurl4-gnutls-dev (>= 7.15.0-2), dh-lua +Build-Depends: debhelper (>= 8.1.3), libcurl4-gnutls-dev (>= 7.52.1-1~), dh-lua Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/pkg-lua/packages/lua-curl Vcs-Browser: http://svn.debian.org/viewsvn/pkg-lua/packages/lua-curl diff -Nru lua-curl-0.3.0/debian/rules lua-curl-0.3.0/debian/rules --- lua-curl-0.3.0/debian/rules 2014-08-27 10:11:30.000000000 +0100 +++ lua-curl-0.3.0/debian/rules 2017-01-28 13:57:15.000000000 +0000 @@ -8,5 +8,5 @@ dh_auto_clean override_dh_auto_configure: - $(MAKE) -f Makefile constants + $(MAKE) -f Makefile HEADER="/usr/include/$(shell dpkg-architecture -qDEB_HOST_MULTIARCH)/curl/curl.h" constants dh_auto_configure