[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#881472: qtgraphicaleffects-opensource-src FTCBFS: does not pass cross tools to qmake



Source: qtgraphicaleffects-opensource-src
Version: 5.9.2-2
Tags: patch
User: helmutg@debian.org
Usertags: rebootstrap

qtgraphicaleffects-opensource-src fails to cross build from source,
because it does not pass cross tools to qmake. After letting
dh_auto_configure do so, the configure step (but not the build step)
succeeds. Please consider applying the attached patch and closing this
bug when doing so.

Helmut
diff --minimal -Nru qtgraphicaleffects-opensource-src-5.9.2/debian/changelog qtgraphicaleffects-opensource-src-5.9.2/debian/changelog
--- qtgraphicaleffects-opensource-src-5.9.2/debian/changelog	2017-10-26 15:38:10.000000000 +0200
+++ qtgraphicaleffects-opensource-src-5.9.2/debian/changelog	2017-11-12 08:42:04.000000000 +0100
@@ -1,3 +1,10 @@
+qtgraphicaleffects-opensource-src (5.9.2-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Let dh_auto_configure pass cross tools to qmake. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sun, 12 Nov 2017 08:42:04 +0100
+
 qtgraphicaleffects-opensource-src (5.9.2-2) unstable; urgency=medium
 
   * Upload to unstable.
diff --minimal -Nru qtgraphicaleffects-opensource-src-5.9.2/debian/rules qtgraphicaleffects-opensource-src-5.9.2/debian/rules
--- qtgraphicaleffects-opensource-src-5.9.2/debian/rules	2017-10-26 15:38:10.000000000 +0200
+++ qtgraphicaleffects-opensource-src-5.9.2/debian/rules	2017-11-12 08:42:00.000000000 +0100
@@ -17,7 +17,7 @@
 	rm -rfv $(CURDIR)/test_root
 
 override_dh_auto_configure:
-	qmake QT_BUILD_PARTS+=tests
+	dh_auto_configure -- QT_BUILD_PARTS+=tests
 
 override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs

Reply to: