[SCM] qtwebchannel packaging branch, master, updated. 494f008b2cb64f9dc936543f5ba21b7e65768226

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Aug 27 16:31:27 UTC 2016


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

The following commit has been merged in the master branch:
commit 494f008b2cb64f9dc936543f5ba21b7e65768226
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Aug 27 19:31:06 2016 +0300

    Remove example with privacy breaks (remote scripts and styles).
---
 debian/rules | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/rules b/debian/rules
index 6fffe5b..76aab68 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,9 +37,11 @@ override_dh_auto_install-arch:
 	# Remove libtool-like files
 	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
-	#create links
-	ln -sf ../chatclient-html/qwebchannel.js debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/webchannel/nodejs/qwebchannel.js
-	ln -sf ../chatclient-html/qwebchannel.js debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/webchannel/qwclient/qwebchannel.js
+	# Remove example with privacy breaks (remote scripts and styles)
+	rm -rfv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/webchannel/chatclient-html/
+
+	# Link duplicate files
+	ln -sf ../qwclient/qwebchannel.js debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/examples/webchannel/nodejs/qwebchannel.js
 
 override_dh_auto_test-arch:
 	$(MAKE) install -Csrc/imports INSTALL_ROOT=$(CURDIR)/test_root

-- 
qtwebchannel packaging



More information about the pkg-kde-commits mailing list