Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
Check DEB_BUILD_OPTIONS for nocheck in dh_auto_test override.
· 199d392e
Bas Couwenberg
authored
Jul 29, 2018
199d392e
Set distribution to unstable.
· 24f93121
Bas Couwenberg
authored
Jul 29, 2018
24f93121
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
24f93121
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@debian.org> S
at, 31 Mar 2018 12:24:12
+0200
-- Bas Couwenberg <sebastic@debian.org> S
un, 29 Jul 2018 11:07:09
+0200
mapcode (2.5.5-1) unstable; urgency=medium
...
...
debian/rules
View file @
24f93121
...
...
@@ -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