File: rules

package info (click to toggle)
sdo-api-java 1.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 320 kB
  • sloc: java: 767; xml: 221; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export JAVA_HOME=/usr/lib/jvm/default-java
export JH_JAR_EXTRA=xml

%:
	dh $@ --with javahelper

override_jh_build:
	cp -a src/main/resources/xml .
	jh_build sdo-api.jar src/main/java

override_dh_clean:
	dh_clean
	rm -rf xml