[uimaj] 05/07: Build depend on junit4 instead of junit
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jul 24 23:32:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository uimaj.
commit 4a9f5cf0d4122fdc2ff6895a2dd060abacfb23ae
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jul 25 01:31:56 2017 +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 24966eb..476ca36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ uimaj (2.10.0-1) UNRELEASED; urgency=medium
* Team upload.
* New upstream release
- Refreshed the patches
+ - Build depend on junit4 instead of junit
* Removed the unused build dependency on libmaven-site-plugin-java
* Standards-Version updated to 4.0.0
diff --git a/debian/control b/debian/control
index f6a9cb3..d06f56f 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends-Indep: default-jdk-doc,
docbook-xml,
docbook-xsl,
fop,
- junit,
+ junit4,
libaxis-java,
libbuild-helper-maven-plugin-java,
libcommons-io-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index d306d1f..6a01a83 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -16,7 +16,7 @@
# and version starting with 3., replacing the version with 3.x
# junit junit jar s/3\\..*/3.x/
-junit junit jar s/.*/3.x/ * *
+junit junit jar s/.*/4.x/ * *
log4j log4j jar s/1\.2\..*/1.2.x/ * *
org.apache.uima * jar s/.*/debian/ * *
org.apache.maven s/maven-project/maven-compat/ * s/.*/3.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uimaj.git
More information about the pkg-java-commits
mailing list