Source: wiipdf
Version: 1.4-3
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru wiipdf-1.4/debian/changelog wiipdf-1.4/debian/changelog
--- wiipdf-1.4/debian/changelog 2020-06-08 21:06:00.000000000 +0200
+++ wiipdf-1.4/debian/changelog 2020-06-13 15:15:39.000000000 +0200
@@ -1,3 +1,9 @@
+wiipdf (1.4-4) UNRELEASED; urgency=medium
+
+  * Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 13 Jun 2020 15:15:39 +0200
+
 wiipdf (1.4-3) unstable; urgency=medium
 
   * QA upload.
diff --minimal -Nru wiipdf-1.4/debian/rules wiipdf-1.4/debian/rules
--- wiipdf-1.4/debian/rules     2020-06-08 21:06:00.000000000 +0200
+++ wiipdf-1.4/debian/rules     2020-06-13 15:15:38.000000000 +0200
@@ -19,10 +19,7 @@
 build-indep: build-stamp
 build-stamp:
        dh_testdir
-
-       # Add here commands to compile the package.
-       $(MAKE)
-
+       dh_auto_build
        touch $@
 
 clean:

Reply via email to