[args4j] 05/06: Build depend on junit4 instead of junit
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jan 6 11:14:20 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository args4j.
commit 84b856bd9edc7ca138f8e4416cdde899a0eac130
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jan 6 12:01:23 2016 +0100
Build depend on junit4 instead of junit
---
debian/changelog | 4 +++-
debian/control | 2 +-
debian/maven.rules | 2 +-
3 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 0bfceec..000f8e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-args4j (2.0.30-2) UNRELEASED; urgency=medium
+args4j (2.32-1) UNRELEASED; urgency=medium
* Team upload.
+ * New upstream release
+ - Build depend on junit4 instead of junit
* Build with the DH sequencer instead of CDBS
* Standards-Version updated to 3.9.6 (no changes)
diff --git a/debian/control b/debian/control
index f685ed2..04eab3c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: James Page <james.page at ubuntu.com>
Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper
Build-Depends-Indep: default-jdk-doc,
- junit,
+ junit4,
libmaven-javadoc-plugin-java,
libmaven-shade-plugin-java,
libmockito-java
diff --git a/debian/maven.rules b/debian/maven.rules
index d59cb11..62db310 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -16,5 +16,5 @@
# and version starting with 3., replacing the version with 3.x
# junit junit jar s/3\\..*/3.x/
-junit junit jar s/3\..*/3.x/ * *
+junit junit jar s/4\..*/4.x/ * *
org.mockito s/mockito-all/mockito-core * s/.*/debian/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/args4j.git
More information about the pkg-java-commits
mailing list