This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-beanutils.
commit fc1464d18dcd9d8ec7f1de1556d12e640a6089ca Author: Emmanuel Bourg <[email protected]> Date: Tue Dec 17 08:23:08 2013 +0000 Added an explicit build dependency on libcommons-collections3-java --- debian/changelog | 1 + debian/control | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index ca737a7..4488fae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ commons-beanutils (1.8.3-5) UNRELEASED; urgency=medium * debian/control: - Removed the build dependency on libclirr-maven-plugin-java + - Added an explicit build dependency on libcommons-collections3-java - Standards-Version updated to 3.9.5 (no changes) - Use canonical URLs for the Vcs-* fields * Switch to debhelper level 9 diff --git a/debian/control b/debian/control index 0d2a312..5594a59 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,8 @@ Uploaders: Ludovic Claude <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4) Build-Depends-Indep: default-jdk-doc, + libcommons-collections3-java, + libcommons-collections3-java-doc, libcommons-logging-java, libcommons-logging-java-doc, libcommons-parent-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-beanutils.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

