Source: libcacard Version: 1:2.5.0-3 Tags: patch User: [email protected] Usertags: rebootstrap
libcacard fails to cross build from source, because its Build-Depends: libtool-bin is unsatisfiable. It turns out that libcacard doesn't need libtool-bin and only needs libtool. After demoting the dependency, a build generates the very same build-ids as before. Also a cross build succeeds. libtool-bin is supposed to be removed from the archive eventually. Please consider applying the attached patch. Helmut
diff --minimal -Nru libcacard-2.5.0/debian/changelog libcacard-2.5.0/debian/changelog --- libcacard-2.5.0/debian/changelog 2017-03-04 09:57:45.000000000 +0100 +++ libcacard-2.5.0/debian/changelog 2017-08-10 18:14:03.000000000 +0200 @@ -1,3 +1,10 @@ +libcacard (1:2.5.0-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: demote libtool-bin build dependency to libtool (Closes: #-1) + + -- Helmut Grohne <[email protected]> Thu, 10 Aug 2017 18:14:03 +0200 + libcacard (1:2.5.0-3) unstable; urgency=high * smartcard-fix-memory-leak-in-vcard_apdu_new-CVE-2017-6414.patch diff --minimal -Nru libcacard-2.5.0/debian/control libcacard-2.5.0/debian/control --- libcacard-2.5.0/debian/control 2017-03-03 06:58:37.000000000 +0100 +++ libcacard-2.5.0/debian/control 2017-08-10 18:14:03.000000000 +0200 @@ -2,7 +2,7 @@ Section: otherosfs Priority: extra Maintainer: Michael Tokarev <[email protected]> -Build-Depends: debhelper (>=9), pkg-config, libtool-bin, +Build-Depends: debhelper (>=9), pkg-config, libtool, libnss3-dev (>=3.12.8~), libglib2.0-dev (>=2.22~), Standards-Version: 3.9.6

