Source: libwildmagic Version: 5.17+cleaned1-5 Tags: patch User: [email protected] Usertags: ftcbfs
libwildmagic fails to cross build from source, because the last upload reverted the cross build support. Please consider applying the attached patch to revert the reversion. Helmut
diff --minimal -Nru libwildmagic-5.17+cleaned1/debian/changelog libwildmagic-5.17+cleaned1/debian/changelog --- libwildmagic-5.17+cleaned1/debian/changelog 2020-11-12 14:23:28.000000000 +0100 +++ libwildmagic-5.17+cleaned1/debian/changelog 2021-02-09 13:44:19.000000000 +0100 @@ -1,3 +1,10 @@ +libwildmagic (5.17+cleaned1-5.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Revert removal of buildtools.mk. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Tue, 09 Feb 2021 13:44:19 +0100 + libwildmagic (5.17+cleaned1-5) unstable; urgency=low * New version of the patch about the way libs are linked. diff --minimal -Nru libwildmagic-5.17+cleaned1/debian/rules libwildmagic-5.17+cleaned1/debian/rules --- libwildmagic-5.17+cleaned1/debian/rules 2020-11-12 14:23:28.000000000 +0100 +++ libwildmagic-5.17+cleaned1/debian/rules 2021-02-09 13:44:17.000000000 +0100 @@ -7,6 +7,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk +-include /usr/share/dpkg/buildtools.mk CFLAGS+=$(CPPFLAGS) CXXFLAGS+=$(CPPFLAGS)

