This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jline2.
commit a6882851086c45420ec266d7df2a6daf5515a5a6 Author: Emmanuel Bourg <[email protected]> Date: Fri Mar 30 12:23:37 2018 +0200 New build dependency on libpowermock-java --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index c60ab99..2dda1c0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jline2 (2.13-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Patched pom.xml to ignore warnings + - New build dependency on libpowermock-java -- Emmanuel Bourg <[email protected]> Fri, 30 Mar 2018 12:10:18 +0200 diff --git a/debian/control b/debian/control index 8ac2366..567695e 100644 --- a/debian/control +++ b/debian/control @@ -10,6 +10,7 @@ Build-Depends: javahelper (>= 0.43) Build-Depends-Indep: libjansi-java, + libpowermock-java, junit4 Standards-Version: 4.1.3 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jline2.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jline2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

