[SCM] qtwebchannel packaging branch, master, updated. f5b11cec84c4d76543b2a8e76af91a29c6c672b2

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


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

The following commit has been merged in the master branch:
commit d8210a76bdcd71389d979dcc34d218ddf5871681
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Aug 27 20:14:37 2016 +0300

    Fix a typo in the command to remove private headers.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index d3bbb47..cbad86d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -30,7 +30,7 @@ override_dh_auto_install-arch:
 	dh_auto_install
 
 	# Remove private headers
-	rm -rfv debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWebChannel/*/QtQtWebChannel
+	rm -rfv debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWebChannel/*/QtWebChannel
 	# And associated files
 	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_webchannel_private.pri
 

-- 
qtwebchannel packaging



More information about the pkg-kde-commits mailing list