File: rules

package info (click to toggle)
jaxrs-api 2.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,380 kB
  • ctags: 1,412
  • sloc: java: 4,373; xml: 477; sh: 19; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 429 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

override_dh_auto_build:
	dh_auto_build -- -f src/jax-rs-api/pom.xml package

override_dh_auto_test:
	dh_auto_test -- -f src/jax-rs-api/pom.xml test

override_dh_auto_install:
	dh_auto_install -- -f src/jax-rs-api/pom.xml

override_dh_auto_clean:
	dh_auto_clean -- -f src/jax-rs-api/pom.xml clean

get-orig-source:
	uscan --download-current-version --force-download --no-symlink