[jarjar-maven-plugin] 04/06: Depend on libmaven3-core-java instead of libmaven2-core-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Aug 2 13:46:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jarjar-maven-plugin.
commit 05212743756ce0e33c418252e738337cae6bcc8b
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Aug 2 15:44:17 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 fd85070..05ac0d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
jarjar-maven-plugin (1.9-6) UNRELEASED; urgency=medium
* Team upload.
+ * Depend on libmaven3-core-java instead of libmaven2-core-java
* Enabled the unit tests
* Standards-Version updated to 4.0.0
* Switch to debhelper level 10
diff --git a/debian/control b/debian/control
index d844d5b..c451651 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends-Indep: junit4,
libasm-java (>= 5.0),
libmaven-common-artifact-filters-java,
libmaven-plugin-tools-java,
- libmaven2-core-java,
+ libmaven3-core-java,
libplexus-archiver-java,
libplexus-utils-java
Standards-Version: 4.0.0
diff --git a/debian/maven.rules b/debian/maven.rules
index d9a2f13..c16876b 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,3 +1,4 @@
junit junit jar s/4\..*/4.x/ * *
org.apache.maven.shared maven-common-artifact-filters jar s/.*/debian/ * *
s/ant/org.apache.ant/ * * s/.*/debian/ * *
+org.apache.maven maven-* * s/.*/3.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jarjar-maven-plugin.git
More information about the pkg-java-commits
mailing list