File: rules

package info (click to toggle)
libproxool-java 0.9.1-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,996 kB
  • sloc: java: 13,937; xml: 835; makefile: 11; sh: 10
file content (17 lines) | stat: -rwxr-xr-x 545 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

export CLASSPATH=/usr/share/java/commons-logging.jar:/usr/share/java/cglib.jar:/usr/share/java/servlet-api-3.1.jar:/usr/share/java/junit.jar:/usr/share/java/hsqldb1.8.0.jar

%:
	dh $@ --with maven-repo-helper

override_dh_auto_build:
	dh_auto_build -- -f debian/build.xml -Dbuild.sysclasspath=last jar javadoc

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	dh_auto_build -- -f debian/build.xml -Dbuild.sysclasspath=last test
endif

override_dh_auto_clean:
	dh_auto_build -- -f debian/build.xml clean