[eclipse-aether] 03/06: Added a patch to use the version of sisu-maven-plugin available in Debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Jul 10 11:48:19 UTC 2015


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 c604eb68e084ee1a3a059ebc01bfb97d0e0ba9b8
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jul 8 12:54:17 2015 +0200

    Added a patch to use the version of sisu-maven-plugin available in Debian
---
 debian/changelog                          |  1 +
 debian/maven.rules                        |  2 +-
 debian/patches/01-sisu-maven-plugin.patch | 14 ++++++++++++++
 debian/patches/series                     |  1 +
 4 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4aa0fb9..a433a95 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ eclipse-aether (1.0.2-1) UNRELEASED; urgency=medium
   * New upstream release
     - Replaced the aether-connector-* modules with the new aether-transport-*
       modules
+    - Added a patch to use the version of sisu-maven-plugin available in Debian
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 08 Jul 2015 12:04:45 +0200
 
diff --git a/debian/maven.rules b/debian/maven.rules
index a589f0b..177f14d 100644
--- a/debian/maven.rules
+++ b/debian/maven.rules
@@ -22,5 +22,5 @@ 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/ * *
-
+s/org.eclipse.sisu/org.sonatype.plugins/ sisu-maven-plugin * * * *
 junit junit * s/4\..*/4.x/
diff --git a/debian/patches/01-sisu-maven-plugin.patch b/debian/patches/01-sisu-maven-plugin.patch
new file mode 100644
index 0000000..8730b5b
--- /dev/null
+++ b/debian/patches/01-sisu-maven-plugin.patch
@@ -0,0 +1,14 @@
+Description: Use the version of sisu-maven-plugin available in Debian
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/pom.xml
++++ b/pom.xml
+@@ -490,7 +490,7 @@
+         <plugin>
+           <groupId>org.eclipse.sisu</groupId>
+           <artifactId>sisu-maven-plugin</artifactId>
+-          <version>0.0.0.M2</version>
++          <version>1.1</version>
+           <executions>
+             <execution>
+               <id>generate-index</id>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..b163f6a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-sisu-maven-plugin.patch

-- 
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