Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Bump Standards-Version to 4.1.5, no changes.
· 756d9aef
Bas Couwenberg
authored
Jul 05, 2018
756d9aef
Check DEB_BUILD_OPTIONS for nocheck in dh_auto_test override.
· 0672c9a3
Bas Couwenberg
authored
Jul 21, 2018
0672c9a3
Set distribution to unstable.
· 20159114
Bas Couwenberg
authored
Jul 21, 2018
20159114
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
20159114
osmcoastline (2.1.4-3)
UNRELEASED
; urgency=medium
osmcoastline (2.1.4-3)
unstable
; urgency=medium
* Bump Standards-Version to 4.1.
4
, no changes.
* Bump Standards-Version to 4.1.
5
, no changes.
* Update copyright-format URL to use HTTPS.
* Update Vcs-* URLs for Salsa.
* Strip trailing whitespace from control & rules files.
* Check DEB_BUILD_OPTIONS for nocheck in dh_auto_test override.
-- Bas Couwenberg <sebastic@debian.org> Sat, 2
3 Sep 2017 17:03:0
5 +0200
-- Bas Couwenberg <sebastic@debian.org> Sat, 2
1 Jul 2018 09:28:4
5 +0200
osmcoastline (2.1.4-2) unstable; urgency=medium
...
...
debian/control
View file @
20159114
...
...
@@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9),
pandoc,
sqlite3,
zlib1g-dev
Standards-Version: 4.1.
4
Standards-Version: 4.1.
5
Vcs-Browser: https://salsa.debian.org/debian-gis-team/osmcoastline/
Vcs-Git: https://salsa.debian.org/debian-gis-team/osmcoastline.git
Homepage: http://osmcode.org/osmcoastline/
...
...
debian/rules
View file @
20159114
...
...
@@ -13,7 +13,9 @@ override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_VERBOSE_MAKEFILE=1
override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
(cd obj-* && ./runtest.sh || echo "Ignoring expected test failure")
endif
override_dh_installchangelogs:
dh_installchangelogs -k CHANGELOG.md