Bas Couwenberg pushed to branch master at Debian GIS Project / savi
Commits: a3504ce6 by Bas Couwenberg at 2024-02-15T07:59:35+01:00 Use exec to run /usr/share/savi/savi. - - - - - 2 changed files: - debian/changelog - debian/savi-bin Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +savi (1.6.0-2) UNRELEASED; urgency=medium + + * Team upload. + * Use exec to run /usr/share/savi/savi. + + -- Bas Couwenberg <[email protected]> Thu, 15 Feb 2024 07:59:13 +0100 + savi (1.6.0-1) unstable; urgency=medium * Team upload. ===================================== debian/savi-bin ===================================== @@ -1,3 +1,3 @@ #!/bin/sh -sh /usr/share/savi/savi $* +exec /usr/share/savi/savi $* View it on GitLab: https://salsa.debian.org/debian-gis-team/savi/-/commit/a3504ce6110940e4969f79bef657e5847b29407c -- View it on GitLab: https://salsa.debian.org/debian-gis-team/savi/-/commit/a3504ce6110940e4969f79bef657e5847b29407c 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
