[maven-plugin-testing] 22/28: Build depend on junit4 instead of junit

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jul 17 23:37:03 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-plugin-testing.

commit 27971a164845a4a5e07f401f7977823ce8a9074e
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jul 18 00:05:15 2017 +0200

    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 bfc6f87..7949bd0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
-maven-plugin-testing (1.3-3) UNRELEASED; urgency=medium
+maven-plugin-testing (2.0-1) UNRELEASED; urgency=medium
 
   * Team upload.
+  * New upstream release
+    - Build depend on junit4 instead of junit
   * Build with the DH sequencer instead of CDBS
   * Moved the package to Git
   * Standards-Version updated to 4.0.0
diff --git a/debian/control b/debian/control
index e223c48..6de2abd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
 Uploaders: Ludovic Claude <ludovic.claude at laposte.net>
 Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2)
 Build-Depends-Indep: default-jdk-doc,
-                     junit,
+                     junit4,
                      libeasymock-java,
                      libmaven-invoker-java,
                      libmaven-javadoc-plugin-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 46d4c54..b9bca13 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/ * *
 org.codehaus.plexus plexus-container-default jar s/1\.0-alpha.*/1.0-alpha/ * *
 s/easymock/org.easymock/ easymock * s/.*/debian/ * *
 s/org.apache.maven.shared/org.apache.maven.plugin-testing/ maven-plugin-testing-harness * s/.*/debian/ * *

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



More information about the pkg-java-commits mailing list