Bas Couwenberg pushed to branch master at Debian GIS Project / osmcoastline
Commits: 756d9aef by Bas Couwenberg at 2018-07-05T10:43:27+02:00 Bump Standards-Version to 4.1.5, no changes. - - - - - 0672c9a3 by Bas Couwenberg at 2018-07-21T09:41:00+02:00 Check DEB_BUILD_OPTIONS for nocheck in dh_auto_test override. - - - - - 20159114 by Bas Couwenberg at 2018-07-21T09:41:00+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - debian/control - debian/rules Changes: ===================================== debian/changelog ===================================== --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -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 <[email protected]> Sat, 23 Sep 2017 17:03:05 +0200 + -- Bas Couwenberg <[email protected]> Sat, 21 Jul 2018 09:28:45 +0200 osmcoastline (2.1.4-2) unstable; urgency=medium ===================================== debian/control ===================================== --- a/debian/control +++ b/debian/control @@ -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 ===================================== --- a/debian/rules +++ b/debian/rules @@ -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 View it on GitLab: https://salsa.debian.org/debian-gis-team/osmcoastline/compare/849f8d16b27cf64549a670df2133d5efdf3ba55b...2015911496db74b3654f9efb1e3de85f31f05550 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osmcoastline/compare/849f8d16b27cf64549a670df2133d5efdf3ba55b...2015911496db74b3654f9efb1e3de85f31f05550 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
