[aspectj-maven-plugin] 04/14: Depend on junit4 instead of junit

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Aug 30 22:11: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 aspectj-maven-plugin.

commit 13e302a5bae25789c4f6d5c007569cb692ccc668
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Aug 30 18:52:50 2017 +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 3db5da4..9cd0edd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ aspectj-maven-plugin (1.7-2) UNRELEASED; urgency=medium
 
   * Team upload.
   * Depend on libmaven3-core-java instead of libmaven2-core-java
+  * Depend on junit4 instead of junit
   * Standards-Version updated to 4.1.0
   * Switch to debhelper level 10
 
diff --git a/debian/control b/debian/control
index 483beb2..2257e83 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
 Build-Depends: cdbs, debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5)
-Build-Depends-Indep: junit (>= 3.0),
+Build-Depends-Indep: junit4,
                      libaspectj-java (>= 1.8.2),
                      libdoxia-sitetools-java,
                      libmaven-invoker-plugin-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index d511eed..2b925fc 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -2,7 +2,7 @@
 s/aspectj/org.aspectj/ aspectjrt jar s/.*/debian/ * *
 s/aspectj/org.aspectj/ aspectjtools jar s/.*/debian/ * *
 s/aspectj/org.aspectj/ aspectjweaver jar s/.*/debian/ * *
-junit junit jar s/.*/3.x/ * *
+junit junit jar s/.*/4.x/ * *
 org.apache.maven s/maven-project/maven-compat/ jar s/.*/3.x/ * *
 org.apache.maven maven-* jar s/.*/3.x/ * *
 org.apache.maven.doxia doxia-site-renderer jar s/.*/debian/ * *

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



More information about the pkg-java-commits mailing list