[Git][debian-gis-team/qgis][master] Strip --noversioncheck from QGIS_OPTS for qgis_process. (closes: #1053337)

Bas Couwenberg (@sebastic) gitlab at salsa.debian.org
Mon Oct 2 05:49:43 BST 2023



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


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


More information about the Pkg-grass-devel mailing list