[commons-beanutils] 05/07: Build depend on junit4 instead of junit
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Oct 3 11:59:50 UTC 2016
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 <ebourg at apache.org>
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 <ludovic.claude at laposte.net>,
Emmanuel Bourg <ebourg at apache.org>
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
More information about the pkg-java-commits
mailing list