[Git][debian-gis-team/postgis][experimental] Add patch to fix building twice.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Tue Aug 19 05:46:14 BST 2025
Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits:
32285d9d by Bas Couwenberg at 2025-08-19T06:46:04+02:00
Add patch to fix building twice.
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/clean.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+postgis (3.6.0~rc1+dfsg-1~exp2) UNRELEASED; urgency=medium
+
+ * Add patch to fix building twice.
+
+ -- Bas Couwenberg <sebastic at debian.org> Tue, 19 Aug 2025 06:20:45 +0200
+
postgis (3.6.0~rc1+dfsg-1~exp1) experimental; urgency=medium
* New upstream release candidate.
=====================================
debian/patches/clean.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Remove generated files in distclean target.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://trac.osgeo.org/postgis/ticket/5968
+
+--- a/raster/test/regress/Makefile.in
++++ b/raster/test/regress/Makefile.in
+@@ -52,6 +52,7 @@ all:
+
+ distclean: clean
+ rm -f Makefile
++ rm -f tests.mk
+
+ clean:
+ $(RM) -f rtpostgis.sql
=====================================
debian/patches/series
=====================================
@@ -1,3 +1,4 @@
relax-test-timing-constraints.patch
chaikin
incorrect-path-for-interpreter.patch
+clean.patch
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/32285d9d43f78146a14153ff5ceb275dc9c02cc7
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/32285d9d43f78146a14153ff5ceb275dc9c02cc7
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/20250819/4915d5a8/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list