Source: snooze
Version: 0.4-2
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru snooze-0.4/debian/changelog snooze-0.4/debian/changelog
--- snooze-0.4/debian/changelog 2020-02-15 23:52:28.000000000 +0100
+++ snooze-0.4/debian/changelog 2020-02-17 21:10:55.000000000 +0100
@@ -1,3 +1,10 @@
+snooze (0.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>  Mon, 17 Feb 2020 21:10:55 +0100
+
 snooze (0.4-2) unstable; urgency=medium
 
   * debian/rules
diff --minimal -Nru snooze-0.4/debian/rules snooze-0.4/debian/rules
--- snooze-0.4/debian/rules     2020-02-15 23:52:28.000000000 +0100
+++ snooze-0.4/debian/rules     2020-02-17 21:10:54.000000000 +0100
@@ -6,7 +6,7 @@
        dh $@
 
 override_dh_auto_build:
-       $(MAKE) $(shell dpkg-buildflags --export=configure)
+       dh_auto_build -- $(shell dpkg-buildflags --export=configure)
 
 override_dh_auto_install:
        dh_auto_install -- PREFIX=/usr

Reply via email to