Source: vamps
Version: 0.99.2-4
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

vamps fails to cross build from source, because it does not pass any
cross compiler to make and thus uses the build architecture compiler.
Letting dh_auto_build fix that is the easiest route to success. Please
consider applying the attached patch.

Helmut
diff -u vamps-0.99.2/debian/changelog vamps-0.99.2/debian/changelog
--- vamps-0.99.2/debian/changelog
+++ vamps-0.99.2/debian/changelog
@@ -1,3 +1,10 @@
+vamps (0.99.2-4.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass CC to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 12 Feb 2018 17:49:27 +0100
+
 vamps (0.99.2-4) unstable; urgency=low
 
   * New maintainer (Closes: #484543).
diff -u vamps-0.99.2/debian/rules vamps-0.99.2/debian/rules
--- vamps-0.99.2/debian/rules
+++ vamps-0.99.2/debian/rules
@@ -22,7 +22,7 @@
 build-stamp:
        dh_testdir
        dh_prep
-       $(MAKE) 
+       dh_auto_build
        touch build-stamp
 
 clean: unpatch

Reply via email to