This is an automated email from the git hooks/post-receive script. tmancill pushed a commit to branch master in repository shiro.
commit ea98dfd94df20016a7f48c498f79a5578eae6751 Author: tony mancill <[email protected]> Date: Thu Aug 17 21:57:17 2017 -0700 Add missing build-dep on junit4 (Closes: #871325) --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8c6603f..a1da314 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper -Build-Depends-Indep: libaspectj-java, +Build-Depends-Indep: junit4, + libaspectj-java, libbuild-helper-maven-plugin-java, libcommons-beanutils-java, libcommons-cli-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/shiro.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

