[Git][debian-gis-team/qgis][master] Set HOME=/tmp for crssync in qgis-providers.postinst. (closes: #1042725)

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Mon Jul 31 09:05:48 BST 2023



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 <sebastic at debian.org>  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.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230731/c3800a5d/attachment-0001.htm>


More information about the Pkg-grass-devel mailing list