Source: ntpstat Version: 0.0.0.1-1 Tags: patch User: [email protected] Usertags: rebootstrap
ntpstat fails to cross build from source, because it does not pass cross tools to make. The easiest way to fix that is removing the override_dh_auto_build, because dh_auto_build does what is needed for you. Please consider applying the attached patch. Helmut
diff --minimal -Nru ntpstat-0.0.0.1/debian/changelog ntpstat-0.0.0.1/debian/changelog --- ntpstat-0.0.0.1/debian/changelog 2014-09-12 16:07:30.000000000 +0200 +++ ntpstat-0.0.0.1/debian/changelog 2018-06-10 21:05:08.000000000 +0200 @@ -1,3 +1,10 @@ +ntpstat (0.0.0.1-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Fix FTCBFS: Remove override_dh_auto_build. (Closes: #-1) + + -- Helmut Grohne <[email protected]> Sun, 10 Jun 2018 21:05:08 +0200 + ntpstat (0.0.0.1-1) unstable; urgency=medium * Initial release. (Closes: #761289) diff --minimal -Nru ntpstat-0.0.0.1/debian/rules ntpstat-0.0.0.1/debian/rules --- ntpstat-0.0.0.1/debian/rules 2014-09-12 16:07:30.000000000 +0200 +++ ntpstat-0.0.0.1/debian/rules 2018-06-10 21:05:00.000000000 +0200 @@ -6,8 +6,5 @@ %: dh $@ -override_dh_auto_build: - $(MAKE) - override_dh_auto_clean: rm -f ntpstat

