[SCM] qtwebchannel packaging branch, master, updated. 98cde9c89b371cbf0f57695519484cb682398c77

Sandro Knauß hefee-guest at moszumanska.debian.org
Wed Jul 27 00:09:10 UTC 2016


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

The following commit has been merged in the master branch:
commit 98cde9c89b371cbf0f57695519484cb682398c77
Author: Sandro Knauß <sknauss at kde.org>
Date:   Tue Jul 26 23:51:35 2016 +0200

    Fails if not all files are installed
---
 debian/rules | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/debian/rules b/debian/rules
index ae6c0e9..11c47c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,3 +24,6 @@ override_dh_auto_install-arch:
 
 	# Remove libtool-like files
 	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+
+override_dh_install:
+	dh_install --fail-missing

-- 
qtwebchannel packaging



More information about the pkg-kde-commits mailing list