File: rules

package info (click to toggle)
sisu-guice 3.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 5,276 kB
  • ctags: 9,019
  • sloc: java: 51,068; xml: 33,560; sh: 118; jsp: 12; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 552 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/maven.mk

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

# Variables for the Built-Using field in the control file
ASM_VERSION   := $(shell dpkg-query -f '$${source:Version}' --show libasm4-java)
CGLIB_VERSION := $(shell dpkg-query -f '$${source:Version}' --show libcglib3-java)
DEB_DH_GENCONTROL_ARGS_ALL := -- -Vasm:Version=${ASM_VERSION} -Vcglib:Version=${CGLIB_VERSION}

get-orig-source:
	uscan --download-current-version --force-download --rename --verbose