Your message dated Mon, 19 Mar 2018 14:19:19 -0300
with message-id
<ca+qpbz06mwb6achzoplv5y289tuhozlqvwprtfrwmpl6+r9...@mail.gmail.com>
and subject line Re: Bug#893518: qtvirtualkeyboard-opensource-src FTCBFS: does
not pass cross flags to qmake
has caused the Debian Bug report #893518,
regarding qtvirtualkeyboard-opensource-src FTCBFS: does not pass cross flags to
qmake
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
893518: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893518
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
--- End Message ---
--- Begin Message ---
Version: 5.10.1+dfsg-1
Hi Helmut!
Pretty pretty please check packages form experimental (5.10). If you
can't please at least wait until those hit unstable.
Thanks!
--
Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/
--- End Message ---