Source: digitools
Version: 1.03-1.2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru digitools-1.03/debian/changelog 
digitools-1.03/debian/changelog
--- digitools-1.03/debian/changelog     2013-06-04 11:56:00.000000000 +0200
+++ digitools-1.03/debian/changelog     2021-07-22 14:44:33.000000000 +0200
@@ -1,3 +1,10 @@
+digitools (1.03-1.3) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Thu, 22 Jul 2021 14:44:33 +0200
+
 digitools (1.03-1.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff --minimal -Nru digitools-1.03/debian/rules digitools-1.03/debian/rules
--- digitools-1.03/debian/rules 2012-02-27 19:25:10.000000000 +0100
+++ digitools-1.03/debian/rules 2021-07-22 14:44:32.000000000 +0200
@@ -35,7 +35,7 @@
 build-stamp: configure-stamp 
 
        # Add here commands to compile the arch part of the package.
-       $(MAKE) 
+       dh_auto_build
        touch build-stamp
 
 clean:

Reply via email to