[maven-archiver] 05/10: Depend on junit4 instead of junit

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon May 4 23:37:09 UTC 2015


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

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

commit fdddb198a64bb0aca3d97fef140978fabd074e20
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue May 5 00:25:36 2015 +0200

    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 9564fd9..bec8324 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ maven-archiver (2.6-1) UNRELEASED; urgency=medium
   * New upstream release
     - New dependency on libmaven-shared-utils-java
     - Changed the source/target level to 1.5
+    - Depend on junit4 instead of junit
   * The date set in the DEB_BUILD_DATE environment variable is now used
     for the timestamp in the pom.properties file embedded in the jar files
     generated by maven-archiver to make the builds reproducible.
diff --git a/debian/control b/debian/control
index 477664b..b591a9e 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Torsten Werner <twerner at debian.org>,
            Ludovic Claude <ludovic.claude at laposte.net>
 Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
 Build-Depends-Indep: default-jdk-doc,
-                     junit,
+                     junit4,
                      libmaven-javadoc-plugin-java,
                      libmaven-shared-utils-java,
                      libmaven2-core-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index be4177c..39496fb 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -16,4 +16,4 @@
 # 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/ * *

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



More information about the pkg-java-commits mailing list