Source: btrfs-compsize Version: 1.3-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
btrfs-compsize fails to cross build from source, because it does not pass cross tools to make. The easiest way of fixing that - using dh_auto_build - makes btrfs-compsize cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru btrfs-compsize-1.3/debian/changelog btrfs-compsize-1.3/debian/changelog --- btrfs-compsize-1.3/debian/changelog 2019-02-26 13:35:44.000000000 +0100 +++ btrfs-compsize-1.3/debian/changelog 2019-03-11 06:23:29.000000000 +0100 @@ -1,3 +1,10 @@ +btrfs-compsize (1.3-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Mon, 11 Mar 2019 06:23:29 +0100 + btrfs-compsize (1.3-1) unstable; urgency=medium * New upstream release. diff --minimal -Nru btrfs-compsize-1.3/debian/rules btrfs-compsize-1.3/debian/rules --- btrfs-compsize-1.3/debian/rules 2018-06-02 19:03:38.000000000 +0200 +++ btrfs-compsize-1.3/debian/rules 2019-03-11 06:23:28.000000000 +0100 @@ -5,6 +5,6 @@ dh $@ override_dh_auto_build: - +$(MAKE) $(shell dpkg-buildflags --export=cmdline) + dh_auto_build -- $(shell dpkg-buildflags --export=cmdline) override_dh_auto_install: