[SCM] qtgraphicaleffects packaging branch, experimental, updated. debian/5.7.1-20161021-1-2-gb9708de

Dmitry Shachnev mitya57 at moszumanska.debian.org
Fri Oct 28 10:08:51 UTC 2016


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

The following commit has been merged in the experimental branch:
commit b9708de3e03c25f89c4c86b0314d380b9fa254de
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Fri Oct 28 13:08:40 2016 +0300

    Only install the necessary files into the temporary install root.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2a33c77..df84137 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtgraphicaleffects-opensource-src (5.7.1~20161021-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Only install the necessary files into the temporary install root.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Fri, 28 Oct 2016 13:07:45 +0300
 
diff --git a/debian/rules b/debian/rules
index df0d5d8..93fe2a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs
 
 override_dh_auto_test-arch:
-	$(MAKE) install INSTALL_ROOT=$(CURDIR)/test_root
+	$(MAKE) install -Csrc/imports INSTALL_ROOT=$(CURDIR)/test_root
 	dh_auto_test -- QT_QPA_PLATFORM=minimal QML2_IMPORT_PATH=$(CURDIR)/test_root/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/qml
 
 override_dh_auto_test-indep:

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list