This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository joda-convert.
commit 48870088de306622d69560f3ad96e83cd57d0429 Author: Emmanuel Bourg <[email protected]> Date: Tue Jun 27 19:22:54 2017 +0200 Build depend on junit4 instead of junit --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 35f485f..25a6117 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ joda-convert (1.8.1-2) UNRELEASED; urgency=medium + * Build depend on junit4 instead of junit * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 * Use secure Vcs-* URLs diff --git a/debian/control b/debian/control index a361c8d..0ebef43 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5) -Build-Depends-Indep: libmaven-javadoc-plugin-java, libmaven-bundle-plugin-java, default-jdk-doc, junit +Build-Depends-Indep: libmaven-javadoc-plugin-java, libmaven-bundle-plugin-java, default-jdk-doc, junit4 Standards-Version: 4.0.0 Vcs-Git: https://anonscm.debian.org/git/pkg-java/joda-convert.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/joda-convert.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/joda-convert.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

