Bas Couwenberg pushed to branch master at Debian GIS Project / libgeotiff
Commits: c2bf64a3 by Bas Couwenberg at 2023-08-31T18:46:42+02:00 Add patch to fix building the package twice. - - - - - 3 changed files: - debian/changelog - + debian/patches/clean.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,9 @@ +libgeotiff (1.7.1-4) UNRELEASED; urgency=medium + + * Add patch to fix building the package twice. + + -- Bas Couwenberg <[email protected]> Thu, 31 Aug 2023 18:46:19 +0200 + libgeotiff (1.7.1-3) unstable; urgency=medium * Bump Standards-Version to 4.6.2, no changes. ===================================== debian/patches/clean.patch ===================================== @@ -0,0 +1,15 @@ +Description: Also remove testlistgeo_out.dist.normalized. +Author: Bas Couwenberg <[email protected]> +Forwarded: https://github.com/OSGeo/libgeotiff/pull/90#issuecomment-1701401915 + +--- a/test/testlistgeo ++++ b/test/testlistgeo +@@ -246,7 +246,7 @@ else + echo "TEST OK" + echo "test file ${OUT} removed" + echo +- rm testlistgeo_out.dist.tmp ++ rm testlistgeo_out.dist.tmp testlistgeo_out.dist.normalized + /bin/rm -f ${OUT} + exit 0 + fi ===================================== debian/patches/series ===================================== @@ -1,2 +1,3 @@ pr82-Fix-test-failures-with-PROJ-9.1.1.patch pr90-PROJ-9.3.patch +clean.patch View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/-/commit/c2bf64a36fdcab5f68723aa223209eefd4a215a3 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/-/commit/c2bf64a36fdcab5f68723aa223209eefd4a215a3 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
