Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
3
Fix FTBFS with OpenJDK 11. Add TestCrashAPI.patch.
· 1abe906f
Markus Koschany
authored
Nov 18, 2018
Closes: #913565
1abe906f
Declare compliance with Debian Policy 4.2.1.
· 85391c3a
Markus Koschany
authored
Nov 18, 2018
85391c3a
Update changelog
· 1bc0dbb4
Markus Koschany
authored
Nov 18, 2018
1bc0dbb4
Show whitespace changes
Inline
Side-by-side
debian/changelog
View file @
1bc0dbb4
h2database (1.4.197-3) unstable; urgency=medium
* Team upload.
* Fix FTBFS with OpenJDK 11. Add TestCrashAPI.patch. (Closes: #913565)
* Declare compliance with Debian Policy 4.2.1.
-- Markus Koschany <apo@debian.org> Sun, 18 Nov 2018 20:02:45 +0100
h2database (1.4.197-2) unstable; urgency=medium
* Team upload.
...
...
debian/control
View file @
1bc0dbb4
...
...
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 11),
libservlet3.1-java,
libslf4j-java,
maven-repo-helper
Standards-Version: 4.2.
0
Standards-Version: 4.2.
1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/h2database.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/h2database.git
Homepage: http://www.h2database.com
...
...
debian/patches/TestCrashAPI.patch
0 → 100644
View file @
1bc0dbb4
From: Markus Koschany <apo@debian.org>
Date: Sun, 18 Nov 2018 20:01:06 +0100
Subject: TestCrashAPI
Fix FTBFS with OpenJDK 11.
Bug-Debian: https://bugs.debian.org/913565
Forwarded: no
---
src/test/org/h2/test/synth/TestCrashAPI.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/org/h2/test/synth/TestCrashAPI.java b/src/test/org/h2/test/synth/TestCrashAPI.java
index 4bab38e..ff6edb9 100644
--- a/src/test/org/h2/test/synth/TestCrashAPI.java
+++ b/src/test/org/h2/test/synth/TestCrashAPI.java
@@ -106,7 +106,7 @@
public void run() {
for (StackTraceElement e : mainThread.getStackTrace()) {
System.out.println(e.toString());
}
- mainThread.stop(new SQLException("stop"));
+ mainThread.stop();
}
}
}
debian/patches/series
View file @
1bc0dbb4
01-use-jar-files-from-debian.patch
03-osgi-compatibility.patch
04-reproducible-javadoc.patch
TestCrashAPI.patch