File: rules

package info (click to toggle)
spread-phy 1.0.7%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 99,904 kB
  • sloc: java: 19,427; xml: 200; sh: 58; makefile: 6
file content (18 lines) | stat: -rwxr-xr-x 513 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-
# debian/rules file for spread
# Andreas Tille <tille@debian.org>
# GPL

#export DH_VERBOSE=1

DEBJAR    := /usr/share/java
CLASSPATH := $(DEBJAR)/jebl.jar:$(DEBJAR)/colt.jar:$(DEBJAR)/ColorPicker.jar:$(DEBJAR)/processing-core.jar:$(DEBJAR)/fest-assert-core.jar

%:
	dh $@ --with javahelper

override_dh_auto_build:
	# no idea why setting CLASSPATH explicitely this way, however patching
	# build.xml and .classpath seems not to be sufficient
	CLASSPATH=$(CLASSPATH) ant jar