This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cobertura.
commit 4b7485ce93d73fda56fdd1a653ec9bb49995eff7 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 27 01:42:05 2017 +0200 New dependency on ant-optional --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9513546..a2a8b29 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ cobertura (2.1.1-1) UNRELEASED; urgency=medium - Depend on liblogback-java instead of liblog4j1.2-java - Depend on junit4 instead of junit - Require Java 6 or higher for the command line tools + - New dependency on ant-optional * Modified the watch file to catch the old releases * Standards-Version updated to 4.1.0 * Removed the -java-doc package diff --git a/debian/control b/debian/control index ec70595..6a66210 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Maintainer: Debian Java Maintainers <[email protected] Section: java Priority: optional Build-Depends: ant, + ant-optional, debhelper (>= 10~), default-jdk, docbook-to-man, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cobertura.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

