File: rules

package info (click to toggle)
libspi-java 0.2.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 340 kB
  • sloc: java: 2,169; xml: 210; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 355 bytes parent folder | download
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 org.mangosdk.spi/pom.xml package

override_dh_auto_test:
	dh_auto_test -- -f org.mangosdk.spi/pom.xml test

override_dh_auto_install:
	dh_auto_install -- -f org.mangosdk.spi/pom.xml

override_dh_auto_clean:
	dh_auto_clean -- -f org.mangosdk.spi/pom.xml clean