File: rules

package info (click to toggle)
scannotation 1.0.2%2Bsvn20110812-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 396 kB
  • ctags: 388
  • sloc: java: 2,798; xml: 205; sh: 22; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 312 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/javahelper.mk
include /usr/share/cdbs/1/class/maven.mk

JAVA_HOME := /usr/lib/jvm/default-java
DEB_MAVEN_DOC_TARGET := javadoc:javadoc javadoc:aggregate

get-orig-source:
	debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)