Source: gaffitter Version: 0.6.0-2 Tags: patch User: [email protected] Usertags: rebootstrap
gaffitter 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 gaffitter cross buildable. Please consider applying the attached patch. Helmut
diff -u gaffitter-0.6.0/debian/changelog gaffitter-0.6.0/debian/changelog --- gaffitter-0.6.0/debian/changelog +++ gaffitter-0.6.0/debian/changelog @@ -1,3 +1,9 @@ +gaffitter (0.6.0-3) UNRELEASED; urgency=medium + + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 12 May 2019 12:25:56 +0200 + gaffitter (0.6.0-2) unstable; urgency=low * Orphaned. Set maintainer to Debian QA Group. diff -u gaffitter-0.6.0/debian/rules gaffitter-0.6.0/debian/rules --- gaffitter-0.6.0/debian/rules +++ gaffitter-0.6.0/debian/rules @@ -19,7 +19,7 @@ build-stamp: configure-stamp dh_testdir - $(MAKE) DEBCXXFLAGS="${CXXFLAGS}" + dh_auto_build -- DEBCXXFLAGS="${CXXFLAGS}" touch $@ clean: unpatch realclean

