Source: ipheth
Version: 1.0-5
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

ipheth fails to cross build from source, because it does not pass cross
tools to make. The easiest way of doing so - using dh_auto_buil - makes
ipheth cross buildable. Please consider applying the attached patch.

Helmut
diff --minimal -Nru ipheth-1.0/debian/changelog ipheth-1.0/debian/changelog
--- ipheth-1.0/debian/changelog 2017-09-05 14:36:17.000000000 +0200
+++ ipheth-1.0/debian/changelog 2019-02-25 16:16:55.000000000 +0100
@@ -1,3 +1,10 @@
+ipheth (1.0-5.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, 25 Feb 2019 16:16:55 +0100
+
 ipheth (1.0-5) unstable; urgency=low
 
   * Remove references to obsolete ipeth-dkms package (Closes: #711684, #872322)
diff --minimal -Nru ipheth-1.0/debian/rules ipheth-1.0/debian/rules
--- ipheth-1.0/debian/rules     2017-09-05 14:36:17.000000000 +0200
+++ ipheth-1.0/debian/rules     2019-02-25 16:16:53.000000000 +0100
@@ -7,5 +7,5 @@
 
 # Build ipeth-pair binary only
 override_dh_auto_build:
-       make -C ipheth-pair
+       dh_auto_build --sourcedirectory=ipheth-pair
 

Reply via email to