[javamail] 13/14: Patched parent-distrib/pom.xml to fix a dependency resolution issue
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Mar 2 13:29:46 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository javamail.
commit 9ee033093e0ef67020e1cf2d90d60a1f2297fcf9
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Mar 2 14:27:34 2018 +0100
Patched parent-distrib/pom.xml to fix a dependency resolution issue
---
debian/changelog | 1 +
debian/patches/09-mailapi-version.patch | 15 +++++++++++++++
debian/patches/series | 1 +
3 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 1575e83..7084ea2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ javamail (1.6.1-1) UNRELEASED; urgency=medium
- Removed the module-info.java files to work around a bug
with the Maven javadoc plugin
- New dependency on libactivation-java
+ - Patched parent-distrib/pom.xml to fix a dependency resolution issue
* Track and download the new releases from GitHub
* Standards-Version updated to 4.1.3
* Switch to debhelper level 11
diff --git a/debian/patches/09-mailapi-version.patch b/debian/patches/09-mailapi-version.patch
new file mode 100644
index 0000000..953c3da
--- /dev/null
+++ b/debian/patches/09-mailapi-version.patch
@@ -0,0 +1,15 @@
+Description: Adjusts the version of the com.sun.mail:mailapi dependency
+ to help maven-debian-helper identifying as a reactor dependency.
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: not-needed
+--- a/parent-distrib/pom.xml
++++ b/parent-distrib/pom.xml
+@@ -186,7 +186,7 @@
+ <dependency>
+ <groupId>com.sun.mail</groupId>
+ <artifactId>mailapi</artifactId>
+- <version>${mail.version}</version>
++ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+ </project>
diff --git a/debian/patches/series b/debian/patches/series
index bd6f686..20f83ef 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
04-disable-external-network-tests.patch
07-javadoc-dependencies.patch
08-remove-module-info.patch
+09-mailapi-version.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javamail.git
More information about the pkg-java-commits
mailing list