Bas Couwenberg pushed to branch master at Debian GIS Project / libgeotiff
Commits: 74362677 by Bas Couwenberg at 2023-09-01T06:31:01+02:00 Use `set -e` in autopkgtest script. - - - - - 2 changed files: - debian/changelog - debian/tests/geotiff-bin Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ libgeotiff (1.7.1-4) UNRELEASED; urgency=medium * Update upstream patch to fix FTBFS with PROJ 9.3. + * Use `set -e` in autopkgtest script. -- Bas Couwenberg <[email protected]> Thu, 31 Aug 2023 18:46:19 +0200 ===================================== debian/tests/geotiff-bin ===================================== @@ -1,4 +1,6 @@ #!/bin/sh +set -e + ./test/testlistgeo /usr/bin/listgeo ./test/testgeotifcp /usr/bin/geotifcp /usr/bin/listgeo View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/-/commit/743626775172be0f8d5baadbcd224a7e73734fa7 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/-/commit/743626775172be0f8d5baadbcd224a7e73734fa7 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
