Source: clzip Version: 1.11-3 Tags: patch User: [email protected] Usertags: ftcbfs
clzip fails to cross build from source, because it uses the build architecture compiler as a make default. Initializing CC using dpkg's buildtools.mk fixes this problem. Please consider applying the attached patch. Helmut
diff --minimal -Nru clzip-1.11/debian/changelog clzip-1.11/debian/changelog --- clzip-1.11/debian/changelog 2019-02-03 20:12:53.000000000 +0100 +++ clzip-1.11/debian/changelog 2019-07-21 20:17:23.000000000 +0200 @@ -1,3 +1,10 @@ +clzip (1.11-3.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Seed CC from dpkg's buildtools.mk. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 21 Jul 2019 20:17:23 +0200 + clzip (1.11-3) unstable; urgency=medium * Uploading to sid. diff --minimal -Nru clzip-1.11/debian/rules clzip-1.11/debian/rules --- clzip-1.11/debian/rules 2019-02-03 20:12:24.000000000 +0100 +++ clzip-1.11/debian/rules 2019-07-21 20:17:22.000000000 +0200 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +-include /usr/share/dpkg/buildtools.mk + %: dh ${@}

