File: rules

package info (click to toggle)
lombok-patcher 0.36-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 328 kB
  • sloc: java: 2,198; xml: 211; sh: 38; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 211 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

export JAVA_HOME=/usr/lib/jvm/default-java

%:
	dh $@ --with javahelper

override_dh_auto_clean:
	dh_auto_clean
	ant distclean

override_dh_auto_build:
	mkdir -p build/packInjector
	ant dist