Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (4)
Use salsa.debian.org Vcs-* URLs
· 6f83df62
Emmanuel Bourg
authored
May 07, 2018
6f83df62
Standards-Version updated to 4.1.4
· 0cee4dc3
Emmanuel Bourg
authored
May 07, 2018
0cee4dc3
Fixed the build failure with Java 10 (Closes: #898106)
· cfa65625
Emmanuel Bourg
authored
May 07, 2018
cfa65625
Upload to unstable
· 34a91a2e
Emmanuel Bourg
authored
May 07, 2018
34a91a2e
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
34a91a2e
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
...
...
debian/control
View file @
34a91a2e
...
...
@@ -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
...
...
debian/patches/10-ignore-compilation-warnings.patch
0 → 100644
View file @
34a91a2e
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>
debian/patches/series
View file @
34a91a2e
...
...
@@ -5,3 +5,4 @@
07-javadoc-dependencies.patch
08-remove-module-info.patch
09-mailapi-version.patch
10-ignore-compilation-warnings.patch
debian/rules
View file @
34a91a2e
...
...
@@ -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