Source: bootpc
Version: 0.64-7
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

bootpc fails to cross build from source, because it does not pass cross
tools to make. After indirecting make through dh_auto_build, bootpc
cross builds successfully. Please consider applying the attached patch.

Helmut
diff -u bootpc-0.64/debian/changelog bootpc-0.64/debian/changelog
--- bootpc-0.64/debian/changelog
+++ bootpc-0.64/debian/changelog
@@ -1,3 +1,10 @@
+bootpc (0.64-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sun, 10 Jun 2018 21:14:41 +0200
+
 bootpc (0.64-7) unstable; urgency=low
 
   * Bumped Standards-Version to 3.7.3 
diff -u bootpc-0.64/debian/control bootpc-0.64/debian/control
--- bootpc-0.64/debian/control
+++ bootpc-0.64/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Maintainer: Anibal Monsalve Salazar <ani...@debian.org>
 Standards-Version: 3.7.3
-Build-Depends: debhelper (>= 5)
+Build-Depends: debhelper (>= 7)
 
 Package: bootpc
 Architecture: any
diff -u bootpc-0.64/debian/rules bootpc-0.64/debian/rules
--- bootpc-0.64/debian/rules
+++ bootpc-0.64/debian/rules
@@ -9,7 +9,7 @@
 build-stamp:
        dh_testdir
 
-       $(MAKE) CFLAGS="-O2 -g -Wall"
+       dh_auto_build -- CFLAGS="-O2 -g -Wall"
 
        touch build-stamp
 

Reply via email to