[Git][java-team/insubstantial][master] 4 commits: Fix NullPointerException in getDefaultBackgroundColor.
Markus Koschany
gitlab at salsa.debian.org
Mon Aug 26 13:01:13 BST 2019
Markus Koschany pushed to branch master at Debian Java Maintainers / insubstantial
Commits:
bcc9d024 by Markus Koschany at 2019-08-26T11:45:55Z
Fix NullPointerException in getDefaultBackgroundColor.
Closes: 935777
- - - - -
b4d29e5b by Markus Koschany at 2019-08-26T11:48:43Z
Switch to debhelper-compat = 12.
- - - - -
ea1f4d69 by Markus Koschany at 2019-08-26T11:48:56Z
Declare compliance with Debian Policy 4.4.0.
- - - - -
c2dc1286 by Markus Koschany at 2019-08-26T11:50:39Z
Update changelog
- - - - -
5 changed files:
- debian/changelog
- − debian/compat
- debian/control
- + debian/patches/fix-56.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,17 @@
+insubstantial (7.3+dfsg3-5) unstable; urgency=medium
+
+ [ Andrius Merkys ]
+ * Team upload.
+ * Fixed typos in package descriptions.
+
+ [ Markus Koschany ]
+ * Apply patch by Andrius Merkys and fix NullPointerException in
+ getDefaultBackgroundColor. (Closes: 935777)
+ * Switch to debhelper-compat = 12.
+ * Declare compliance with Debian Policy 4.4.0.
+
+ -- Markus Koschany <apo at debian.org> Mon, 26 Aug 2019 13:49:59 +0200
+
insubstantial (7.3+dfsg3-4) unstable; urgency=medium
* Team upload.
=====================================
debian/compat deleted
=====================================
@@ -1 +0,0 @@
-11
=====================================
debian/control
=====================================
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Felix Natter <fnatter at gmx.net>
Build-Depends:
- debhelper (>= 11),
+ debhelper-compat (= 12),
default-jdk,
default-jdk-doc,
gradle,
@@ -14,7 +14,7 @@ Build-Depends:
libswingx-java,
libswt-gtk-4-java,
maven-repo-helper
-Standards-Version: 4.2.1
+Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/insubstantial.git
Vcs-Browser: https://salsa.debian.org/java-team/insubstantial
Homepage: https://github.com/Insubstantial/insubstantial
=====================================
debian/patches/fix-56.patch
=====================================
@@ -0,0 +1,23 @@
+Description: Work-around for [#56](https://github.com/Insubstantial/insubstantial/issues/56)
+ as suggested in [#56#issuecomment-333986024](https://github.com/Insubstantial/insubstantial/issues/56#issuecomment-333986024).
+Author: Andrius Merkys <merkys at debian.org>
+Bug-Upstream: https://github.com/Insubstantial/insubstantial/issues/56
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=935777
+--- a/substance/src/main/java/org/pushingpixels/substance/api/SubstanceLookAndFeel.java
++++ b/substance/src/main/java/org/pushingpixels/substance/api/SubstanceLookAndFeel.java
+@@ -2201,6 +2201,7 @@
+ }
+
+ // file chooser strings go to the main UIManager table
++/*
+ for (ResourceBundle bundle : new ResourceBundle[] {
+ ResourceBundle.getBundle("com.sun.swing.internal.plaf.metal.resources.metal"),
+ SubstanceLookAndFeel.getLabelBundle()
+@@ -2214,6 +2215,7 @@
+ }
+ }
+ }
++*/
+
+ if (isSubstance)
+ LazyResettableHashMap.reset();
=====================================
debian/patches/series
=====================================
@@ -3,3 +3,4 @@ version.patch
javadoc_encoding.patch
asm5.patch
java9-compatibility.patch
+fix-56.patch
View it on GitLab: https://salsa.debian.org/java-team/insubstantial/compare/11d8af7f612b39f8a6c6ca78d2b6dbf7a52a7c13...c2dc1286b61e69be64d2e7bba2b2e6467abfc9c7
--
View it on GitLab: https://salsa.debian.org/java-team/insubstantial/compare/11d8af7f612b39f8a6c6ca78d2b6dbf7a52a7c13...c2dc1286b61e69be64d2e7bba2b2e6467abfc9c7
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/20190826/9dd1d8fc/attachment.html>
More information about the pkg-java-commits
mailing list