[SCM] qtwebengine packaging branch, experimental, updated. debian/5.7.1+dfsg-6.1-37-g762de0b

Sandro Knauß hefee at moszumanska.debian.org
Thu Jun 29 21:33:18 UTC 2017


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

The following commit has been merged in the experimental branch:
commit 762de0bf9a2ed3d68a394b6183d88e6c9d269276
Author: Sandro Knauß <hefee at debian.org>
Date:   Thu Jun 29 23:29:33 2017 +0200

    Clean qmake caches, these files are not everytime removed
---
 debian/changelog | 1 +
 debian/rules     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c8ace6f..64ca6f2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ qtwebengine-opensource-src (5.9.0+dfsg-1) UNRELEASED; urgency=medium
   * Update short desciption of packages to make them unique.
   * Update lintian-overrides
   * Update Excluded-File list
+  * Clean qmake caches in clean step
 
   [ Simon Quigley ]
   * New upstream release. (Closes: #865273)
diff --git a/debian/rules b/debian/rules
index 23596de..631dc88 100755
--- a/debian/rules
+++ b/debian/rules
@@ -88,6 +88,10 @@ touch_files = src/3rdparty/chromium/third_party/analytics/google-analytics-bundl
 
 override_dh_auto_clean:
 	dh_auto_clean
+	rm -rf .qmake.cache
+	rm -rf config.tests/.qmake.cache
+	rm -rf qtwebengine-config.h
+
 	rm -rf $(CURDIR)/test_root
 	rm -rf $(CURDIR)/docs
 	rm -rf $(CURDIR)/.local

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list