[Git][debian-gis-team/geos][experimental] Add upstream patch to fix test failure.

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Fri Jun 9 05:39:28 BST 2023



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 <sebastic at debian.org>  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 <pramsey at cleverelephant.ca>
+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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230609/a5bf5a70/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list