Source: yamdi
Version: 1.4-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

yamdi 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
yamdi cross buildable. Please consider applying the attached patch.

Helmut
diff -u yamdi-1.4/debian/rules yamdi-1.4/debian/rules
--- yamdi-1.4/debian/rules
+++ yamdi-1.4/debian/rules
@@ -24,7 +24,7 @@
 build-stamp: configure-stamp 
        dh_testdir
 
-       $(MAKE)
+       dh_auto_build
 
        touch $@
 
diff -u yamdi-1.4/debian/control yamdi-1.4/debian/control
--- yamdi-1.4/debian/control
+++ yamdi-1.4/debian/control
@@ -2,7 +2,7 @@
 Section: utils
 Priority: extra
 Maintainer: Todd Troxell <ttrox...@debian.org>
-Build-Depends: debhelper (>= 5), dpatch
+Build-Depends: debhelper (>= 7), dpatch
 Standards-Version: 3.7.2
 XS-Vcs-Hg: http://code.rapidpacket.com/yamdi/
 
diff -u yamdi-1.4/debian/changelog yamdi-1.4/debian/changelog
--- yamdi-1.4/debian/changelog
+++ yamdi-1.4/debian/changelog
@@ -1,3 +1,10 @@
+yamdi (1.4-2.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, 12 May 2019 06:49:57 +0200
+
 yamdi (1.4-2) unstable; urgency=low
 
   * Add dpatch to Build-Depends

Reply via email to