This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-beanutils.
commit a3e794cceef10e11237a1a90bebb5a56bd023c7d Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 3 13:56:19 2016 +0200 Build depend on junit4 instead of junit --- debian/changelog | 1 + debian/control | 2 +- debian/maven.rules | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 05eea11..7f8c694 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ commons-beanutils (1.9.3-1) UNRELEASED; urgency=medium * New upstream release - Refreshed the patches + - Build depend on junit4 instead of junit * Standards-Version updated to 3.9.8 * Use a secure Vcs-Git URL diff --git a/debian/control b/debian/control index fce44d1..e57b068 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Uploaders: Ludovic Claude <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 2.0.2~) Build-Depends-Indep: default-jdk-doc, - junit, + junit4, libcommons-collections3-java, libcommons-collections3-java-doc, libcommons-logging-java, diff --git a/debian/maven.rules b/debian/maven.rules index 832d5f6..7ead1a8 100644 --- a/debian/maven.rules +++ b/debian/maven.rules @@ -1,6 +1,6 @@ commons-beanutils commons-beanutils jar s/.*/debian/ * * commons-collections commons-collections jar s/3\..*/3.x/ * * -junit junit jar s/3\..*/3.x/ * * +junit junit jar s/4\..*/4.x/ * * org.apache.commons commons-parent pom s/.*/debian/ * * commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * * -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-beanutils.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

