[stapler] 05/06: Remove the prerequisite on Maven 3

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Oct 8 19:34:32 BST 2014


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

ebourg-guest pushed a commit to branch master
in repository stapler.

commit fd5eac6da3f17b5ecf435d2a83dae26575c255c8
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Oct 8 19:33:16 2014 +0200

    Remove the prerequisite on Maven 3
---
 debian/changelog                               |  1 +
 debian/patches/0009-remove-maven3-prereq.patch | 14 ++++++++++++++
 debian/patches/series                          |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3b60a4c..c61e143 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ stapler (1.231-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release
     - Refreshed the patches
+    - Added a patch to remove the prerequisite on Maven 3
   * Standards-Version updated to 3.9.6 (no changes)
   * Updated the Homepage field
 
diff --git a/debian/patches/0009-remove-maven3-prereq.patch b/debian/patches/0009-remove-maven3-prereq.patch
new file mode 100644
index 0000000..5c0a625
--- /dev/null
+++ b/debian/patches/0009-remove-maven3-prereq.patch
@@ -0,0 +1,14 @@
+Description: Remove the prerequisite on Maven 3
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/pom.xml
++++ b/pom.xml
+@@ -41,7 +41,7 @@
+   </scm>
+ 
+   <prerequisites>
+-    <maven>3.0.4</maven>
++    <maven>2.2.1</maven>
+   </prerequisites>
+ 
+   <distributionManagement>
diff --git a/debian/patches/series b/debian/patches/series
index 8422d68..928da8c 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 0005-revert-kohsuke-asm5.patch
 0006-servlet25-compat.patch
 0008-Drop-use-of-custom-doklet.patch
+0009-remove-maven3-prereq.patch

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



More information about the pkg-java-commits mailing list