Source: mbw
Version: 1.2.2-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

mbw fails to cross build from source, because it does not pass cross
tools to make. The easiest way of doing so - using dh_auto_build - makes
mbw cross buildable. Please consider applying the attached patch.

Helmut
diff -u mbw-1.2.2/debian/rules mbw-1.2.2/debian/rules
--- mbw-1.2.2/debian/rules
+++ mbw-1.2.2/debian/rules
@@ -24,7 +24,7 @@
        dh_testdir
 
        # Add here commands to compile the package.
-       CFLAGS="$(CFLAGS)" $(MAKE)
+       CFLAGS="$(CFLAGS)" dh_auto_build
        #docbook-to-man debian/mbw.sgml > mbw.1
 
        touch $@
diff -u mbw-1.2.2/debian/changelog mbw-1.2.2/debian/changelog
--- mbw-1.2.2/debian/changelog
+++ mbw-1.2.2/debian/changelog
@@ -1,3 +1,10 @@
+mbw (1.2.2-1.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>  Sat, 15 Dec 2018 00:17:53 +0100
+
 mbw (1.2.2-1) unstable; urgency=low
 
   * New release correcting a bug.

Reply via email to