1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
#!/usr/bin/make -f
include /usr/share/cdbs/1/class/ant.mk
include /usr/share/cdbs/1/rules/debhelper.mk
JAVA_HOME := /usr/lib/jvm/default-java
DEB_ANT_BUILD_TARGET := jar
DEB_ANT_BUILDFILE := debian/build.xml
DEB_JARS := commons-logging jgroups servlet-api-3.0 jsp-api-2.2 \
glassfish-javaee hibernate-core
install/liboscache-java::
mh_installpom -pliboscache-java pom.xml
mh_installjar -pliboscache-java pom.xml -l oscache.jar
clean::
mh_clean
get-orig-source:
uscan --force-download
|