File: rules

package info (click to toggle)
jsonb-api 1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 592 kB
  • sloc: java: 1,630; xml: 1,219; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download | duplicates (2)
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 -P !jdk9

override_dh_auto_test:
	dh_auto_test -- -f api/pom.xml test -P !jdk9

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

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