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 <[email protected]>
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 <[email protected]>  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

_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to