This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch eclipse-aether
in repository eclipse-aether.

commit d34235e00300e531417e7c6bb3065c4771bae4cf
Author: Damien Raude-Morvan <draz...@debian.org>
Date:   Sun Jan 22 14:59:30 2012 +0100

    d/control: Force B-D on fixed plexus-containers1.5.
    
    * d/control: Force B-D on fixed plexus-containers1.5.
    * d/maven.rules: Fix FTBFS after a rebuild of plexus-containers by
      targeting explicit version. Thanks to Mathieu Trudel-Lapierre
      for reporting (Closes: #656136).
---
 debian/changelog   | 9 +++++++++
 debian/control     | 2 +-
 debian/maven.rules | 4 ++--
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index aab6a31..225a393 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+aether (1.13.1-2) unstable; urgency=low
+
+  * d/control: Force B-D on fixed plexus-containers1.5.
+  * d/maven.rules: Fix FTBFS after a rebuild of plexus-containers by
+    targeting explicit version. Thanks to Mathieu Trudel-Lapierre
+    for reporting (Closes: #656136).
+
+ -- Damien Raude-Morvan <draz...@debian.org>  Sun, 22 Jan 2012 14:58:58 +0100
+
 aether (1.13.1-1) unstable; urgency=low
 
   * Initial release (Closes: #624536).
diff --git a/debian/control b/debian/control
index 1f52b8b..207d0d8 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends-Indep: default-jdk-doc,
                      libmaven-javadoc-plugin-java,
                      libplexus-classworlds2-java,
                      libplexus-classworlds2-java-doc,
-                     libplexus-containers1.5-java,
+                     libplexus-containers1.5-java (>= 1.5.5-2),
                      libplexus-containers1.5-java-doc,
                      libplexus-utils2-java,
                      libplexus-utils2-java-doc,
diff --git a/debian/maven.rules b/debian/maven.rules
index 6d9466d..f9bbde5 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -17,8 +17,8 @@
 #   junit junit jar s/3\\..*/3.x/
 
 org.codehaus.plexus plexus-classworlds jar s/2\..*/2.x/ * *
-org.codehaus.plexus plexus-component-annotations jar s/.*/1.5.x/ * *
-org.codehaus.plexus plexus-component-metadata maven-plugin s/.*/1.5.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/ * *
 
 junit junit jar s/.*/4.x/

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

_______________________________________________
pkg-java-commits mailing list
pkg-java-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to