[libosmium] 06/07: Skip tests when build-arch target was not executed.

Bas Couwenberg sebastic at debian.org
Sat Jan 14 12:31:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libosmium.

commit 2f17197642128e797e770f6af7a305b2f450ee61
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Jan 14 12:57:16 2017 +0100

    Skip tests when build-arch target was not executed.
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b7d6ce4..afab8bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libosmium (2.11.0-1) UNRELEASED; urgency=medium
 
   * New upstream release.
   * Update copyright years for Jochen Topf.
+  * Skip tests when build-arch target was not executed.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 14 Jan 2017 12:06:55 +0100
 
diff --git a/debian/rules b/debian/rules
index e4c3bc8..a499697 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,9 @@ else
 	(cd build && ctest -V)
 endif
 
+override_dh_auto_test-indep:
+	# Skip tests when build-arch target was not executed
+
 override_dh_installchangelogs:
 	dh_installchangelogs -k CHANGELOG.md
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/libosmium.git



More information about the Pkg-grass-devel mailing list