[plexus-maven-plugin] 04/05: Depend on libmaven3-core-java instead of libmaven2-core-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Aug 27 22:55: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 plexus-maven-plugin.
commit a7310b44498b329e9b7e0ff72919f99b0d9f3685
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Aug 28 00:51:44 2017 +0200
Depend on libmaven3-core-java instead of libmaven2-core-java
---
debian/changelog | 1 +
debian/control | 3 ++-
debian/maven.rules | 4 +++-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b253de1..4ab49e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
plexus-maven-plugin (1.3.8-11) UNRELEASED; urgency=medium
* Team upload.
+ * Depend on libmaven3-core-java instead of libmaven2-core-java
* Standards-Version updated to 4.1.0
* Switch to debhelper level 10
diff --git a/debian/control b/debian/control
index c7459a8..5254efd 100644
--- a/debian/control
+++ b/debian/control
@@ -5,8 +5,9 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Torsten Werner <twerner at debian.org>, Damien Raude-Morvan <drazzib at debian.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: libmaven-plugin-tools-java,
+ libmaven-reporting-api-java,
libmaven-reporting-impl-java,
- libmaven2-core-java,
+ libmaven3-core-java,
libplexus-cdc-java,
libslf4j-java
Standards-Version: 4.1.0
diff --git a/debian/maven.rules b/debian/maven.rules
index 22aca7b..ee5a978 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -16,4 +16,6 @@
# and version starting with 3., replacing the version with 3.x
# junit junit jar s/3\\..*/3.x/
-org.apache.maven.reporting maven-reporting-impl jar s/.*/debian/ * *
+org.apache.maven s/maven-model/maven-core/ * s/.*/3.x/ * *
+org.apache.maven maven-* * s/.*/3.x/ * *
+org.apache.maven.reporting maven-reporting-api * s/.*/3.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-maven-plugin.git
More information about the pkg-java-commits
mailing list