[jarjar-maven-plugin] 02/04: Marked the ant dependency in the pom as provided (Closes: #769804)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jun 10 08:48:16 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository jarjar-maven-plugin.

commit 3587e41da4557f1d39c00bfb7c850312fce7bdc9
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jun 10 10:16:32 2015 +0200

    Marked the ant dependency in the pom as provided (Closes: #769804)
---
 debian/changelog                                |  1 +
 debian/patches/01-provided-ant-dependency.patch | 14 ++++++++++++++
 debian/patches/series                           |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d5a1add..1195bb9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 jarjar-maven-plugin (1.9-4) UNRELEASED; urgency=medium
 
   * Fixed a build failure by changing the Maven rule for asm
+  * Marked the ant dependency in the pom as provided (Closes: #769804)
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 10 Jun 2015 09:30:11 +0200
 
diff --git a/debian/patches/01-provided-ant-dependency.patch b/debian/patches/01-provided-ant-dependency.patch
new file mode 100644
index 0000000..febad00
--- /dev/null
+++ b/debian/patches/01-provided-ant-dependency.patch
@@ -0,0 +1,14 @@
+Description: Mark the ant dependency as provided
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+Bug-Debian: https://bugs.debian.org/769804
+--- a/pom.xml
++++ b/pom.xml
+@@ -70,6 +70,7 @@
+       <artifactId>ant</artifactId>
+       <version>1.8.4</version>
+       <optional>true</optional>
++      <scope>provided</scope>
+     </dependency>
+     <dependency>
+       <groupId>org.apache.maven</groupId>
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..4c34df4
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-provided-ant-dependency.patch

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



More information about the pkg-java-commits mailing list