File: rules

package info (click to toggle)
jaxws-api 2.3.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 776 kB
  • sloc: java: 1,511; xml: 503; sh: 134; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 309 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

override_dh_auto_build:
	dh_auto_build -- -f api/pom.xml package -DskipTests

override_dh_auto_test:
	dh_auto_test -- -f api/pom.xml test

override_dh_auto_install:
	dh_auto_install -- -f api/pom.xml

override_dh_auto_clean:
	dh_auto_clean -- -f api/pom.xml