Andreas Tille pushed to branch master at Debian Med / bbmap
Commits:
3d318fbf by Andreas Tille at 2020-06-30T22:28:41+02:00
Attempt to include resources files into JAR - but failed. Please ask Debian
Java team for advise
- - - - -
1 changed file:
- debian/rules
Changes:
=====================================
debian/rules
=====================================
@@ -8,6 +8,7 @@ PKGSHAREDIR := debian/$(DEB_SOURCE)/usr/share/$(DEB_SOURCE)
export JAVA_HOME := /usr/lib/jvm/default-java
DEBJAR := /usr/share/java
export CLASSPATH := $(DEBJAR)/mpi.jar
+export JH_JAR_EXTRA := resources/*
%:
dh $@ --with javahelper
@@ -22,7 +23,7 @@ override_dh_clean:
override_dh_auto_build:
cd jni && make -f makefile.linux
- jh_build $(DEB_SOURCE).jar current
+ JH_JAR_EXTRA=`$(CURDIR)/resources/*` jh_build $(DEB_SOURCE).jar current
override_dh_install:
dh_install
View it on GitLab:
https://salsa.debian.org/med-team/bbmap/-/commit/3d318fbf7b22cc793c1bb768e2ac66ec41972226
--
View it on GitLab:
https://salsa.debian.org/med-team/bbmap/-/commit/3d318fbf7b22cc793c1bb768e2ac66ec41972226
You're receiving this email because of your account on salsa.debian.org.
_______________________________________________
debian-med-commit mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit