This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-math3.
commit 0f658e50af03be67147d956cd730534f379fe7a6 Author: Emmanuel Bourg <[email protected]> Date: Mon Jan 11 22:11:57 2016 +0100 Removed the unused build dependency on ant --- debian/changelog | 1 + debian/control | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index f9c935d..2ea857e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ commons-math3 (3.5-3) UNRELEASED; urgency=medium * Build with the DH sequencer instead of CDBS + * Removed the unused build dependency on ant -- Emmanuel Bourg <[email protected]> Mon, 11 Jan 2016 22:04:28 +0100 diff --git a/debian/control b/debian/control index b97c020..ec64486 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,8 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: default-jdk, ant, debhelper (>= 9) -Build-Depends-Indep: junit4, ant-optional, maven-debian-helper, libmaven-javadoc-plugin-java +Build-Depends: default-jdk, debhelper (>= 9) +Build-Depends-Indep: junit4, maven-debian-helper, libmaven-javadoc-plugin-java Standards-Version: 3.9.6 Vcs-Git: git://anonscm.debian.org/pkg-java/commons-math3.git Vcs-Browser: http://anonscm.debian.org/cgit/pkg-java/commons-math3.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-math3.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

