[munge-maven-plugin] 06/07: Depend on libmaven3-core-java instead of libmaven2-core-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jul 31 12:52:25 UTC 2017


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

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

commit 996d3f83d06fcb0fd8c7d5e228a525caaf007433
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Mon Jul 31 14:51:44 2017 +0200

    Depend on libmaven3-core-java instead of libmaven2-core-java
---
 debian/changelog   | 1 +
 debian/control     | 2 +-
 debian/maven.rules | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ff13ab8..a302a45 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 munge-maven-plugin (1.0-2) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Depend on libmaven3-core-java instead of libmaven2-core-java
   * Removed the *-java-doc package
   * Build with the DH sequencer instead of CDBS
   * Standards-Version updated to 4.0.0
diff --git a/debian/control b/debian/control
index fdb6f49..51e858b 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Damien Raude-Morvan <drazzib at debian.org>
 Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 2.2)
 Build-Depends-Indep: junit (>= 3.8.1),
                      libmaven-plugin-tools-java,
-                     libmaven2-core-java,
+                     libmaven3-core-java,
 Standards-Version: 4.0.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/munge-maven-plugin.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/munge-maven-plugin.git
diff --git a/debian/maven.rules b/debian/maven.rules
index be4177c..2bfe8e0 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,3 +17,4 @@
 #   junit junit jar s/3\\..*/3.x/
 
 junit junit jar s/3\..*/3.x/ * *
+org.apache.maven maven-* * s/.*/3.x/ * *

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



More information about the pkg-java-commits mailing list