Source: vanessa-adt Version: 0.0.9-2 Tags: patch User: debian-cr...@lists.debian.org Usertags: ftcbfs
vanessa-adt fails to cross build from source, because it does not pass --host to ./configure. The easiest way of fixing that - using dh_auto_configure - makes vanessa-adt cross buildable. Please consider applying the attached patch. Helmut
diff -u vanessa-adt-0.0.9/debian/changelog vanessa-adt-0.0.9/debian/changelog --- vanessa-adt-0.0.9/debian/changelog +++ vanessa-adt-0.0.9/debian/changelog @@ -1,3 +1,10 @@ +vanessa-adt (0.0.9-2.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1) + + -- Helmut Grohne <hel...@subdivi.de> Fri, 21 Jun 2019 16:05:17 +0200 + vanessa-adt (0.0.9-2) unstable; urgency=medium * Use dh-autoreconf diff -u vanessa-adt-0.0.9/debian/rules vanessa-adt-0.0.9/debian/rules --- vanessa-adt-0.0.9/debian/rules +++ vanessa-adt-0.0.9/debian/rules @@ -3,7 +3,6 @@ # GNU copyright 1997 to 1999 by Joey Hess. pwd:=$(shell pwd) -cfg:=--prefix=/usr DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk @@ -14,7 +13,7 @@ build-stamp: dh_testdir dh_autoreconf - ./configure $(cfg) + dh_auto_configure $(MAKE) V=1 touch build-stamp