[med-svn] [Git][med-team/figtree][master] 3 commits: Use own wrapper script using run_java instead of upstream provided one
Andreas Tille
gitlab at salsa.debian.org
Sat Dec 1 06:53:08 GMT 2018
Andreas Tille pushed to branch master at Debian Med / figtree
Commits:
8ce2f491 by Andreas Tille at 2018-12-01T06:42:32Z
Use own wrapper script using run_java instead of upstream provided one
- - - - -
43448153 by Andreas Tille at 2018-12-01T06:43:23Z
Remove trailing whitespace in debian/changelog
- - - - -
af2b5a42 by Andreas Tille at 2018-12-01T06:49:58Z
Upload to unstable
- - - - -
3 changed files:
- + debian/bin/figtree
- debian/changelog
- debian/figtree.install
Changes:
=====================================
debian/bin/figtree
=====================================
@@ -0,0 +1,11 @@
+#! /bin/sh
+set -e
+
+# export JAVA_HOME=/usr/lib/jvm/default-java
+export JAVA_CMD=java
+
+# Include the wrappers utility script
+. /usr/lib/java-wrappers/java-wrappers.sh
+
+# For memory setting see https://github.com/rrwick/Unicycler/issues/63
+run_java -Xms64m -Xmx512m -jar /usr/share/java/figtree.jar "$@"
=====================================
debian/changelog
=====================================
@@ -1,3 +1,11 @@
+figtree (1.4.4-2) unstable; urgency=medium
+
+ * Use own wrapper script using run_java instead of upstream provided one
+ Closes: #915149
+ * Remove trailing whitespace in debian/changelog
+
+ -- Andreas Tille <tille at debian.org> Sat, 01 Dec 2018 07:43:24 +0100
+
figtree (1.4.4-1) unstable; urgency=medium
* Team upload
@@ -54,7 +62,7 @@ figtree (1.4.3+dfsg-2) unstable; urgency=medium
* Team upload
[ Fabian Klötzl ]
- * fixed my own mail address. ☺
+ * fixed my own mail address. ☺
* added patch to include batik-all.jar in classpath (Closes: #879252)
* bump policy to 4.1.1 (no changes needed)
@@ -102,14 +110,14 @@ figtree (1.4.2+dfsg-1) unstable; urgency=medium
figtree (1.4.2-1) unstable; urgency=medium
- * New upstream release
+ * New upstream release
* d/control: use standards 3.9.6
-- Olivier Sallou <osallou at debian.org> Wed, 12 Aug 2015 09:35:33 +0200
figtree (1.4-2) unstable; urgency=low
- * Force set of JAVA_HOME in debian/rules (Closes: #715225).
+ * Force set of JAVA_HOME in debian/rules (Closes: #715225).
-- Olivier Sallou <osallou at debian.org> Tue, 09 Jul 2013 14:42:53 +0200
=====================================
debian/figtree.install
=====================================
@@ -1,3 +1,3 @@
dist/figtree.jar usr/share/java
debian/*.xpm usr/share/pixmaps
-release/Linux/scripts/figtree usr/bin
+debian/bin usr
View it on GitLab: https://salsa.debian.org/med-team/figtree/compare/9a6fa4ffd401b9e9dea41a285f0a16569a7e9e58...af2b5a42baf1473b0ca82eb8fd75de108def6de5
--
View it on GitLab: https://salsa.debian.org/med-team/figtree/compare/9a6fa4ffd401b9e9dea41a285f0a16569a7e9e58...af2b5a42baf1473b0ca82eb8fd75de108def6de5
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/debian-med-commit/attachments/20181201/bd8e7f16/attachment-0001.html>
More information about the debian-med-commit
mailing list