Source: daa2iso
Version: 0.1.7e-1.1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

daa2iso fails to cross build from source, because it does not pass cross
tools to make. The easiest way of fixing that is using dh_auto_build.
Please consider applying the attached patch.

Helmut
diff --minimal -Nru daa2iso-0.1.7e/debian/changelog 
daa2iso-0.1.7e/debian/changelog
--- daa2iso-0.1.7e/debian/changelog     2020-01-21 21:23:25.000000000 +0100
+++ daa2iso-0.1.7e/debian/changelog     2020-05-31 21:56:02.000000000 +0200
@@ -1,3 +1,10 @@
+daa2iso (0.1.7e-1.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>  Sun, 31 May 2020 21:56:02 +0200
+
 daa2iso (0.1.7e-1.1) unstable; urgency=high
 
   * Non-maintainer upload.
diff --minimal -Nru daa2iso-0.1.7e/debian/rules daa2iso-0.1.7e/debian/rules
--- daa2iso-0.1.7e/debian/rules 2020-01-21 21:23:25.000000000 +0100
+++ daa2iso-0.1.7e/debian/rules 2020-05-31 21:56:01.000000000 +0200
@@ -9,7 +9,7 @@
        dh_clean src/*.o src/*.exe src/daa2iso
 
 override_dh_auto_build:
-       $(MAKE) -C src PREFIX=/usr
+       dh_auto_build --sourcedirectory=src -- PREFIX=/usr
 
 override_dh_auto_install:
        $(MAKE) -C src PREFIX=/usr DESTDIR=$(CURDIR)/debian/daa2iso install

Reply via email to