Source: regionset
Version: 0.1-3.1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

regionset fails to cross build from source, because the upstream
Makefile does not pick up the environment variables passed by cdbs and
thus uses plain gcc. dh_auto_build passes them as makefile variables and
thus sidesteps this issue. Once using dh_auto_build, regionset cross
builds successfully. Please consider applying the attached patch.

Helmut
diff -u regionset-0.1/debian/changelog regionset-0.1/debian/changelog
--- regionset-0.1/debian/changelog
+++ regionset-0.1/debian/changelog
@@ -1,3 +1,10 @@
+regionset (0.1-3.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 11 Feb 2019 06:17:27 +0100
+
 regionset (0.1-3.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u regionset-0.1/debian/rules regionset-0.1/debian/rules
--- regionset-0.1/debian/rules
+++ regionset-0.1/debian/rules
@@ -5,0 +6,4 @@
+
+$(cdbs_make_build_stamps):
+       dh_auto_build
+       touch $@

Reply via email to