Bas Couwenberg pushed to branch master at Debian GIS Project / qgis
Commits: e2ccc469 by Bas Couwenberg at 2023-07-31T10:05:29+02:00 Set HOME=/tmp for crssync in qgis-providers.postinst. (closes: #1042725) - - - - - 2 changed files: - debian/changelog - debian/qgis-providers.postinst Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +qgis (3.28.9+dfsg-2) UNRELEASED; urgency=medium + + * Set HOME=/tmp for crssync in qgis-providers.postinst. + (closes: #1042725) + + -- Bas Couwenberg <[email protected]> Mon, 31 Jul 2023 10:04:03 +0200 + qgis (3.28.9+dfsg-1) unstable; urgency=medium * Export DEB_PYTHON_INSTALL_LAYOUT=deb_system to fix FTBFS with CMake 3.27.0 ===================================== debian/qgis-providers.postinst ===================================== @@ -3,7 +3,7 @@ set -e if [ "$1" = "triggered" ] || [ "$1" = "configure" ]; then if [ -w /usr/share/qgis/resources/srs.db ] && [ -x /usr/lib/qgis/crssync ]; then - /usr/lib/qgis/crssync + HOME=/tmp XDG_DATA_HOME="" XDG_CONFIG_HOME="" XDG_STATE_HOME="" XDG_CACHE_HOME="" /usr/lib/qgis/crssync fi fi View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/commit/e2ccc469f043a1fc9dbc922d244708955ef9b53e -- View it on GitLab: https://salsa.debian.org/debian-gis-team/qgis/-/commit/e2ccc469f043a1fc9dbc922d244708955ef9b53e 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
