[Git][java-team/javamail][master] 4 commits: Use salsa.debian.org Vcs-* URLs

Emmanuel Bourg gitlab at salsa.debian.org
Mon May 7 10:58:45 BST 2018


Emmanuel Bourg pushed to branch master at Debian Java Maintainers / javamail


Commits:
6f83df62 by Emmanuel Bourg at 2018-05-07T11:49:14+02:00
Use salsa.debian.org Vcs-* URLs

- - - - -
0cee4dc3 by Emmanuel Bourg at 2018-05-07T11:49:59+02:00
Standards-Version updated to 4.1.4

- - - - -
cfa65625 by Emmanuel Bourg at 2018-05-07T11:57:58+02:00
Fixed the build failure with Java 10 (Closes: #898106)

- - - - -
34a91a2e by Emmanuel Bourg at 2018-05-07T11:58:27+02:00
Upload to unstable

- - - - -


5 changed files:

- debian/changelog
- debian/control
- + debian/patches/10-ignore-compilation-warnings.patch
- debian/patches/series
- debian/rules


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+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 at 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
=====================================
--- a/debian/control
+++ b/debian/control
@@ -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
=====================================
--- /dev/null
+++ b/debian/patches/10-ignore-compilation-warnings.patch
@@ -0,0 +1,23 @@
+Description: Don't break the build on compilation warnings
+Author: Emmanuel Bourg <ebourg at 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
=====================================
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@
 07-javadoc-dependencies.patch
 08-remove-module-info.patch
 09-mailapi-version.patch
+10-ignore-compilation-warnings.patch


=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -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



View it on GitLab: https://salsa.debian.org/java-team/javamail/compare/d0966320ee347c53a71f9cae2f8e40b6ca158fd3...34a91a2e5721aa782402f631b0bb96155ce10e29

---
View it on GitLab: https://salsa.debian.org/java-team/javamail/compare/d0966320ee347c53a71f9cae2f8e40b6ca158fd3...34a91a2e5721aa782402f631b0bb96155ce10e29
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-java-commits/attachments/20180507/2d12dc91/attachment.html>


More information about the pkg-java-commits mailing list