This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository libcommons-fileupload-java.
commit f9299bc061d241f6460244c1c8cea14301f06f65 Author: tony mancill <[email protected]> Date: Thu Sep 17 22:46:04 2015 -0700 add missing build-dep on junit4 --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a5590f6..df1e6dc 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,8 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper -Build-Depends-Indep: libcommons-io-java, +Build-Depends-Indep: junit4, + libcommons-io-java, libmaven-javadoc-plugin-java, libportlet-api-2.0-spec-java, libservlet3.0-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-fileupload-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

