This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository ant-contrib.
commit 35c7c63cc69d70e5f370839d055a3da283f4b5ee Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 00:16:57 2016 +0200 Removed the unused build dependencies on libcommons-cli-java, liboro-java, libcommons-codec-java and libcommons-logging-java --- debian/changelog | 2 ++ debian/control | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1c83e85..6ad6960 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ ant-contrib (1.0~b3+svn177-8) UNRELEASED; urgency=medium * Build with the DH sequencer instead of CDBS + * Removed the unused build dependencies on libcommons-cli-java, liboro-java, + libcommons-codec-java and libcommons-logging-java * Removed the unused portions of 0001-Debianize-build.xml.patch * Moved the package to Git * Standards-Version updated to 3.9.8 diff --git a/debian/control b/debian/control index d9343df..8d421b3 100644 --- a/debian/control +++ b/debian/control @@ -8,11 +8,7 @@ Build-Depends-Indep: ant-optional, ivy (>= 2), junit, libbcel-java, - libcommons-cli-java, - libcommons-codec-java, libcommons-httpclient-java, - libcommons-logging-java, - liboro-java, libxerces2-java, maven-repo-helper Standards-Version: 3.9.8 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/ant-contrib.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

