Source: ipwatchd
Version: 1.2.1-1
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

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

Helmut
diff --minimal -Nru ipwatchd-1.2.1/debian/changelog 
ipwatchd-1.2.1/debian/changelog
--- ipwatchd-1.2.1/debian/changelog     2011-07-24 21:08:59.000000000 +0200
+++ ipwatchd-1.2.1/debian/changelog     2020-09-10 22:21:29.000000000 +0200
@@ -1,3 +1,10 @@
+ipwatchd (1.2.1-1.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>  Thu, 10 Sep 2020 22:21:29 +0200
+
 ipwatchd (1.2.1-1) unstable; urgency=low
 
   * Updated to upstream release 1.2.1
diff --minimal -Nru ipwatchd-1.2.1/debian/rules ipwatchd-1.2.1/debian/rules
--- ipwatchd-1.2.1/debian/rules 2011-07-24 21:51:47.000000000 +0200
+++ ipwatchd-1.2.1/debian/rules 2020-09-10 22:21:20.000000000 +0200
@@ -9,7 +9,7 @@
 
 build-stamp: 
        dh_testdir
-       $(MAKE) -C src
+       dh_auto_build --sourcedirectory=src
        touch $@
 
 # Added just to remove lintian warning debian-rules-missing-recommended-target

Reply via email to