[SCM] qtwebkit-examples packaging branch, master, updated. 447dc162a6634ba6556c84766705c116a463a9fd

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Mon Jul 29 19:10:32 UTC 2013


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

The following commit has been merged in the master branch:
commit dfcafa27543abe46a9ce3e5d2292180b8998f09d
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Jul 29 16:02:40 2013 +0400

    Add override_dh_auto_clean target.
---
 debian/rules |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 79df586..dedbc05 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,10 @@ export QT_SELECT := qt5
 override_dh_auto_configure:
 	qmake 
 
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -rf doc/qtwebkitexamples doc/qtwebkitexamples.qch .qmake.cache
+
 override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs
 

-- 
qtwebkit-examples packaging



More information about the pkg-kde-commits mailing list