This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jasypt.
commit 08600c88048eef51bbe767a289eb68f62552294e Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 31 10:37:20 2015 +0200 Added the missing build dependency on junit4 (Closes: #797458) --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5ed90fd..440fd9b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ jasypt (1.8-3) UNRELEASED; urgency=medium * Team upload. + * Added the missing build dependency on junit4 (Closes: #797458) * Standards-Version updated to 3.9.6 (no changes) -- Emmanuel Bourg <[email protected]> Mon, 31 Aug 2015 10:28:00 +0200 diff --git a/debian/control b/debian/control index 9dfd9f8..71200b2 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: cdbs, default-jdk, default-jdk-doc, glassfish-javaee, + junit4, libgeronimo-jpa-2.0-spec-java, libhibernate-commons-annotations-java, libhibernate3-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jasypt.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

