Source: scanssh Version: 2.0-4.1 Tags: patch User: helm...@debian.org Usertags: rebootstrap
scanssh 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 scanssh cross buildable. Please consider applying the attached patch. Helmut
diff -u scanssh-2.0/debian/changelog scanssh-2.0/debian/changelog --- scanssh-2.0/debian/changelog +++ scanssh-2.0/debian/changelog @@ -1,3 +1,10 @@ +scanssh (2.0-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> Sat, 15 Dec 2018 01:06:12 +0100 + scanssh (2.0-4.1) unstable; urgency=medium * Non-maintainer upload. diff -u scanssh-2.0/debian/rules scanssh-2.0/debian/rules --- scanssh-2.0/debian/rules +++ scanssh-2.0/debian/rules @@ -19,7 +19,7 @@ configure-stamp: dh_testdir # Add here commands to configure the package. - ./configure --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info + dh_auto_configure touch configure-stamp