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 <[email protected]> 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 <[email protected]> +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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
