[med-svn] [Git][med-team/pilon][debian/stretch-backports] 5 commits: Drop versoin restriction from default-jre
Andreas Tille
gitlab at salsa.debian.org
Sat Dec 8 20:21:04 GMT 2018
Andreas Tille pushed to branch debian/stretch-backports at Debian Med / pilon
Commits:
5aebc35d by Andreas Tille at 2018-10-21T08:41:45Z
Drop versoin restriction from default-jre
- - - - -
d8489cf3 by Andreas Tille at 2018-11-26T12:01:38Z
Increase memory for pilon
- - - - -
691e0fae by Andreas Tille at 2018-11-26T12:06:43Z
Upload to unstable
- - - - -
6ecec399 by Andreas Tille at 2018-11-26T12:09:39Z
Merge branch 'master' into debian/stretch-backports
- - - - -
1d2110ab by Andreas Tille at 2018-11-26T12:10:06Z
Rebuild for stretch-backports
- - - - -
3 changed files:
- debian/bin/pilon
- debian/changelog
- debian/control
Changes:
=====================================
debian/bin/pilon
=====================================
@@ -7,4 +7,5 @@ export JAVA_CMD=java
# Include the wrappers utility script
. /usr/lib/java-wrappers/java-wrappers.sh
-run_java -Xms128M -Xmx1G -jar /usr/share/java/pilon.jar "$@"
+# For memory setting see https://github.com/rrwick/Unicycler/issues/63
+run_java -Xms128M -Xmx16384m -jar /usr/share/java/pilon.jar "$@"
=====================================
debian/changelog
=====================================
@@ -1,3 +1,16 @@
+pilon (1.22+dfsg-3~bpo9+1) stretch-backports; urgency=medium
+
+ * Rebuild for stretch-backports.
+
+ -- Andreas Tille <tille at debian.org> Mon, 26 Nov 2018 13:09:49 +0100
+
+pilon (1.22+dfsg-3) unstable; urgency=medium
+
+ * Drop versoin restriction from default-jre
+ * Increase memory for pilon
+
+ -- Andreas Tille <tille at debian.org> Mon, 26 Nov 2018 13:02:06 +0100
+
pilon (1.22+dfsg-2~bpo9+2) stretch-backports; urgency=medium
* No reason to use versioned Build-Depends for default-jre
=====================================
debian/control
=====================================
@@ -15,7 +15,7 @@ Homepage: https://github.com/broadinstitute/pilon/wiki
Package: pilon
Architecture: all
Depends: ${misc:Depends},
- default-jre,
+ default-jre | java-runtime,
java-wrappers,
libhtsjdk-java,
libcommons-lang-java,
View it on GitLab: https://salsa.debian.org/med-team/pilon/compare/9bd53f2e32e286ff94fd1faa1feba0180f730456...1d2110ab07a91a1d5cbbc1879e39832ef94d957f
--
View it on GitLab: https://salsa.debian.org/med-team/pilon/compare/9bd53f2e32e286ff94fd1faa1feba0180f730456...1d2110ab07a91a1d5cbbc1879e39832ef94d957f
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/20181208/28bba1a8/attachment-0001.html>
More information about the debian-med-commit
mailing list