Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (3)
Spelling
· d69d4b4c
Andreas Tille
authored
Dec 05, 2018
d69d4b4c
Do not parse d/changelog
· 52fa92e7
Andreas Tille
authored
Dec 05, 2018
52fa92e7
Upload to unstable
· 9a136acf
Andreas Tille
authored
Dec 05, 2018
9a136acf
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
9a136acf
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
,
1
5
Oct
2018
10:03:36
+0
2
00
-- Andreas Tille <tille@debian.org>
Wed
,
0
5
Dec
2018
07:57:09
+0
1
00
beast2-mcmc (2.4.4+dfsg-1) unstable; urgency=medium
...
...
debian/patches/antlr-compatibility.patch
View file @
9a136acf
Descrition: Fixes the compatibility with the version of ANTLR in Debian
Descri
p
tion: 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
...
...
debian/rules
View file @
9a136acf
...
...
@@ -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
...
...