File: rules

package info (click to toggle)
lombok 1.18.34-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,372 kB
  • sloc: java: 97,386; xml: 3,273; sh: 63; ansic: 16; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 358 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

%:
	dh $@ --buildsystem=ivy --with maven_repo_helper

override_dh_auto_build:
	dh_auto_build -- -Divy.default.ivy.user.dir=$(shell pwd)/.ivy -Dbasedir=$(CURDIR) \
	        -Dlombok.version=$(DEB_VERSION_UPSTREAM) \
	        -Djdk6-rt.available=true \
	        -Djdk8-rt.available=true \
	        dist