[med-svn] [artemis] 03/08: Add jemboss jar files to the CLASSPATH
Afif Elghraoui
afif-guest at moszumanska.debian.org
Thu Oct 22 12:51:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
afif-guest pushed a commit to branch master
in repository artemis.
commit 3ddcbf12939b6a02a599140da96ea0393b81cfd7
Author: Afif Elghraoui <afif at ghraoui.name>
Date: Thu Oct 22 04:19:49 2015 -0700
Add jemboss jar files to the CLASSPATH
I haven't yet tested whether these are necessary,
but since jemAlign.jar does not exist, the
jemboss jar files might replace it.
---
debian/rules | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 56fc364..d483c38 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,7 +29,9 @@ space=
space+=
CLASSPATH := $(foreach jar, $(CUPBOARD), /usr/share/java/$(jar).jar)
-CLASSPATH += $(CURDIR)
+CLASSPATH += /usr/share/EMBOSS/jemboss/lib/jemboss.jar \
+ /usr/share/EMBOSS/jemboss/lib/jakarta-regexp-1.2.jar \
+ $(CURDIR)
export CLASSPATH := $(subst $(space),:,$(strip $(CLASSPATH)))
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/artemis.git
More information about the debian-med-commit
mailing list