Bug#948145: spacearyarya FTCBFS: configures for the build architecture
Helmut Grohne
helmut at subdivi.de
Sat Jan 4 15:51:47 GMT 2020
Source: spacearyarya
Version: 1.0.2-7.1
Tags: patch
User: debian-cross at lists.debian.org
Usertags: ftcbfs
spacearyarya 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 spacearyarya cross buildable. Please consider
applying the attached patch.
Helmut
-------------- next part --------------
diff -u spacearyarya-1.0.2/debian/changelog spacearyarya-1.0.2/debian/changelog
--- spacearyarya-1.0.2/debian/changelog
+++ spacearyarya-1.0.2/debian/changelog
@@ -1,3 +1,10 @@
+spacearyarya (1.0.2-7.2) UNRELEASED; urgency=medium
+
+ * Non-maintainer upload.
+ * Fix FTCBFS: Let dh_auto_configure pass --host to ./configure. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de> Sat, 04 Jan 2020 16:49:36 +0100
+
spacearyarya (1.0.2-7.1) unstable; urgency=medium
* Non-maintainer upload
diff -u spacearyarya-1.0.2/debian/rules spacearyarya-1.0.2/debian/rules
--- spacearyarya-1.0.2/debian/rules
+++ spacearyarya-1.0.2/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
More information about the Pkg-games-devel
mailing list