[SCM] qtlocation packaging branch, master, updated. debian/5.5.1-2-2-g4e315bb

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Wed Oct 21 22:04:35 UTC 2015


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

The following commit has been merged in the master branch:
commit 4e315bb67a96c056340dcdfd72a103fb84ed4793
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Tue Oct 20 12:34:31 2015 +0300

    Add empty override_dh_auto_test-indep target.
    
    So that tests are really not run during arch-indep builds.
---
 debian/changelog | 3 +++
 debian/rules     | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 34e3a5a..fd44494 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtlocation-opensource-src (5.5.1-3) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Add empty override_dh_auto_test-indep target, so that tests are really
+    not run during arch-indep builds.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 20 Oct 2015 12:33:06 +0300
 
diff --git a/debian/rules b/debian/rules
index 04095dd..dad78c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,6 +45,8 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
 	dbus-launch --exit-with-session dh_auto_test -- QT_QPA_PLATFORM=minimal QT_DEBUG_PLUGINS=1 QT_PLUGIN_PATH=$(CURDIR)/plugins
 endif
 
+override_dh_auto_test-indep:
+
 override_dh_auto_clean:
 	dh_auto_clean
 	# Leftover files and all symlinks

-- 
qtlocation packaging



More information about the pkg-kde-commits mailing list