[localizer] 05/06: Depend on libmaven3-core-java instead of libmaven2-core-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Aug 2 10:29:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository localizer.
commit 9e7feab2d135308b691a93f3c56d032879fddc62
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Aug 2 12:28:54 2017 +0200
Depend on libmaven3-core-java instead of libmaven2-core-java
---
debian/changelog | 1 +
debian/control | 2 +-
debian/maven.rules | 2 ++
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b8c8d03..90c7ccd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
localizer (1.13-3) UNRELEASED; urgency=medium
* Team upload.
+ * Depend on libmaven3-core-java instead of libmaven2-core-java
* Build with the DH sequencer instead of CDBS
* Standards-Version updated to 4.0.0
* Switch to debhelper level 10
diff --git a/debian/control b/debian/control
index 0da4df7..e8bf4c9 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends-Indep:
libmaven-compiler-plugin-java (>= 2.0.2),
libmaven-install-plugin-java,
libmaven-javadoc-plugin-java,
- libmaven2-core-java,
+ libmaven3-core-java,
libplexus-utils-java,
libmaven-plugin-tools-java
Standards-Version: 4.0.0
diff --git a/debian/maven.rules b/debian/maven.rules
index 7a18cf5..d9dc05d 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -18,3 +18,5 @@
junit junit jar s/4\..*/4.x/ * *
s/ant/org.apache.ant/ * * s/.*/debian/ * *
+org.apache.maven maven-artifact * s/.*/3.x/ * *
+org.apache.maven maven-plugin-api * s/.*/3.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/localizer.git
More information about the pkg-java-commits
mailing list