Source: siggen Version: 2.3.10-8 Tags: patch User: helm...@debian.org Usertags: rebootstrap
siggen fails to cross build from source, because it does not pass cross tools to make. The easiest way of doing so - using dh_auto_build - makes siggen cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru siggen-2.3.10/debian/changelog siggen-2.3.10/debian/changelog --- siggen-2.3.10/debian/changelog 2019-01-05 19:51:09.000000000 +0100 +++ siggen-2.3.10/debian/changelog 2019-03-02 09:47:19.000000000 +0100 @@ -1,3 +1,10 @@ +siggen (2.3.10-8.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> Sat, 02 Mar 2019 09:47:19 +0100 + siggen (2.3.10-8) sid; urgency=medium * debian/control: bump standard to 4.3.0 (no changes) diff --minimal -Nru siggen-2.3.10/debian/rules siggen-2.3.10/debian/rules --- siggen-2.3.10/debian/rules 2019-01-05 19:51:09.000000000 +0100 +++ siggen-2.3.10/debian/rules 2019-03-02 09:47:17.000000000 +0100 @@ -17,7 +17,7 @@ build-indep: build-stamp build-stamp: - $(MAKE) CFLAGS="$(cflags)" tones signalgen swgen siggen sweepgen fsynth soundinfo smix + dh_auto_build -- CFLAGS="$(cflags)" tones signalgen swgen siggen sweepgen fsynth soundinfo smix touch $@ install-stamp: build