[SCM] qtbase packaging branch, experimental, updated. debian/5.7.1+dfsg-3-18-g9540186

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Feb 9 18:39:47 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=9540186

The following commit has been merged in the experimental branch:
commit 9540186e62f3d662ca60daad15fc619438f38fd7
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Feb 9 21:39:36 2017 +0300

    Add a hack to make the qmodule.pri hack work.
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2ec29ba..b2a14fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -147,6 +147,8 @@ override_dh_auto_configure:
 	# qtConfOutput_qmakeArgs sets the flags inside a !host_build {...}
 	# block, but we want them to be set for tools using host_build too.
 	sed -i "s/\!host_build {/true {/" mkspecs/qmodule.pri
+	# Prevent Makefile from re-running qmake after the .pri was changed.
+	touch Makefile
 
 override_dh_auto_clean:
 	[ ! -f Makefile ] || $(MAKE) confclean distclean

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list