[med-svn] [artemis] 01/03: Add the source directory to the CLASSPATH

Afif Elghraoui afif-guest at moszumanska.debian.org
Wed Oct 21 10:05:49 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 960fbff8b6804b2bdaafad92a2126da166a1d555
Author: Afif Elghraoui <afif at ghraoui.name>
Date:   Wed Oct 21 02:15:38 2015 -0700

    Add the source directory to the CLASSPATH
    
    This was part of the original classpath as defined by the upstream
    build system, but as I overrode the classpath, I missed adding
    the current directory. It resulted in the build system not being
    able to find classes created by other parts of the source.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index 7d8a100..eaf3625 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,7 @@ space=
 space+=
 
 CLASSPATH := $(foreach jar, $(CUPBOARD), /usr/share/java/$(jar).jar)
+CLASSPATH += $(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