[Git][java-team/batik][master] 4 commits: Standards-Version updated to 4.2.1
Emmanuel Bourg
gitlab at salsa.debian.org
Wed Dec 19 23:31:40 GMT 2018
Emmanuel Bourg pushed to branch master at Debian Java Maintainers / batik
Commits:
2b20c98b by Emmanuel Bourg at 2018-12-19T23:08:56Z
Standards-Version updated to 4.2.1
- - - - -
18c39c6a by Emmanuel Bourg at 2018-12-19T23:09:49Z
Use salsa.debian.org Vcs-* URLs
- - - - -
117eff76 by Emmanuel Bourg at 2018-12-19T23:28:16Z
Fixed the build failure with Java 11 (Closes: #913050)
- - - - -
12c8e231 by Emmanuel Bourg at 2018-12-19T23:28:35Z
Upload to unstable
- - - - -
5 changed files:
- debian/changelog
- debian/control
- + debian/patches/09_java11_compatibility.patch
- debian/patches/series
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,10 +1,13 @@
-batik (1.10-2) UNRELEASED; urgency=medium
+batik (1.10-2) unstable; urgency=medium
* Team upload.
+ * Fixed the build failure with Java 11 (Closes: #913050)
* Tightened the version of maven-debian-helper required to build batik
(Closes: #902532)
+ * Standards-Version updated to 4.2.1
+ * Use salsa.debian.org Vcs-* URLs
- -- Emmanuel Bourg <ebourg at apache.org> Wed, 05 Sep 2018 13:55:36 +0200
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 20 Dec 2018 00:28:22 +0100
batik (1.10-1) unstable; urgency=medium
=====================================
debian/control
=====================================
@@ -17,9 +17,9 @@ Build-Depends:
libxmlgraphics-commons-java (>= 2.0.1),
maven-debian-helper (>= 2.2.3),
rhino
-Standards-Version: 4.1.4
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/batik.git
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/batik.git
+Standards-Version: 4.2.1
+Vcs-Git: https://salsa.debian.org/java-team/batik.git
+Vcs-Browser: https://salsa.debian.org/java-team/batik
Homepage: https://xmlgraphics.apache.org/batik/
Package: libbatik-java
=====================================
debian/patches/09_java11_compatibility.patch
=====================================
@@ -0,0 +1,14 @@
+Description: Fixes the compatibility with Java 11
+Author: Emmanuel Bourg <ebourg at apache.org>
+Forwarded: no
+--- a/batik-swing/src/main/java/org/apache/batik/swing/gvt/JGVTComponent.java
++++ b/batik-swing/src/main/java/org/apache/batik/swing/gvt/JGVTComponent.java
+@@ -1272,7 +1272,7 @@
+ securityManager = System.getSecurityManager();
+ if (securityManager != null) {
+ try {
+- securityManager.checkSystemClipboardAccess();
++ securityManager.checkPermission(new java.awt.AWTPermission("accessClipboard"));
+ } catch (SecurityException e) {
+ return; // Can't access clipboard.
+ }
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
06_fix_paths_in_policy_files.patch
no-Jython-support.patch
+09_java11_compatibility.patch
=====================================
debian/rules
=====================================
@@ -4,6 +4,3 @@ export JAVA_HOME = /usr/lib/jvm/default-java
%:
dh $@ --buildsystem=maven
-
-get-orig-source:
- uscan --force-download --rename
View it on GitLab: https://salsa.debian.org/java-team/batik/compare/e5ba062dcffa0208f1f96d35b004d8baa19ce28a...12c8e231c015b649496bb1b1f111f73fee66d113
--
View it on GitLab: https://salsa.debian.org/java-team/batik/compare/e5ba062dcffa0208f1f96d35b004d8baa19ce28a...12c8e231c015b649496bb1b1f111f73fee66d113
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/20181219/0e10e249/attachment.html>
More information about the pkg-java-commits
mailing list