[maven-war-plugin] 07/12: Build depend on junit4 instead of junit

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 26 14:07:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository maven-war-plugin.

commit e39fe7300efc8bb0314873274c2cb4a1175825de
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Jul 20 15:53:18 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 0dd000d..09a1263 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ maven-war-plugin (3.1.0-1) UNRELEASED; urgency=medium
   * New upstream release:
     - Removed MWAR-269.diff (fixed upstream)
     - New dependency on libmaven-mapping-java
+    - Build depend on junit4 instead of junit
   * Build with the DH sequencer instead of CDBS
   * Standards-Version updated to 4.0.0
   * Switch to debhelper level 10
diff --git a/debian/control b/debian/control
index 4524932..a751861 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
 Build-Depends: debhelper (>= 10),
                default-jdk,
                maven-debian-helper (>= 1.4)
-Build-Depends-Indep: junit,
+Build-Depends-Indep: junit4,
                      libmaven-archiver-java,
                      libmaven-filtering-java,
                      libmaven-mapping-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index caad908..87ee27a 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\..*/3.x/ * *
+junit junit jar s/.*/4.x/ * *
 s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * *
 s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-tools * s/.*/debian/ * *
 s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing * s/.*/debian/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-war-plugin.git



More information about the pkg-java-commits mailing list