[Git][java-team/jimfs][master] Fix Build issue (thanks for the hint to Thorsten Glaser)
Andreas Tille
gitlab at salsa.debian.org
Fri Aug 7 12:37:40 BST 2020
Andreas Tille pushed to branch master at Debian Java Maintainers / jimfs
Commits:
2d67acb2 by Andreas Tille at 2020-08-07T13:37:17+02:00
Fix Build issue (thanks for the hint to Thorsten Glaser)
- - - - -
3 changed files:
- debian/changelog
- + debian/patches/fix-963396.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -11,6 +11,8 @@ jimfs (1.1-6) UNRELEASED; urgency=medium
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
* Drop redundant debian/gbp.conf
+ * Fix build issue
+ Closes: 963396
-- Andreas Tille <tille at debian.org> Thu, 06 Aug 2020 10:20:18 +0200
=====================================
debian/patches/fix-963396.patch
=====================================
@@ -0,0 +1,17 @@
+Origin: https://lists.debian.org/debian-java/2020/08/msg00006.html
+Author: Thorsten Glaser <t.glaser at tarent.de>
+Date: Thu, 6 Aug 2020 16:04:22 +0200 (CEST)
+Bug-Debian: https://bugs.debian.org/963396
+Description: Fix build issue
+
+--- a/jimfs/src/main/java/com/google/common/jimfs/PathService.java
++++ b/jimfs/src/main/java/com/google/common/jimfs/PathService.java
+@@ -289,7 +289,7 @@ final class PathService implements Compa
+ private static final Predicate<Object> NOT_EMPTY =
+ new Predicate<Object>() {
+ @Override
+- public boolean apply(Object input) {
++ public boolean test(Object input) {
+ return !input.toString().isEmpty();
+ }
+ };
=====================================
debian/patches/series
=====================================
@@ -1,2 +1,3 @@
remove-com.google.auto.service-dep.patch
disable-tests-due-to-missing-deps.patch
+fix-963396.patch
View it on GitLab: https://salsa.debian.org/java-team/jimfs/-/commit/2d67acb2f577596a121622a94295407e22155eed
--
View it on GitLab: https://salsa.debian.org/java-team/jimfs/-/commit/2d67acb2f577596a121622a94295407e22155eed
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/20200807/40e544ff/attachment.html>
More information about the pkg-java-commits
mailing list