Bas Couwenberg pushed to branch master at Debian GIS Project / postgis
Commits: 183d0bcd by Bas Couwenberg at 2025-11-14T08:13:48+01:00 Don't set release in .gitlab-ci.yml. - - - - - f2e7e144 by Bas Couwenberg at 2025-11-14T08:52:10+01:00 Add patch to remove generated files in clean target. - - - - - 4 changed files: - debian/.gitlab-ci.yml - debian/changelog - + debian/patches/clean.patch - debian/patches/series Changes: ===================================== debian/.gitlab-ci.yml ===================================== @@ -3,7 +3,6 @@ include: - https://salsa.debian.org/salsa-ci-team/pipeline/raw/master/recipes/debian.yml variables: - RELEASE: 'unstable' SALSA_CI_DISABLE_AUTOPKGTEST_I386: 1 SALSA_CI_DISABLE_BUILD_PACKAGE_I386: 1 SALSA_CI_DISABLE_REPROTEST: 1 ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +postgis (3.6.1+dfsg-1~exp2) UNRELEASED; urgency=medium + + * Add patch to remove generated files in clean target. + + -- Bas Couwenberg <[email protected]> Fri, 14 Nov 2025 08:01:04 +0100 + postgis (3.6.1+dfsg-1~exp1) experimental; urgency=medium * New upstream release. ===================================== debian/patches/clean.patch ===================================== @@ -0,0 +1,14 @@ +Description: Remove generated files in clean target. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://trac.osgeo.org/postgis/ticket/6019 + +--- a/postgis/Makefile.in ++++ b/postgis/Makefile.in +@@ -268,6 +268,7 @@ uninstall_legacy.sql: legacy.sql ../util + distclean: clean + rm -f Makefile + rm -f sqldefines.h ++ if [ -e "cunit/Makefile" ]; then make -C cunit distclean; fi + + check-unit: + ===================================== 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/-/compare/322f3d75a01d690a0a6c13ccb238bfa815872c63...f2e7e1446ac0603c8ec1e7cb42583ecdbcc58d73 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/compare/322f3d75a01d690a0a6c13ccb238bfa815872c63...f2e7e1446ac0603c8ec1e7cb42583ecdbcc58d73 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
