This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository uimaj.
commit 2326e57c2bddf3653ee58bcb81d3c065f642d049 Author: Emmanuel Bourg <[email protected]> Date: Fri Nov 18 09:39:27 2016 +0100 Removed the unused build dependency on ant --- debian/changelog | 1 + debian/control | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index d45166d..131abd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ uimaj (2.8.1-2) UNRELEASED; urgency=medium * Team upload. * Build with the DH sequencer instead of CDBS + * Removed the unused build dependency on ant * Standards-Version updated to 3.9.8 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index ac2abd4..de59d76 100644 --- a/debian/control +++ b/debian/control @@ -9,9 +9,7 @@ Build-Depends: debhelper (>= 10), default-jdk, libmaven3-core-java, maven-debian-helper (>= 2.0~), -Build-Depends-Indep: ant, - ant-contrib, - default-jdk-doc, +Build-Depends-Indep: default-jdk-doc, docbook-xml, docbook-xsl, fop, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uimaj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

