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

Bug#881388: qtxmlpatterns-opensource-src FTCBFS: does not pass cross tools to qmake



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

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

Helmut
diff --minimal -Nru qtxmlpatterns-opensource-src-5.9.2/debian/changelog qtxmlpatterns-opensource-src-5.9.2/debian/changelog
--- qtxmlpatterns-opensource-src-5.9.2/debian/changelog	2017-10-26 22:34:51.000000000 +0200
+++ qtxmlpatterns-opensource-src-5.9.2/debian/changelog	2017-11-11 07:17:44.000000000 +0100
@@ -1,3 +1,10 @@
+qtxmlpatterns-opensource-src (5.9.2-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Let dh_auto_configure pass cross tools to qmake. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Sat, 11 Nov 2017 07:17:44 +0100
+
 qtxmlpatterns-opensource-src (5.9.2-3) unstable; urgency=medium
 
   * Really upload to unstable.
diff --minimal -Nru qtxmlpatterns-opensource-src-5.9.2/debian/rules qtxmlpatterns-opensource-src-5.9.2/debian/rules
--- qtxmlpatterns-opensource-src-5.9.2/debian/rules	2017-10-26 22:34:51.000000000 +0200
+++ qtxmlpatterns-opensource-src-5.9.2/debian/rules	2017-11-11 07:17:43.000000000 +0100
@@ -14,7 +14,7 @@
 	dh $@ --with pkgkde_symbolshelper
 
 override_dh_auto_configure:
-	qmake QT_BUILD_PARTS+=tests
+	dh_auto_configure -- QT_BUILD_PARTS+=tests
 
 override_dh_auto_build-indep:
 	dh_auto_build -- docs

Reply to: