File: rules

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

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

override_dh_auto_build:
	dh_auto_build -- -f debian/build.xml jar

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

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