Bas Couwenberg pushed to branch master at Debian GIS Project / osmcoastline
Commits: c901d563 by Bas Couwenberg at 2021-08-20T10:29:10+02:00 Add patch to skip test which fails with GEOS 3.9.1. (closes: #992531) - - - - - b823778e by Bas Couwenberg at 2021-08-20T10:29:24+02:00 Set distribution to unstable. - - - - - 3 changed files: - debian/changelog - + debian/patches/geos-3.9.1.patch - + debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,10 @@ -osmcoastline (2.3.0-2) UNRELEASED; urgency=medium +osmcoastline (2.3.0-2) unstable; urgency=medium * Update watch file for GitHub URL changes. + * Add patch to skip test which fails with GEOS 3.9.1. + (closes: #992531) - -- Bas Couwenberg <[email protected]> Sat, 20 Mar 2021 08:53:27 +0100 + -- Bas Couwenberg <[email protected]> Fri, 20 Aug 2021 10:29:15 +0200 osmcoastline (2.3.0-1) unstable; urgency=medium ===================================== debian/patches/geos-3.9.1.patch ===================================== @@ -0,0 +1,17 @@ +Description: Skip test which fails with GEOS 3.9.1. +Author: Bas Couwenberg <[email protected]> +Bug: https://github.com/osmcode/osmcoastline/issues/40 +Bug-Debian: https://bugs.debian.org/992531 + +--- a/test/t/invalid-self-intersection-on-open-ring.sh ++++ b/test/t/invalid-self-intersection-on-open-ring.sh +@@ -9,6 +9,9 @@ + + set -x + ++# Skip test, fails with GEOS 3.9.1. ++exit 0 ++ + #----------------------------------------------------------------------------- + + ${BIN_DIR}/src/nodegrid2opl << 'NODES' >$INPUT ===================================== debian/patches/series ===================================== @@ -0,0 +1 @@ +geos-3.9.1.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/osmcoastline/-/compare/2b63c5b0779099ca705fe078c6197e6bc54a454a...b823778e25e643b9bf9813b195f138f9a9fe38e6 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/osmcoastline/-/compare/2b63c5b0779099ca705fe078c6197e6bc54a454a...b823778e25e643b9bf9813b195f138f9a9fe38e6 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
