File: rules

package info (click to toggle)
ddogleg 0.17%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,688 kB
  • sloc: java: 27,791; makefile: 162; python: 52
file content (9 lines) | stat: -rwxr-xr-x 155 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	dh_auto_build -- test
endif