[libcommons-validator-java] 07/09: Build depend on junit4 instead of junit
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Dec 6 22:38:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libcommons-validator-java.
commit 4012b23812abcbfcdd0ab587987744c0b033d215
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Dec 6 23:30:21 2015 +0100
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 fb93d41..872aed0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libcommons-validator-java (1:1.4.1-2) UNRELEASED; urgency=medium
* New upstream release
- Removed the dependency on yui-compressor and the related patch
- Removed the dependency on maven-antrun-plugin
+ - Build depend on junit4 instead of junit
* Build with the DH sequencer instead of CDBS
* Use XZ compression for the upstream tarball
diff --git a/debian/control b/debian/control
index b92cec9..717cc34 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Varun Hiremath <varun at debian.org>, Emmanuel Bourg <ebourg at apache.org>
Build-Depends: debhelper (>= 9), default-jdk
Build-Depends-Indep: ant,
javahelper,
- junit (>= 3.8.1),
+ junit4,
libcommons-beanutils-java (>= 1.7),
libcommons-collections3-java,
libcommons-digester-java (>= 1.6),
diff --git a/debian/maven.rules b/debian/maven.rules
index e2f85d0..838c165 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -3,4 +3,4 @@ commons-beanutils commons-beanutils jar s/.*/debian/ * *
commons-collections commons-collections jar s/.*/3.x/ * *
commons-validator commons-validator jar s/.*/debian/ * *
commons-logging s/commons-logging-api/commons-logging/ * s/.*/debian/ * *
-junit junit jar s/3\..*/3.x/ * *
+junit junit jar s/4\..*/4.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-validator-java.git
More information about the pkg-java-commits
mailing list