Source: aewan Version: 1.0.01-4.1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
aewan 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 aewan cross buildable. Please consider applying the attached patch. Helmut
diff -u aewan-1.0.01/debian/changelog aewan-1.0.01/debian/changelog --- aewan-1.0.01/debian/changelog +++ aewan-1.0.01/debian/changelog @@ -1,3 +1,10 @@ +aewan (1.0.01-4.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Sun, 12 May 2019 09:40:16 +0200 + aewan (1.0.01-4.1) unstable; urgency=medium * Non-maintainer upload. diff -u aewan-1.0.01/debian/rules aewan-1.0.01/debian/rules --- aewan-1.0.01/debian/rules +++ aewan-1.0.01/debian/rules @@ -8,7 +8,7 @@ config.status: configure dh_testdir - ./configure CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" --prefix=/usr --mandir=/usr/share/man + dh_auto_configure -- CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" build: build-stamp