Bas Couwenberg pushed to branch experimental at Debian GIS Project / geos
Commits: 322899d7 by Bas Couwenberg at 2023-06-09T06:09:36+02:00 Add upstream patch to fix test failure. - - - - - 4 changed files: - debian/changelog - + debian/patches/0001-Remove-defunct-doxygen-entry.patch - debian/patches/series - debian/rules Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +geos (3.12.0~beta1-1~exp2) UNRELEASED; urgency=medium + + * Add upstream patch to fix test failure. + + -- Bas Couwenberg <[email protected]> Fri, 09 Jun 2023 06:09:23 +0200 + geos (3.12.0~beta1-1~exp1) experimental; urgency=medium * New upstream beta release. ===================================== debian/patches/0001-Remove-defunct-doxygen-entry.patch ===================================== @@ -0,0 +1,24 @@ +Description: Remove defunct doxygen entry +Author: Paul Ramsey <[email protected]> +Origin: https://github.com/libgeos/geos/commit/bf3216ecc34cd0a026af7a5f9a636400f252a456 +Bug: https://lists.osgeo.org/pipermail/geos-devel/2023-June/010929.html + +--- a/include/geos/coverage/CoverageRingEdges.h ++++ b/include/geos/coverage/CoverageRingEdges.h +@@ -72,16 +72,6 @@ private: + + public: + +- /** +- * Create a new instance for a given coverage. +- * +- * @param coverage the set of polygonal geometries in the coverage +- * @return the edges of the coverage +- */ +- // static std::unique_ptr<CoverageRingEdges> create( +- // std::vector<const Geometry*>& coverage); +- +- + CoverageRingEdges(std::vector<const Geometry*>& coverage) + : m_coverage(coverage) + { ===================================== debian/patches/series ===================================== @@ -1 +1,2 @@ spelling-errors.patch +0001-Remove-defunct-doxygen-entry.patch ===================================== debian/rules ===================================== @@ -35,7 +35,7 @@ override_dh_auto_test: ifneq (,$(filter $(DEB_BUILD_ARCH),arm64 armel armhf mips mips64el mipsel ppc64el s390x alpha hppa ia64 powerpc ppc64 riscv64 sparc64)) dh_auto_test || echo "Ignoring test failures" else - dh_auto_test || echo "Ignoring test failures" + dh_auto_test endif override_dh_install: View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/322899d79401f68f41fa525b6f1e1c094153d603 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/geos/-/commit/322899d79401f68f41fa525b6f1e1c094153d603 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
