This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository beast2-mcmc.
commit dca0319f867222b860c0ef28c1dd4bb0c24b35c9 Author: Andreas Tille <[email protected]> Date: Wed May 4 11:50:36 2016 +0200 Provide template needed by beauti --- debian/beast2-mcmc.install | 1 + debian/bin/beauti2 | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/beast2-mcmc.install b/debian/beast2-mcmc.install index 95e6fce..b84602e 100644 --- a/debian/beast2-mcmc.install +++ b/debian/beast2-mcmc.install @@ -1,3 +1,4 @@ debian/bin usr build/dist/beast.jar usr/share/beast-mcmc2 build/dist/launcher.jar usr/share/beast-mcmc2 +templates usr/share/beast-mcmc2 diff --git a/debian/bin/beauti2 b/debian/bin/beauti2 index c51d2f6..f169375 100644 --- a/debian/bin/beauti2 +++ b/debian/bin/beauti2 @@ -26,4 +26,5 @@ DEBJAR="/usr/share/java" JAVA_HOME="/usr/lib/jvm/java-8-openjdk-amd64/" ${JAVA_HOME}/bin/java -Xms64m -Xmx${MAXMEM}m -Djava.library.path="$BEAST_LIB" \ -classpath "${CLASSPATH}:${DEBJAR}/jebl.jar:${DEBJAR}/jam.jar:${DEBJAR}/jdom1.jar:${DEBJAR}/colt.jar:${DEBJAR}/commons-math.jar:${BEAST_LIB}/beast.jar:$BEAST_LIB/launcher.jar" \ - beast.app.beauti.BeautiLauncher $* + beast.app.beauti.BeautiLauncher \ + -template ${BEAST_LIB}/templates/Standard.xml $* -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/beast2-mcmc.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
