File: rules

package info (click to toggle)
libdsiutils-java 2.7.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,956 kB
  • sloc: java: 33,461; xml: 407; makefile: 51; sh: 50
file content (10 lines) | stat: -rwxr-xr-x 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=ant --with javahelper --with maven-repo-helper

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	# The "junit" target, in build.xml, performs the tests.
	ant junit
endif