[SCM] qt5webkit packaging branch, master, updated. debian/5.9.1+dfsg-3-3-g5388205

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Aug 17 13:51:41 UTC 2017


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

The following commit has been merged in the master branch:
commit 5388205bec0c00ff86318ac808d9480efdb75d1c
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Aug 17 16:51:09 2017 +0300

    Build with -Wno-expansion-to-defined to avoid 500MB build logs.
    
    See https://bugs.webkit.org/show_bug.cgi?id=167643.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 514da43..7e4ab8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qtwebkit-opensource-src (5.9.1+dfsg-4) UNRELEASED; urgency=medium
 
   [ Dmitry Shachnev ]
   * Update symbols files from buildds’ logs.
+  * Build with -Wno-expansion-to-defined to avoid 500MB build logs.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 17 Aug 2017 16:21:29 +0300
 
diff --git a/debian/rules b/debian/rules
index f591ca7..c5a7506 100755
--- a/debian/rules
+++ b/debian/rules
@@ -47,6 +47,9 @@ ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(disabled_pch_architectur
 	echo "CONFIG -= precompile_header" >> .qmake.conf
 endif
 
+	# This warning makes the build logs 500 MB large
+	echo "QMAKE_CXXFLAGS += -Wno-expansion-to-defined" >> .qmake.conf
+
 	# Run qmake again now with the proper values.
 	qmake
 

-- 
qt5webkit packaging



More information about the pkg-kde-commits mailing list