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

sebastic pushed a commit to branch master
in repository proj-rdnap.

commit ec58e2a556104f1b349dd5e9a777515275f27541
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Sun Feb 11 17:49:57 2018 +0100

    Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 35f655b..da86b57 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ proj-rdnap (2008-7) UNRELEASED; urgency=medium
   * Update copyright-format URL to use HTTPS.
   * Bump Standards-Version to 4.1.3, no changes.
   * Update test overrides for cs2cd 5.0.0 output.
+  * Check DEB_BUILD_PROFILES for nocheck in dh_auto_test override.
 
  -- Bas Couwenberg <sebas...@debian.org>  Sun, 21 Jan 2018 10:28:55 +0100
 
diff --git a/debian/rules b/debian/rules
index 8d36fbf..9d2dcc5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,9 @@
        dh $@
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
        PROJ_LIB=. perl ./testrdtrans2008.pl
+endif
 
 get-orig-source:
        . debian/get-orig-source

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

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

Reply via email to