[Git][java-team/jalview][master] 2 commits: Restoring jalview invocation in the wrapper, with no HOME overriding
Pierre Gruet (@pgt)
gitlab at salsa.debian.org
Wed Oct 2 19:02:18 BST 2024
Pierre Gruet pushed to branch master at Debian Java Maintainers / jalview
Commits:
0622c888 by Pierre Gruet at 2024-10-02T16:44:28+02:00
Restoring jalview invocation in the wrapper, with no HOME overriding
- - - - -
70dd3f67 by Pierre Gruet at 2024-10-02T16:44:46+02:00
Upload to unstable
- - - - -
2 changed files:
- debian/changelog
- debian/wrappers/jalview
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+jalview (2.11.4.0+dfsg-2) unstable; urgency=medium
+
+ * Restoring jalview invocation in the wrapper, with no HOME overriding
+
+ -- Pierre Gruet <pgt at debian.org> Wed, 02 Oct 2024 16:44:33 +0200
+
jalview (2.11.4.0+dfsg-1) unstable; urgency=medium
* New upstream version 2.11.4.0+dfsg
=====================================
debian/wrappers/jalview
=====================================
@@ -15,4 +15,4 @@ if [ -n "$ARG1" -a "$ARG1" = "${ARG1#-}" ]; then
OPEN="-open"
fi
-java -Duser.home=${HOME} -jar /usr/share/java/jalview.jar $OPEN "$@"
+java -jar /usr/share/java/jalview.jar $OPEN "$@"
View it on GitLab: https://salsa.debian.org/java-team/jalview/-/compare/042f45677c00a50599e8f5da6da0856eda603862...70dd3f6790de2c044680d8d47488bb33bfcfa6b3
--
View it on GitLab: https://salsa.debian.org/java-team/jalview/-/compare/042f45677c00a50599e8f5da6da0856eda603862...70dd3f6790de2c044680d8d47488bb33bfcfa6b3
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-java-commits/attachments/20241002/c1f196a6/attachment.htm>
More information about the pkg-java-commits
mailing list