Source: xlunzip Version: 0.4-4 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
xlunzip fails to cross build from source, because debian/rules uses the build architecture compiler as a make default. Seeding it from dpkg's buildtools.mk fixes the cross build. Please consider applying the attached patch. Helmut
diff --minimal -Nru xlunzip-0.4/debian/changelog xlunzip-0.4/debian/changelog --- xlunzip-0.4/debian/changelog 2019-07-16 18:40:55.000000000 +0200 +++ xlunzip-0.4/debian/changelog 2019-07-25 06:16:39.000000000 +0200 @@ -1,3 +1,10 @@ +xlunzip (0.4-4.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Seed CC from dpkg's buildtools.mk. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Thu, 25 Jul 2019 06:16:39 +0200 + xlunzip (0.4-4) unstable; urgency=medium * Uploading to sid. diff --minimal -Nru xlunzip-0.4/debian/rules xlunzip-0.4/debian/rules --- xlunzip-0.4/debian/rules 2019-07-06 21:20:12.000000000 +0200 +++ xlunzip-0.4/debian/rules 2019-07-25 06:16:39.000000000 +0200 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +-include /usr/share/dpkg/buildtools.mk + %: dh ${@}