[stax-ex] 15/16: Build depend on junit4 instead of junit

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Oct 23 22:36: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 stax-ex.

commit 2607a883360f063392846e21cde9f4ef53cd68bf
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Oct 24 00:34:46 2017 +0200

    Build depend on junit4 instead of junit
---
 debian/changelog   | 3 ++-
 debian/control     | 2 +-
 debian/maven.rules | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 12d03da..c57e096 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-stax-ex (1.7.2-1) UNRELEASED; urgency=medium
+stax-ex (1.7.8-1) UNRELEASED; urgency=medium
 
   * Team upload.
   * New upstream release
     - New build dependency on libmaven-bundle-plugin-java
+    - Build depend on junit4 instead of junit
   * Removed the dependency on libstax-java
   * Standards-Version updated to 4.1.1
   * Switch to debhelper level 10
diff --git a/debian/control b/debian/control
index 5c028db..d22f410 100644
--- a/debian/control
+++ b/debian/control
@@ -6,9 +6,9 @@ Uploaders: Timo Aaltonen <tjaalton at ubuntu.com>
 Build-Depends: debhelper (>= 10),
                default-jdk,
                javahelper,
+               junit4,
                libmaven-bundle-plugin-java,
                maven-debian-helper (>= 1.5)
-Build-Depends-Indep: junit (>= 3.8.2)
 Standards-Version: 4.1.1
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/stax-ex.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/stax-ex.git
diff --git a/debian/maven.rules b/debian/maven.rules
index 1df63f8..ce84edb 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,3 @@
 
-junit junit jar s/3\..*/3.x/ * *
+junit junit jar s/.*/4.x/ * *
 s/javax.xml.stream/stax/ stax-api jar s/1.0-2/1.0.1/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stax-ex.git



More information about the pkg-java-commits mailing list