Source: qtvirtualkeyboard-opensource-src
Version: 5.9.2+dfsg-1
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

qtvirtualkeyboard-opensource-src fails to cross build from source,
because it does not pass cross flags to qmake. Running it through
dh_auto_configure fixes that. Please consider applying the attached
patch.

Helmut
diff --minimal -Nru 
qtvirtualkeyboard-opensource-src-5.9.2+dfsg/debian/changelog 
qtvirtualkeyboard-opensource-src-5.9.2+dfsg/debian/changelog
--- qtvirtualkeyboard-opensource-src-5.9.2+dfsg/debian/changelog        
2017-10-27 20:47:09.000000000 +0200
+++ qtvirtualkeyboard-opensource-src-5.9.2+dfsg/debian/changelog        
2018-03-19 17:28:31.000000000 +0100
@@ -1,3 +1,10 @@
+qtvirtualkeyboard-opensource-src (5.9.2+dfsg-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Let dh_auto_configure pass cross flags to qmake. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Mon, 19 Mar 2018 17:28:31 +0100
+
 qtvirtualkeyboard-opensource-src (5.9.2+dfsg-1) unstable; urgency=medium
 
   * New upstream release.
diff --minimal -Nru qtvirtualkeyboard-opensource-src-5.9.2+dfsg/debian/rules 
qtvirtualkeyboard-opensource-src-5.9.2+dfsg/debian/rules
--- qtvirtualkeyboard-opensource-src-5.9.2+dfsg/debian/rules    2017-10-27 
20:47:09.000000000 +0200
+++ qtvirtualkeyboard-opensource-src-5.9.2+dfsg/debian/rules    2018-03-19 
17:28:29.000000000 +0100
@@ -12,7 +12,7 @@
        dh $@
 
 override_dh_auto_configure:
-       qmake QT_BUILD_PARTS+=tests
+       dh_auto_configure -- QT_BUILD_PARTS+=tests
 
 override_dh_auto_install:
        dh_auto_install

Reply via email to