[javamail] 01/03: Fixed a build failure caused by maven-bundle-plugin/2.3.7 (Closes: #761548)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Oct 3 12:57:37 UTC 2014


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

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

commit 117cb59855536a12fb6b88abe53180cac41a6235
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Oct 3 14:38:01 2014 +0200

    Fixed a build failure caused by maven-bundle-plugin/2.3.7 (Closes: #761548)
---
 debian/changelog        | 6 ++++++
 debian/control          | 2 +-
 debian/maven.properties | 1 +
 3 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2fbae7f..0c4814d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+javamail (1.5.2-2) unstable; urgency=medium
+
+  * Fixed a build failure caused by maven-bundle-plugin/2.3.7 (Closes: #761548)
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Fri, 03 Oct 2014 14:37:04 +0200
+
 javamail (1.5.2-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/debian/control b/debian/control
index dddf163..ea3f610 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.6.
 Build-Depends-Indep: default-jdk-doc,
                      junit4,
                      libbuild-helper-maven-plugin-java,
-                     libmaven-bundle-plugin-java,
+                     libmaven-bundle-plugin-java (>= 2.3.7-2~),
                      libmaven-dependency-plugin-java,
                      libmaven-install-plugin-java,
                      libmaven-javadoc-plugin-java,
diff --git a/debian/maven.properties b/debian/maven.properties
index 7c29bd7..78e2eb5 100644
--- a/debian/maven.properties
+++ b/debian/maven.properties
@@ -2,3 +2,4 @@
 # For example:
 # maven.test.skip=true
 
+debian.maven-bundle-plugin.compatibility=true

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