This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository okio.
commit 62d5303294b7c937957f945d96436a446ee9956d Author: Emmanuel Bourg <[email protected]> Date: Sun Aug 13 00:26:22 2017 +0200 Added the missing build dependency on junit4 (Closes: #871365) --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9332691..1e450e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ okio (1.8.0-2) UNRELEASED; urgency=medium * Team upload. + * Added the missing build dependency on junit4 (Closes: #871365) * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/debian/control b/debian/control index 44738cb..df981cb 100644 --- a/debian/control +++ b/debian/control @@ -6,6 +6,7 @@ Uploaders: Kai-Chung Yan <[email protected]> Build-Depends: debhelper (>= 10), default-jdk-doc, javahelper, + junit4, libanimal-sniffer-java, libmaven-javadoc-plugin-java, maven-debian-helper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/okio.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

