File: rules

package info (click to toggle)
jformatstring 0.10~20131207-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 156 kB
  • sloc: java: 908; xml: 75; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 214 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build -- build

override_dh_auto_clean:
	dh_auto_build -- clean
	rm -rf build

override_dh_auto_test:
	dh_auto_build -- test