[SCM] qtwebchannel packaging branch, master, updated. 07d44e7a08ce48a3cade45480783adbb9e389eba
Sandro Knauß
hefee-guest at moszumanska.debian.org
Thu Jul 28 09:13:53 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebchannel.git;a=commitdiff;h=3b1594c
The following commit has been merged in the master branch:
commit 3b1594cbcbcecf8627c269d09209d9451f438eb6
Author: Sandro Knauß <sknauss at kde.org>
Date: Thu Jul 28 11:11:38 2016 +0200
cleanup properly
---
debian/rules | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/debian/rules b/debian/rules
index 39c324d..8bc1813 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,15 @@ export QT_SELECT := qt5
%:
dh $@ --parallel --with pkgkde_symbolshelper
+override_dh_clean:
+ dh_clean
+
+ rm -rf doc
+ rm -f examples/webchannel/chatclient-html/qwebchannel.js
+ rm -f examples/webchannel/nodejs/qwebchannel.js
+ rm -f examples/webchannel/qwclient/qwebchannel.js
+ rm -f src/webchannel/QtWebChannel.version.in
+
override_dh_auto_configure:
qmake QT_BUILD_PARTS+=" src"
--
qtwebchannel packaging
More information about the pkg-kde-commits
mailing list