diff -Nru lua-curl-0.3.0/debian/changelog lua-curl-0.3.0/debian/changelog --- lua-curl-0.3.0/debian/changelog 2014-05-11 15:46:23.000000000 +0000 +++ lua-curl-0.3.0/debian/changelog 2014-08-27 09:11:30.000000000 +0000 @@ -1,3 +1,9 @@ +lua-curl (0.3.0-9) unstable; urgency=medium + + * Fix FTBFS (Closes: #755338) + + -- Enrico Tassi Wed, 27 Aug 2014 11:10:17 +0200 + lua-curl (0.3.0-8) unstable; urgency=medium * Ported to Lua 5.2 (thanks Igor Bogomazov) (Closes: #746213) diff -Nru lua-curl-0.3.0/debian/patches/0004-remove-obsolete-compatibility-code.patch lua-curl-0.3.0/debian/patches/0004-remove-obsolete-compatibility-code.patch --- lua-curl-0.3.0/debian/patches/0004-remove-obsolete-compatibility-code.patch 1970-01-01 00:00:00.000000000 +0000 +++ lua-curl-0.3.0/debian/patches/0004-remove-obsolete-compatibility-code.patch 2014-08-27 09:11:30.000000000 +0000 @@ -0,0 +1,22 @@ +From: Enrico Tassi +Date: Wed, 27 Aug 2014 11:09:36 +0200 +Subject: remove obsolete compatibility code + +--- + lua-curl.c | 3 --- + 1 file changed, 3 deletions(-) + +diff --git a/lua-curl.c b/lua-curl.c +index 77dd00e..602bafe 100644 +--- a/lua-curl.c ++++ b/lua-curl.c +@@ -75,9 +75,6 @@ + #ifndef CURLOPT_READDATA + #define CURLOPT_READDATA CURLOPT_INFILE + #endif +-#ifndef CURLOPT_HEADERDATA +- #define CURLOPT_HEADERDATA CURLOPT_WRITEHEADER +-#endif + + /* strings put in the bag, vectorialized for faster/shorter access */ + diff -Nru lua-curl-0.3.0/debian/patches/series lua-curl-0.3.0/debian/patches/series --- lua-curl-0.3.0/debian/patches/series 2014-05-11 15:46:23.000000000 +0000 +++ lua-curl-0.3.0/debian/patches/series 2014-08-27 09:11:30.000000000 +0000 @@ -1,3 +1,4 @@ 0001-test.patch 0002-make.patch 0003-lua5.2.patch +0004-remove-obsolete-compatibility-code.patch