Source: qtwebkit-examples-opensource-src
Version: 5.9.1+dfsg-2
Tags: patch
User: helm...@debian.org
Usertags: rebootstrap

qtwebkit-examples-opensource-src fails to cross build from source,
because it does not pass cross tools to qmake. Nowadays, debhelper
should handle that task and simply deferring it to dh_auto_configure
makes the cross build succeed. Please consider applying the attached.

Helmut
diff --minimal -Nru 
qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/changelog 
qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/changelog
--- qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/changelog        
2017-08-16 19:27:59.000000000 +0200
+++ qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/changelog        
2017-12-09 21:55:19.000000000 +0100
@@ -1,3 +1,10 @@
+qtwebkit-examples-opensource-src (5.9.1+dfsg-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Let dh_auto_configure pass cross flags to qmake. (Closes: #-1)
+
+ -- Helmut Grohne <hel...@subdivi.de>  Sat, 09 Dec 2017 21:55:19 +0100
+
 qtwebkit-examples-opensource-src (5.9.1+dfsg-2) unstable; urgency=medium
 
   * Release to unstable.
diff --minimal -Nru qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/control 
qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/control
--- qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/control  2017-08-16 
19:27:18.000000000 +0200
+++ qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/control  2017-12-09 
21:26:31.000000000 +0100
@@ -8,7 +8,7 @@
            Felix Geyer <fge...@debian.org>,
            Timo Jyrinki <t...@debian.org>,
            Dmitry Shachnev <mity...@debian.org>
-Build-Depends: debhelper (>= 9.20160114~),
+Build-Depends: debhelper (>= 10.9.2~),
                libglib2.0-dev,
                libicu-dev,
                libqt5opengl5-dev (>= 5.9.0+dfsg~),
diff --minimal -Nru qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/rules 
qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/rules
--- qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/rules    2017-07-26 
23:47:25.000000000 +0200
+++ qtwebkit-examples-opensource-src-5.9.1+dfsg/debian/rules    2017-12-09 
21:26:12.000000000 +0100
@@ -13,9 +13,6 @@
 %:
        dh $@ --parallel
 
-override_dh_auto_configure:
-       qmake
-
 override_dh_auto_clean:
        dh_auto_clean
        rm -rf doc/qtwebkitexamples doc/qtwebkitexamples.qch .qmake.cache

Reply via email to