control: tags -1 +patch Hi,
Attached patch would fix this FTBFS, could you check and apply it, please? -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -u libwfut-0.2.1/debian/control libwfut-0.2.1/debian/control --- libwfut-0.2.1/debian/control +++ libwfut-0.2.1/debian/control @@ -2,7 +2,7 @@ Priority: optional Section: libs Maintainer: Michael Koch <konque...@gmx.de> -Build-Depends: debhelper (>= 5), cdbs, libsigc++-2.0-dev, libcurl4-gnutls-dev, chrpath +Build-Depends: debhelper (>= 5), cdbs, libsigc++-2.0-dev, libcurl4-gnutls-dev, chrpath, zlib1g-dev Standards-Version: 3.8.3 Homepage: http://www.worldforge.org/ diff -u libwfut-0.2.1/debian/changelog libwfut-0.2.1/debian/changelog --- libwfut-0.2.1/debian/changelog +++ libwfut-0.2.1/debian/changelog @@ -1,3 +1,11 @@ +libwfut (0.2.1-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * debian/control + - add "Build-Depends: zlib1g-dev" to fix FTBFS (Closes: #747786) + + -- Hideki Yamane <henr...@debian.org> Mon, 26 May 2014 06:10:54 +0900 + libwfut (0.2.1-2) unstable; urgency=low * debian/rules: Add --disable-static to configure call.