[Debian-med-packaging] Bug#923120: clustalx FTCBFS: builds for the build architecture

Helmut Grohne helmut at subdivi.de
Sun Feb 24 09:53:58 GMT 2019


Source: clustalx
Version: 2.1+lgpl-7
Tags: patch
User: helmutg at debian.org
Usertags: rebootstrap

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

Helmut
-------------- next part --------------
diff --minimal -Nru clustalx-2.1+lgpl/debian/changelog clustalx-2.1+lgpl/debian/changelog
--- clustalx-2.1+lgpl/debian/changelog	2018-09-25 13:02:11.000000000 +0200
+++ clustalx-2.1+lgpl/debian/changelog	2019-02-24 10:50:56.000000000 +0100
@@ -1,3 +1,10 @@
+clustalx (2.1+lgpl-7.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass cross flags to qmake. (Closes: #-1)
+
+ -- Helmut Grohne <helmut at subdivi.de>  Sun, 24 Feb 2019 10:50:56 +0100
+
 clustalx (2.1+lgpl-7) unstable; urgency=medium
 
   * Drop redundant debian/README.source
diff --minimal -Nru clustalx-2.1+lgpl/debian/rules clustalx-2.1+lgpl/debian/rules
--- clustalx-2.1+lgpl/debian/rules	2018-09-25 13:02:11.000000000 +0200
+++ clustalx-2.1+lgpl/debian/rules	2019-02-24 10:50:54.000000000 +0100
@@ -8,7 +8,7 @@
 	dh $@
 
 override_dh_auto_configure:
-	qmake
+	dh_auto_configure
 	# did not found a better way to push hardening flags into Makefile
 	sed -i -e "s:CFLAGS *= .*:& $(CFLAGS):" \
 	       -e "s:CXXFLAGS *= .*:& $(CXXFLAGS):" \


More information about the Debian-med-packaging mailing list