Source: eblook
Version: 1:1.6.1-15
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

eblook fails to cross build from source, because it does not pass --host
to ./configure. The easiest way of doing so - using dh_auto_configure -
makes eblook cross buildable. Please consider applying the attached
patch.

Helmut
diff --minimal -Nru eblook-1.6.1/debian/changelog eblook-1.6.1/debian/changelog
--- eblook-1.6.1/debian/changelog       2018-01-24 13:48:49.000000000 +0100
+++ eblook-1.6.1/debian/changelog       2019-06-11 05:44:52.000000000 +0200
@@ -1,3 +1,10 @@
+eblook (1:1.6.1-15.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Tue, 11 Jun 2019 05:44:52 +0200
+
 eblook (1:1.6.1-15) unstable; urgency=medium
 
   * Update debhelper compat version to 10
diff --minimal -Nru eblook-1.6.1/debian/rules eblook-1.6.1/debian/rules
--- eblook-1.6.1/debian/rules   2018-01-21 10:59:47.000000000 +0100
+++ eblook-1.6.1/debian/rules   2019-06-11 05:44:51.000000000 +0200
@@ -18,7 +18,7 @@
 build-arch-stamp:
        dh_testdir
        dh_update_autotools_config
-       CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" 
./configure --prefix=/usr --infodir=/usr/share/info --with-eb-conf=/etc/eb.conf 
--without-readline
+       CFLAGS="$(CFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" 
dh_auto_configure -- --with-eb-conf=/etc/eb.conf --without-readline
        $(MAKE)
        touch $@
 

Reply via email to