Skip to content
Commits on Source (4)
javamail (1.6.1-3) unstable; urgency=medium
* Team upload.
* Fixed the build failure with Java 10 (Closes: #898106)
* Use salsa.debian.org Vcs-* URLs
* Standards-Version updated to 4.1.4
-- Emmanuel Bourg <ebourg@apache.org> Mon, 07 May 2018 11:58:22 +0200
javamail (1.6.1-2) unstable; urgency=medium
* Added the Class-Path attribute in the jars
......
......@@ -17,9 +17,9 @@ Build-Depends:
libmaven-javadoc-plugin-java,
libmaven-source-plugin-java (>= 2.1),
maven-debian-helper (>= 1.6.7)
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/javamail.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/javamail.git
Standards-Version: 4.1.4
Vcs-Git: https://salsa.debian.org/java-team/javamail.git
Vcs-Browser: https://salsa.debian.org/java-team/javamail
Homepage: http://javamail.java.net
Package: libmail-java
......
Description: Don't break the build on compilation warnings
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/android/activation/pom.xml
+++ b/android/activation/pom.xml
@@ -127,7 +127,6 @@
<arg>-Xlint:-cast</arg>
<arg>-Xlint:-deprecation</arg>
<arg>-Xlint:-dep-ann</arg>
- <arg>-Werror</arg>
</compilerArgs>
<showWarnings>true</showWarnings>
</configuration>
--- a/mail/pom.xml
+++ b/mail/pom.xml
@@ -178,7 +178,6 @@
<arg>-Xlint</arg>
<arg>-Xlint:-options</arg>
<arg>-Xlint:-path</arg>
- <arg>-Werror</arg>
</compilerArgs>
<showDeprecation>true</showDeprecation>
<showWarnings>true</showWarnings>
......@@ -5,3 +5,4 @@
07-javadoc-dependencies.patch
08-remove-module-info.patch
09-mailapi-version.patch
10-ignore-compilation-warnings.patch
......@@ -10,6 +10,3 @@ override_dh_auto_test:
override_dh_installchangelogs:
dh_installchangelogs doc/release/CHANGES.txt
get-orig-source:
uscan --download-current-version --rename