Source: acme
Version: 1:0.96.4-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

acme fails to cross build from source again, because it does not pass
cross tools to make while building contrib/toacme/src. The easiest way
of fixing that - using dh_auto_build - makes acme cross buildable.
Please consider applying the attached patch.

Helmut
diff --minimal -Nru acme-0.96.4/debian/changelog acme-0.96.4/debian/changelog
--- acme-0.96.4/debian/changelog        2019-08-12 08:34:04.000000000 +0200
+++ acme-0.96.4/debian/changelog        2019-08-14 06:13:47.000000000 +0200
@@ -1,3 +1,10 @@
+acme (1:0.96.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>  Wed, 14 Aug 2019 06:13:47 +0200
+
 acme (1:0.96.4-2) unstable; urgency=medium
 
   * Apply patch to fix -dbgsym packages. (Closes: 934517)
diff --minimal -Nru acme-0.96.4/debian/rules acme-0.96.4/debian/rules
--- acme-0.96.4/debian/rules    2019-08-10 20:11:47.000000000 +0200
+++ acme-0.96.4/debian/rules    2019-08-14 06:13:45.000000000 +0200
@@ -18,7 +18,7 @@
 
 override_dh_auto_build:
        dh_auto_build
-       $(MAKE) -C contrib/toacme/src
+       dh_auto_build --sourcedirectory=contrib/toacme/src
 
 override_dh_compress:
        dh_compress -X.a -X.exp

Reply via email to