Source: geki3
Version: 1.0.3-8.1
Tags: patch
User: [email protected]
Usertags: rebootstrap

geki3 fails to cross build from source, because it does not pass --host
to ./configure. The easiest way of fixing that is using
dh_auto_configure and that is sufficient to make geki3 cross buildable.
Please consider applying the attached patch.

Helmut
diff -u geki3-1.0.3/debian/changelog geki3-1.0.3/debian/changelog
--- geki3-1.0.3/debian/changelog
+++ geki3-1.0.3/debian/changelog
@@ -1,3 +1,10 @@
+geki3 (1.0.3-8.2) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <[email protected]>  Sun, 02 Dec 2018 12:13:58 +0100
+
 geki3 (1.0.3-8.1) unstable; urgency=medium
 
   * Non-maintainer upload
diff -u geki3-1.0.3/debian/rules geki3-1.0.3/debian/rules
--- geki3-1.0.3/debian/rules
+++ geki3-1.0.3/debian/rules
@@ -16,8 +16,7 @@
        && touch configure \
        && touch config.h.in \
        && touch `find . -name Makefile.in`
-       ./configure --prefix=/usr --mandir=$${prefix}/share/man \
-               --infodir=$${prefix}/share/info
+       dh_auto_configure
        $(MAKE)
        touch build-stamp
 

Reply via email to