[SCM] qtwebengine packaging branch, master, updated. 9a877655270d8c3ecb92621df181ac4327767a2a

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Aug 1 09:08:22 UTC 2016


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

The following commit has been merged in the master branch:
commit 9a877655270d8c3ecb92621df181ac4327767a2a
Author: Sandro Knauß <sknauss at kde.org>
Date:   Mon Aug 1 11:05:18 2016 +0200

    cleanup d/rules
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 9f02026..ba85637 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,7 +58,8 @@ override_dh_auto_build-indep:
 	dh_auto_build -- docs
 
 override_dh_auto_install-arch:
-	make install INSTALL_ROOT=$(CURDIR)/debian/tmp
+	#make install INSTALL_ROOT=$(CURDIR)/debian/tmp
+	dh_auto_install
 	
 	# Remove rpath from the offending binaries
 	chrpath -d $(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/libexec/QtWebEngineProcess
@@ -78,7 +79,7 @@ override_dh_auto_install-arch:
 	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_webenginewidgets_private.pri
 	
 	# Remove libtool-like fileEngines
-	rm -f debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
+	rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
 
 override_dh_auto_install-indep:
 	dh_auto_build -- INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs

-- 
qtwebengine packaging



More information about the pkg-kde-commits mailing list