Source: tenace Version: 0.16-1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
tenace fails to cross build from source, because it does not pass --host to ./configure. The easiest way of doing so - using dh_auto_configure - makes tenace cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru tenace-0.16/debian/changelog tenace-0.16/debian/changelog --- tenace-0.16/debian/changelog 2018-09-23 15:04:05.000000000 +0200 +++ tenace-0.16/debian/changelog 2019-02-24 13:21:28.000000000 +0100 @@ -1,3 +1,10 @@ +tenace (0.16-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 24 Feb 2019 13:21:28 +0100 + tenace (0.16-1) unstable; urgency=medium * New upstream version. diff --minimal -Nru tenace-0.16/debian/rules tenace-0.16/debian/rules --- tenace-0.16/debian/rules 2010-12-11 22:56:26.000000000 +0100 +++ tenace-0.16/debian/rules 2019-02-24 13:21:24.000000000 +0100 @@ -4,7 +4,7 @@ configure: configure-stamp configure-stamp: - ./configure --prefix=/usr --bindir=/usr/games + dh_auto_configure -- --bindir=/usr/games touch $@ build-indep: