Source: tablix2 Version: 0.3.5-3.1 Tags: patch User: [email protected] Usertags: ftcbfs
tablix2 fails to cross build from source, because it does not pass --host to ./configure. The easiest way of fixing that - using dh_auto_configure - maks tablix2 cross buildable. Please consider applying the attached patch. Helmut
diff -u tablix2-0.3.5/debian/changelog tablix2-0.3.5/debian/changelog --- tablix2-0.3.5/debian/changelog +++ tablix2-0.3.5/debian/changelog @@ -1,3 +1,10 @@ +tablix2 (0.3.5-3.2) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Tue, 21 Jan 2020 19:25:12 +0100 + tablix2 (0.3.5-3.1) unstable; urgency=medium * Non-maintainer upload. diff -u tablix2-0.3.5/debian/rules tablix2-0.3.5/debian/rules --- tablix2-0.3.5/debian/rules +++ tablix2-0.3.5/debian/rules @@ -9,7 +9,7 @@ config.status: configure dh_testdir dh_autoreconf - ./configure CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" --prefix=/usr --mandir=/usr/share/man --with-pvm3 --enable-conv --enable-more-teachers --enable-tunable + dh_auto_configure -- CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" --with-pvm3 --enable-conv --enable-more-teachers --enable-tunable build: build-stamp

