File: rules

package info (click to toggle)
ehcache 2.6.11-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 9,140 kB
  • ctags: 14,506
  • sloc: java: 84,615; xml: 13,172; perl: 33; makefile: 15; sh: 13
file content (22 lines) | stat: -rwxr-xr-x 658 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f
# debian/rules file for ehcache (uses cdbs)

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

JAVA_HOME := /usr/lib/jvm/default-java/
DEB_ANT_BUILDFILE := debian/build.xml
DEB_ANT_BUILD_TARGET := jar
DEB_JARS := commons-logging servlet-api-3.1	\
		slf4j-api geronimo-jta-1.0.1b-spec btm \
		hibernate3 commons-collections3 jgroups-all

install/libehcache-java::
	mh_installpom -plibehcache-java pom.xml --no-parent
	mh_installjar -plibehcache-java -l pom.xml target/ehcache.jar /usr/share/java/ehcache.jar

clean::
	mh_clean

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