Commit 9ffa6207 authored by Andreas Tille's avatar Andreas Tille
Browse files

Add libspring-web-java which seems to be needed but it does not reduce the number of errors.

parent ad210d3f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@ Build-Depends: debhelper (>= 11~),
               libcontrolsfx-java,
               libgoogle-gson-java,
               libsis-jhdf5-java,
               libspring-core-java
               libspring-core-java,
               libspring-web-java
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/med-team/megan-ce
Vcs-Git: https://salsa.debian.org/med-team/megan-ce.git
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
export LC_ALL=C.UTF-8

DEBJAR    := /usr/share/java
CLASS_PATH := $(DEBJAR)/jloda.jar:$(DEBJAR)/colt.jar:$(DEBJAR)/commons-math3.jar:$(DEBJAR)/gson.jar:$(DEBJAR)/openjfx/jre/lib/ext/jfxrt.jar:$(DEBJAR)/sis-jhdf5.jar:$(DEBJAR)/spring3-core.jar:$(DEBJAR)/controlsfx.jar
CLASS_PATH := $(DEBJAR)/jloda.jar:$(DEBJAR)/colt.jar:$(DEBJAR)/commons-math3.jar:$(DEBJAR)/gson.jar:$(DEBJAR)/openjfx/jre/lib/ext/jfxrt.jar:$(DEBJAR)/sis-jhdf5.jar:$(DEBJAR)/spring3-core.jar:$(DEBJAR)/spring3-web.jar:$(DEBJAR)/controlsfx.jar

%:
	dh $@ --with javahelper