[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=4740692
The following commit has been merged in the master branch:
commit 4740692dfce744822e4e6db3c8372e5eeaf7f2c6
Author: Sandro Knauß <sknauss at kde.org>
Date: Tue Jul 26 23:50:59 2016 +0200
simplify dh_auto_install command
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 7649ba1..ae6c0e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,7 @@ override_dh_auto_configure:
qmake QT_BUILD_PARTS+=" src"
override_dh_auto_install-arch:
- make install INSTALL_ROOT=$(CURDIR)/debian/tmp
+ dh_auto_install
# Remove private headers
rm -rf debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWebChannel/*/QtQtWebChannel
--
qtwebchannel packaging
More information about the pkg-kde-commits
mailing list