This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libshib-common-java.
commit ad38f5cda63c76fee8a46f2a09a766bb285a596c Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 17 16:56:26 2014 +0200 Removed the unused build dependency on ant-contrib --- debian/changelog | 1 + debian/control | 1 - debian/maven.ignoreRules | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c409341..9f2b8bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libshib-common-java (1.4.0-3) unstable; urgency=medium * Team upload. * Added the missing build dependency on libjcip-annotations-java + * Removed the unused build dependency on ant-contrib * Build depend on libsvnkit-java >= 1.8.6-1~ (Closes: #752964) * Build depend on libmail-java instead of libgnumail-java * Standards-Version updated to 3.9.6 (no changes) diff --git a/debian/control b/debian/control index 3ddf007..3b82c59 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,6 @@ Build-Depends: cdbs, libplexus-utils-java, maven-debian-helper (>= 1.5) Build-Depends-Indep: ant, - ant-contrib, junit (>= 3.8.2), libc3p0-java, libcommons-codec-java, diff --git a/debian/maven.ignoreRules b/debian/maven.ignoreRules index 8b13789..7da296e 100644 --- a/debian/maven.ignoreRules +++ b/debian/maven.ignoreRules @@ -1 +1 @@ - +ant-contrib ant-contrib * * * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libshib-common-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

