[SCM] qtwebengine packaging branch, master, updated. 2217511055877b236779cca42de3d5c3a2f64e7f

Sandro Knauß hefee at moszumanska.debian.org
Sun Oct 23 22:28:51 UTC 2016


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

The following commit has been merged in the master branch:
commit bfc3eaa2397bce49dd2d78d208c33428ad54a12b
Author: Sandro Knauß <hefee at debian.org>
Date:   Sun Oct 23 20:37:19 2016 +0200

    remove configure created files in clean step
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index bf9a45a..e316acd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,6 +48,10 @@ replace_gyp_args = $(foreach define,$(defines),-D$(define))
 %:
 	dh $@ --parallel --dbg-package=libqt5webengine5-dbg --with pkgkde_symbolshelper
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f  src/3rdparty/chromium/third_party/libxslt/linux/config.log
+
 override_dh_auto_configure:
 	src/3rdparty/chromium/build/linux/unbundle/replace_gyp_files.py $(replace_gyp_args)
 	# Run qmake once to create .qmake.conf and be sure to append the following values.

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list