[SCM] qtgraphicaleffects packaging branch, kubuntu_unstable, updated. debian/5.5.0-1

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Sep 8 15:56:26 UTC 2015


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

The following commit has been merged in the kubuntu_unstable branch:
commit 2860453997071666c9458d33e8ffc1d1489da2de
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Aug 29 20:38:51 2015 +0300

    Do not attempt to run tests during arch-indep builds.
---
 debian/changelog | 1 +
 debian/rules     | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 33a6d5a..7cfc7a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtgraphicaleffects-opensource-src (5.5.0-1) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * New upstream release.
   * Bump Qt build-dependencies to 5.5.0.
+  * Do not attempt to run tests during arch-indep builds.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sat, 29 Aug 2015 20:33:17 +0300
 
diff --git a/debian/rules b/debian/rules
index fc04d9c..999d5d0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,9 +17,11 @@ override_dh_auto_configure:
 override_dh_auto_build-indep:
 	dh_auto_build -Smakefile -- docs
 
-override_dh_auto_test:
+override_dh_auto_test-arch:
 	dh_auto_test -- QT_QPA_PLATFORM=minimal
 
+override_dh_auto_test-indep:
+
 override_dh_auto_install-indep:
 	make INSTALL_ROOT=$(CURDIR)/debian/tmp install_docs
 

-- 
qtgraphicaleffects packaging



More information about the pkg-kde-commits mailing list