File: rules

package info (click to toggle)
libproxool-java 0.9.1-10
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,004 kB
  • sloc: java: 13,937; xml: 835; sh: 10; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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:
	dh_auto_build -- -f debian/build.xml -Dbuild.sysclasspath=last test

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