Source: fwlogwatch Version: 1.4-1 Tags: patch User: [email protected] Usertags: rebootstrap
fwlogwatch fails to cross build from source, because it does not pass cross tools to make. The easiest way of fixing that - using dh_auto_build - makes fwlogwatch cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru fwlogwatch-1.4/debian/changelog fwlogwatch-1.4/debian/changelog --- fwlogwatch-1.4/debian/changelog 2015-08-24 01:08:47.000000000 +0200 +++ fwlogwatch-1.4/debian/changelog 2019-05-12 06:55:36.000000000 +0200 @@ -1,3 +1,10 @@ +fwlogwatch (1.4-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 12 May 2019 06:55:36 +0200 + fwlogwatch (1.4-1) unstable; urgency=medium * New upstream release. (Closes: #676656) diff --minimal -Nru fwlogwatch-1.4/debian/rules fwlogwatch-1.4/debian/rules --- fwlogwatch-1.4/debian/rules 2015-08-22 02:02:41.000000000 +0200 +++ fwlogwatch-1.4/debian/rules 2019-05-12 06:55:32.000000000 +0200 @@ -30,7 +30,7 @@ dh_testdir # Add here commands to compile the package. - $(MAKE) + dh_auto_build #/usr/bin/docbook-to-man debian/fwlogwatch.sgml > fwlogwatch.1 touch build-stamp

