File: rules

package info (click to toggle)
lombok 1.18.24-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,180 kB
  • sloc: java: 88,038; xml: 3,121; sh: 119; 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