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

Bug#943407: qtnetworkauth-everywhere-src FTCBFS: runs the build architecture qmake



Source: qtnetworkauth-everywhere-src
Version: 5.12.5-1
Tags: patch
User: debian-cross@lists.debian.org
Usertags: ftcbfs

qtnetworkauth-everywhere-src fails to cross build from source, because
it uses the build architecture qmake. The easiest way of fixing that -
using dh_auto_configure - makes qtnetworkauth-everywhere-src cross
buildable. Please consider applying the attached patch.

Helmut
diff --minimal -Nru qtnetworkauth-everywhere-src-5.12.5/debian/changelog qtnetworkauth-everywhere-src-5.12.5/debian/changelog
--- qtnetworkauth-everywhere-src-5.12.5/debian/changelog	2019-10-21 17:56:26.000000000 +0200
+++ qtnetworkauth-everywhere-src-5.12.5/debian/changelog	2019-10-24 16:16:53.000000000 +0200
@@ -1,3 +1,10 @@
+qtnetworkauth-everywhere-src (5.12.5-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure use a host qmake. (Closes: #-1)
+
+ -- Helmut Grohne <helmut@subdivi.de>  Thu, 24 Oct 2019 16:16:53 +0200
+
 qtnetworkauth-everywhere-src (5.12.5-1) unstable; urgency=medium
 
   * New upstream release.
diff --minimal -Nru qtnetworkauth-everywhere-src-5.12.5/debian/rules qtnetworkauth-everywhere-src-5.12.5/debian/rules
--- qtnetworkauth-everywhere-src-5.12.5/debian/rules	2019-10-21 17:56:26.000000000 +0200
+++ qtnetworkauth-everywhere-src-5.12.5/debian/rules	2019-10-24 16:16:51.000000000 +0200
@@ -12,7 +12,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: