[eclipse-aether] 01/06: Depend on libplexus-classworlds-java instead of libplexus-classworlds2-java
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Nov 10 14:23:50 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository eclipse-aether.
commit 06d97c4752178e01245bd30805522b9bcd460aed
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Nov 10 15:16:52 2017 +0100
Depend on libplexus-classworlds-java instead of libplexus-classworlds2-java
---
debian/changelog | 1 +
debian/control | 2 +-
debian/maven.rules | 1 -
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 4ed0cd9..aba485e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ eclipse-aether (1.0.2-5) UNRELEASED; urgency=medium
* Team upload.
* Removed the unused dependency on libasync-http-client-java
+ * Depend on libplexus-classworlds-java instead of libplexus-classworlds2-java
-- Emmanuel Bourg <ebourg at apache.org> Mon, 25 Sep 2017 10:30:36 +0200
diff --git a/debian/control b/debian/control
index c9d354f..a648f33 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Damien Raude-Morvan <drazzib at debian.org>
Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.4)
Build-Depends-Indep: junit4,
- libplexus-classworlds2-java,
+ libplexus-classworlds-java (>= 2.5.2),
libbuild-helper-maven-plugin-java,
libguice-java,
libmaven-bundle-plugin-java,
diff --git a/debian/maven.rules b/debian/maven.rules
index 89d85c3..6a564d5 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,7 +17,6 @@
# junit junit jar s/3\\..*/3.x/
org.apache.maven.wagon wagon-provider-api jar s/.*/debian/ * *
-org.codehaus.plexus plexus-classworlds jar s/2\..*/2.x/ * *
org.codehaus.plexus plexus-component-annotations jar s/.*/1.5.5/ * *
org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.5/ * *
org.codehaus.plexus plexus-utils jar s/2\..*/2.x/ * *
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse-aether.git
More information about the pkg-java-commits
mailing list