Skip to content
Snippets Groups Projects
Commit 787624c0 authored by Emmanuel Bourg's avatar Emmanuel Bourg
Browse files

Fixed the build failure with Java 11 (Closes: #912538)

parent bc24f51a
No related branches found
No related tags found
No related merge requests found
libjaba-client-java (0+dfsg-2) UNRELEASED; urgency=medium
* Team upload.
* Fixed the build failure with Java 11 (Closes: #912538)
* Standards-Version updated to 4.4.0
* Switch to debhelper level 11
* Migrate the package to Git
......
......@@ -6,6 +6,9 @@ Build-Depends:
debhelper (>= 11),
default-jdk,
javahelper,
libjaxb-java,
libjaxws-api-java,
libjws-api-java,
liblog4j1.2-java
Standards-Version: 4.4.0
Vcs-Git: https://salsa.debian.org/java-team/libjaba-client-java.git
......
#!/usr/bin/make -f
export JAVA_HOME=/usr/lib/jvm/default-java
export CLASSPATH=/usr/share/java/log4j-1.2.jar
export CLASSPATH=/usr/share/java/log4j-1.2.jar:/usr/share/java/jaxb-core.jar:/usr/share/java/jaxws-api.jar:/usr/share/java/jws-api.jar
%:
dh $@ --with javahelper
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment