[go: up one dir, main page]

File: rules

package info (click to toggle)
libcommons-cli-java 1.0-6
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 436 kB
  • ctags: 422
  • sloc: java: 3,372; xml: 770; makefile: 10
file content (21 lines) | stat: -rwxr-xr-x 615 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
#!/usr/bin/make -f
# debian/rules for libcommons-cli-java (uses CDBS)

# 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
include /usr/share/cdbs/1/rules/simple-patchsys.mk

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

LIBRARY=commons-cli
VERSION=1.0