Skip to content
Commits on Source (3)
beast2-mcmc (2.5.1+dfsg-1) UNRELEASED; urgency=medium
beast2-mcmc (2.5.1+dfsg-1) unstable; urgency=medium
[ Steffen Moeller ]
* d/u/metadata:
......@@ -14,12 +14,13 @@ beast2-mcmc (2.5.1+dfsg-1) UNRELEASED; urgency=medium
* Depends: s/openjdk-8-jre | java8-runtime/default-jre | java9-runtime/
* d/rules: Add antlr4-runtime.jar to CLASS_PATH
* Standards-Version: 4.2.1
* d/rules: Do not parse d/changelog
[ Jelmer Vernooij ]
* Use secure copyright file specification URI.
* Trim trailing whitespace.
-- Andreas Tille <tille@debian.org> Mon, 15 Oct 2018 10:03:36 +0200
-- Andreas Tille <tille@debian.org> Wed, 05 Dec 2018 07:57:09 +0100
beast2-mcmc (2.4.4+dfsg-1) unstable; urgency=medium
......
Descrition: Fixes the compatibility with the version of ANTLR in Debian
Description: Fixes the compatibility with the version of ANTLR in Debian
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/src/beast/util/TreeParser.java
......
......@@ -6,8 +6,6 @@
#export DH_VERBOSE=1
PACKAGE := $(shell dpkg-parsechangelog | sed -n 's/^Source: //p')
JAVA_HOME := /usr/lib/jvm/default-java
DEBJAR := /usr/share/java
......