[SCM] qtgraphicaleffects packaging branch, master, updated. debian/5.7.1-20161021-2-3-g386b5c1

Dmitry Shachnev mitya57 at moszumanska.debian.org
Wed Nov 2 08:37:27 UTC 2016


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

The following commit has been merged in the master branch:
commit 7d538a48c86c38081d28de0f463f6e1edc5499ad
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Wed Nov 2 11:28:25 2016 +0300

    Revert the wrong change to install the temporary files.
    
    This reverts commit b9708de3e03c25f89c4c86b0314d380b9fa254de.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2591ebe..f384f1c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qtgraphicaleffects-opensource-src (5.7.1~20161021-3) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Revert the wrong change to install the temporary files.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 02 Nov 2016 11:26:50 +0300
 
diff --git a/debian/rules b/debian/rules
index 93fe2a4..df0d5d8 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 -Csrc/imports INSTALL_ROOT=$(CURDIR)/test_root
+	$(MAKE) install 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