Source: netpipes Version: 4.2-8 Tags: patch User: [email protected] Usertags: rebootstrap
netpipes 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 netpipes cross buildable. Please consider applying the attached patch. Helmut
diff --minimal -Nru netpipes-4.2/debian/changelog netpipes-4.2/debian/changelog --- netpipes-4.2/debian/changelog 2015-06-27 16:56:45.000000000 +0200 +++ netpipes-4.2/debian/changelog 2019-05-19 11:54:43.000000000 +0200 @@ -1,3 +1,10 @@ +netpipes (4.2-8.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, 19 May 2019 11:54:43 +0200 + netpipes (4.2-8) unstable; urgency=medium * Updating to Standards 3.9.6, compatibility 9. diff --minimal -Nru netpipes-4.2/debian/rules netpipes-4.2/debian/rules --- netpipes-4.2/debian/rules 2015-06-27 16:28:58.000000000 +0200 +++ netpipes-4.2/debian/rules 2019-05-19 11:54:42.000000000 +0200 @@ -16,7 +16,7 @@ dh $@ override_dh_auto_build: - $(MAKE) CDEBUGFLAGS="$(CDEBUGFLAGS)" + dh_auto_build -- CDEBUGFLAGS="$(CDEBUGFLAGS)" override_dh_installchangelogs: dh_installchangelogs README

