Your message dated Mon, 19 Mar 2018 14:19:19 -0300 with message-id <CA+QPbz06mwB6AChzOpLv5y289TuHOzLqvwpRTFrwMPL6+r9-iA@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 owner@bugs.debian.org immediately.) -- 893518: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=893518 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: qtvirtualkeyboard-opensource-src FTCBFS: does not pass cross flags to qmake
- From: Helmut Grohne <helmut@subdivi.de>
- Date: Mon, 19 Mar 2018 17:31:53 +0100
- Message-id: <[🔎] 20180319163152.GA13070@alf.mars>
Source: qtvirtualkeyboard-opensource-src Version: 5.9.2+dfsg-1 Tags: patch User: helmutg@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. Helmutdiff --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 <helmut@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 ---
- To: Helmut Grohne <helmut@subdivi.de>, 893518-done@bugs.debian.org
- Subject: Re: Bug#893518: qtvirtualkeyboard-opensource-src FTCBFS: does not pass cross flags to qmake
- From: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
- Date: Mon, 19 Mar 2018 14:19:19 -0300
- Message-id: <CA+QPbz06mwB6AChzOpLv5y289TuHOzLqvwpRTFrwMPL6+r9-iA@mail.gmail.com>
- In-reply-to: <[🔎] 20180319163152.GA13070@alf.mars>
- References: <[🔎] 20180319163152.GA13070@alf.mars>
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 ---