Source: tiger
Version: 1:3.2.3-14.3
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

tiger fails to cross build from source, because it does not pass --host
to ./configure. Deferring that task to dh_auto_configure is the easiest
way to fix that. After doing so, tiger cross builds successfully. Please
consider applying the attached patch.

Helmut
diff -u tiger-3.2.3/debian/changelog tiger-3.2.3/debian/changelog
--- tiger-3.2.3/debian/changelog
+++ tiger-3.2.3/debian/changelog
@@ -1,3 +1,10 @@
+tiger (1:3.2.3-14.4) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 22 Jan 2018 21:36:17 +0100
+
 tiger (1:3.2.3-14.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -u tiger-3.2.3/debian/rules tiger-3.2.3/debian/rules
--- tiger-3.2.3/debian/rules
+++ tiger-3.2.3/debian/rules
@@ -16,7 +16,7 @@
 build-stamp:
        dh_testdir
        autoconf
-       ./configure --with-tigerhome=/usr/lib/tiger 
--with-tigerwork=/var/lib/tiger/work --with-tigerlog=/var/log/tiger 
--with-tigerbin=/usr/sbin --with-tigerconfig=/etc/tiger --prefix=/usr 
--mandir=/usr/share/man
+       dh_auto_configure -- --with-tigerhome=/usr/lib/tiger 
--with-tigerwork=/var/lib/tiger/work --with-tigerlog=/var/log/tiger 
--with-tigerbin=/usr/sbin --with-tigerconfig=/etc/tiger
        $(MAKE) all
        touch build-stamp
 

Reply via email to