Hi! As this FTBFS has a patch rotting since December, let's upload it. Here's the NMU diff, I'm putting it into DELAYED/7. You know the drill, override/dcut/yell if anything.
Thanks Markus for investigating and proposing the fix! Meow! -- ⢀⣴⠾⠻⢶⣦⠀ ⣾⠁⢰⠒⠀⣿⡁ ⢿⡄⠘⠷⠚⠋⠀ Certified airhead; got the CT scan to prove that! ⠈⠳⣄⠀⠀⠀⠀
diff -Nru db5.3-5.3.28/debian/changelog db5.3-5.3.28/debian/changelog --- db5.3-5.3.28/debian/changelog 2017-08-17 14:35:22.000000000 +0200 +++ db5.3-5.3.28/debian/changelog 2018-04-30 13:53:36.000000000 +0200 @@ -1,3 +1,10 @@ +db5.3 (5.3.28-13.2) unstable; urgency=medium + + * Non-maintainer upload. + * Fix FTBFS with Java 9 (Closes: #873976) + + -- Adam Borowski <kilob...@angband.pl> Mon, 30 Apr 2018 13:53:36 +0200 + db5.3 (5.3.28-13.1) unstable; urgency=medium * Non-maintainer upload. diff -Nru db5.3-5.3.28/debian/rules db5.3-5.3.28/debian/rules --- db5.3-5.3.28/debian/rules 2017-08-17 14:35:22.000000000 +0200 +++ db5.3-5.3.28/debian/rules 2018-04-30 13:53:32.000000000 +0200 @@ -80,7 +80,7 @@ endif ifeq (yes,$(ENABLE_JAVA)) -JAVACFLAGS=-source 1.5 -target 1.5 +JAVACFLAGS=-source 1.7 -target 1.7 JAVA_HOME ?= /usr/lib/jvm/default-java CFLAGS += -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux CONFIGURE_SWITCHES += --enable-java