| 1 |
#!/usr/bin/make -f
|
| 2 |
# debian/rules for libcommons-jxpath-java (uses CDBS)
|
| 3 |
|
| 4 |
# Uncomment this to turn on verbose mode.
|
| 5 |
#export DH_VERBOSE=1
|
| 6 |
|
| 7 |
# This is the debhelper compatibility version to use.
|
| 8 |
#export DH_COMPAT=4
|
| 9 |
|
| 10 |
include /usr/share/cdbs/1/rules/debhelper.mk
|
| 11 |
include /usr/share/cdbs/1/class/ant.mk
|
| 12 |
|
| 13 |
JAVA_HOME_DIRS := /usr/lib/kaffe
|
| 14 |
ANT_HOME := /usr/share/ant
|
| 15 |
DEB_JARS := junit jdom0 javacc servlet-2.3 commons-beanutils common-collections commons-logging $(ANT_HOME)/lib/ant-launcher.jar
|
| 16 |
DEB_ANT_COMPILER := jikes
|
| 17 |
DEB_ANT_BUILD_TARGET := jar
|
| 18 |
|
| 19 |
LIBRARY=commons-jxpath
|
| 20 |
VERSION=1.2
|