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

Rohan Garg rohangarg-guest at moszumanska.debian.org
Tue Sep 8 16:16:20 UTC 2015


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

The following commit has been merged in the kubuntu_unstable branch:
commit 3c6c42050d1aeb1fb605156ddb2f098e75f1332b
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Aug 27 19:05:05 2015 +0300

    Do not 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 2f981af..0aef579 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ qtsvg-opensource-src (5.5.0-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Bump Qt build-dependencies to 5.5.0.
   * Update debian/copyright.
+  * Do not run tests during arch-indep builds.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Thu, 27 Aug 2015 18:25:17 +0300
 
diff --git a/debian/rules b/debian/rules
index 09dbe35..85c1227 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,9 +19,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 QT_PLUGIN_PATH=$(CURDIR)/plugins
 
+override_dh_auto_test-indep:
+
 override_dh_auto_install-arch:
 	dh_auto_install
 

-- 
qtsvg packaging



More information about the pkg-kde-commits mailing list