This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository robust-http-client.
commit 069ff461a4b04465ca9f786854a68e601971b108 Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 14 08:51:20 2017 +0200 Added the missing build dependency on junit --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index fd90022..660a36c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ robust-http-client (1.2-4) UNRELEASED; urgency=medium * Team upload. + * Added the missing build dependency on junit * Standards-Version updated to 4.1.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 71e4902..9105b63 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 10), default-jdk, default-jdk-doc, + junit, libmaven-javadoc-plugin-java, maven-debian-helper Standards-Version: 4.1.0 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/robust-http-client.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

