[PKG-Openstack-devel] Bug#901271: ntpstat FTCBFS: does not pass cross tools to make

Helmut Grohne helmut at subdivi.de
Sun Jun 10 20:07:55 BST 2018


Source: ntpstat
Version: 0.0.0.1-1
Tags: patch
User: helmutg at debian.org
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
-------------- next part --------------
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 <helmut at subdivi.de>  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


More information about the Openstack-devel mailing list