File: rules

package info (click to toggle)
libcommons-dbcp-java 1.2.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,456 kB
  • ctags: 1,856
  • sloc: java: 9,299; xml: 1,210; makefile: 13
file content (26 lines) | stat: -rwxr-xr-x 724 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
23
24
25
26
#!/usr/bin/make -f
# debian/rules for libcommons-dbcp-java

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

# This is the debhelper compatibility version to use.
#export DH_COMPAT=4

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

JAVA_HOME_DIRS       := /usr/lib/kaffe
ANT_HOME             := /usr/share/ant1.6
DEB_JARS             := commons-collections commons-pool junit /usr/share/ant1.6/lib/ant-launcher.jar
DEB_ANT_COMPILER     := jikes
DEB_ANT_BUILD_TARGET := build

LIBRARY=commons-dbcp
VERSION=1.2.1

install/lib${LIBRARY}-java::
	install -m 644 dist/${LIBRARY}.jar debian/libcommons-dbcp-java/usr/share/java/${LIBRARY}-${VERSION}.jar

clean::
	-rm -fr doc/api