Bas Couwenberg pushed to branch master at Debian GIS Project / qgis


Commits:
84235db0 by Bas Couwenberg at 2023-10-02T06:49:24+02:00
Strip --noversioncheck from QGIS_OPTS for qgis_process. (closes: #1053337)

- - - - -


2 changed files:

- debian/changelog
- debian/qgis.sh


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+qgis (3.28.11+dfsg-2) UNRELEASED; urgency=medium
+
+  * Strip --noversioncheck from QGIS_OPTS for qgis_process.
+    (closes: #1053337)
+
+ -- Bas Couwenberg <[email protected]>  Mon, 02 Oct 2023 06:49:02 +0200
+
 qgis (3.28.11+dfsg-1) unstable; urgency=medium
 
   * Update symbols for other architectures.


=====================================
debian/qgis.sh
=====================================
@@ -14,4 +14,8 @@ if [ -r /etc/default/qgis ]; then
        . /etc/default/qgis
 fi
 
+if [ "$(basename "$0")" = "qgis_process" ]; then
+       QGIS_OPTS="$(echo "${QGIS_OPTS}" | sed 's/--noversioncheck//')"
+fi
+
 exec $0.bin $QGIS_OPTS "$@"



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/qgis/-/commit/84235db07927e12fbde967dd07a0eed165de5bd1

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/qgis/-/commit/84235db07927e12fbde967dd07a0eed165de5bd1
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

Reply via email to