This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-vfs.
commit 5c43bfa02d45df2cfecc8947a1047593836b6561 Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 7 01:00:15 2016 +0200 Depend on commons-collections4 instead of commons-collections3 --- debian/changelog | 1 + debian/control | 4 ++-- debian/maven.rules | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 76bd44a..4f73b1d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ commons-vfs (2.1-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches - Disabled the new HDFS provider (missing dependencies) + - Depend on commons-collections4 instead of commons-collections3 * Moved the package to Git * Standards-Version updated to 3.9.8 diff --git a/debian/control b/debian/control index 54109e4..2279541 100644 --- a/debian/control +++ b/debian/control @@ -5,8 +5,8 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]> Build-Depends-Indep: ant-doc, junit4, - libcommons-collections3-java, - libcommons-collections3-java-doc, + libcommons-collections4-java, + libcommons-collections4-java-doc, libcommons-compress-java, libcommons-httpclient-java, libcommons-httpclient-java-doc, diff --git a/debian/maven.rules b/debian/maven.rules index e91928a..a25cfa0 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,6 +1,5 @@ junit junit jar s/4\..*/4.x/ s/ant/org.apache.ant/ * * s/.*/debian/ -commons-collections commons-collections jar s/3\..*/3.x/ s/jdom/org.jdom/ * * s/.*/debian/ commons-httpclient commons-httpclient jar s/.*/3.x/ org.apache.commons commons-parent pom s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-vfs.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

