[go: up one dir, main page]

File: rules

package info (click to toggle)
commons-io 1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,752 kB
  • ctags: 2,021
  • sloc: java: 14,608; xml: 2,302; sh: 13; makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 512 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

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

JAVA_HOME := /usr/lib/jvm/java-gcj/
ANT_HOME := /usr/share/ant

# no junit at the moment
DEB_JARS := #junit ant-junit
DEB_ANT_BUILD_TARGET := jar javadoc

install/libcommons-io-java::
	dh_install target/commons-io-$(DEB_UPSTREAM_VERSION).jar usr/share/java/
	dh_link usr/share/java/commons-io-$(DEB_UPSTREAM_VERSION).jar usr/share/java/commons-io.jar

get-orig-source:
	-uscan --upstream-version 0 --rename