[plexus-resources] 02/04: Depend on libplexus-component-annotations-java instead of libplexus-containers-java

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Aug 30 10:04:25 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-resources.

commit cc6eb3c47bb70392e535fd5c671dd0d78a1eb19c
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Aug 30 11:58:13 2017 +0200

    Depend on libplexus-component-annotations-java instead of libplexus-containers-java
---
 debian/changelog   | 2 ++
 debian/control     | 2 +-
 debian/maven.rules | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8db9146..30665bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 plexus-resources (1.1.0-2) UNRELEASED; urgency=medium
 
   * Team upload.
+  * Depend on libplexus-component-annotations-java instead of
+    libplexus-containers-java
   * Suggest the optional dependencies instead of recommending them
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 30 Aug 2017 11:50:15 +0200
diff --git a/debian/control b/debian/control
index e842da4..3285d0b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 10),
  default-jdk,
  libplexus-component-metadata-java,
- libplexus-containers1.5-java (>= 1.5.5),
+ libplexus-component-annotations-java,
  libplexus-utils-java,
  maven-debian-helper (>= 1.6.1)
 Standards-Version: 4.0.0
diff --git a/debian/maven.rules b/debian/maven.rules
index 7fcdcff..04814fb 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -1,2 +1,3 @@
 
 org.codehaus.plexus plexus-container-default jar s/.*/1.5.5/ * *
+org.codehaus.plexus plexus-component-annotations jar s/.*/1.5.5/ * *

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-resources.git



More information about the pkg-java-commits mailing list