[Git][debian-gis-team/mapcode][master] 2 commits: Check DEB_BUILD_OPTIONS for nocheck in dh_auto_test override.

Bas Couwenberg gitlab at salsa.debian.org
Sun Jul 29 10:18:53 BST 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / mapcode


Commits:
199d392e by Bas Couwenberg at 2018-07-29T09:13:25Z
Check DEB_BUILD_OPTIONS for nocheck in dh_auto_test override.

- - - - -
24f93121 by Bas Couwenberg at 2018-07-29T09:13:25Z
Set distribution to unstable.

- - - - -


2 changed files:

- debian/changelog
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,12 @@
-mapcode (2.5.5-2) UNRELEASED; urgency=medium
+mapcode (2.5.5-2) unstable; urgency=medium
 
+  * Team upload.
   * Update Vcs-* URLs for Salsa.
   * Bump Standards-Version to 4.1.5, no changes.
   * Strip trailing whitespace from rules file.
+  * Check DEB_BUILD_OPTIONS for nocheck in dh_auto_test override.
 
- -- Bas Couwenberg <sebastic at debian.org>  Sat, 31 Mar 2018 12:24:12 +0200
+ -- Bas Couwenberg <sebastic at debian.org>  Sun, 29 Jul 2018 11:07:09 +0200
 
 mapcode (2.5.5-1) unstable; urgency=medium
 


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -23,4 +23,6 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 	dh $@ --parallel -Bobj
 
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	cd test && ../obj/unittest
+endif



View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcode/compare/7d36c59a7a6494b51084667d29ca40d43059e5c0...24f93121b7e0173321d6d3c356758a2096d17d2a

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/mapcode/compare/7d36c59a7a6494b51084667d29ca40d43059e5c0...24f93121b7e0173321d6d3c356758a2096d17d2a
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180729/a8db6765/attachment.html>


More information about the Pkg-grass-devel mailing list