[maven-source-plugin] 01/03: Replace dependencies on libplexus-utils-java
Miguel Landaeta
nomadium at moszumanska.debian.org
Thu Aug 24 16:53:48 UTC 2017
This is an automated email from the git hooks/post-receive script.
nomadium pushed a commit to branch master
in repository maven-source-plugin.
commit d5cc3124a5c889759930051730b7f306e5e27e05
Author: Miguel Landaeta <nomadium at debian.org>
Date: Thu Aug 24 17:53:43 2017 +0100
Replace dependencies on libplexus-utils-java
---
debian/changelog | 7 +++++++
debian/control | 2 +-
debian/maven.rules | 2 ++
3 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index b536235..d28b06f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-source-plugin (3.0.1-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Replace dependencies on libplexus-utils-java with libplexus-utils2-java.
+
+ -- Miguel Landaeta <nomadium at debian.org> Thu, 24 Aug 2017 17:53:01 +0100
+
maven-source-plugin (3.0.1-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index 7957ff2..dc38c6a 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Build-Depends:
libmaven-plugin-tools-java (>= 3.2),
libmaven3-core-java,
libplexus-archiver-java,
- libplexus-utils-java,
+ libplexus-utils2-java,
maven-debian-helper (>= 2.2)
Standards-Version: 4.0.0
Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-source-plugin.git
diff --git a/debian/maven.rules b/debian/maven.rules
index 7e53d01..07c2847 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -10,3 +10,5 @@ org.apache.maven maven-compat * s/.*/3.x/ * *
org.apache.maven maven-core * s/.*/3.x/ * *
org.apache.maven maven-model * s/.*/3.x/ * *
org.apache.maven maven-plugin-api * s/.*/3.x/ * *
+
+org.codehaus.plexus plexus-utils jar s/.*/2.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-source-plugin.git
More information about the pkg-java-commits
mailing list