File: rules

package info (click to toggle)
codenarc 0.23-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 11,316 kB
  • sloc: java: 2,530; xml: 1,088; makefile: 13
file content (17 lines) | stat: -rwxr-xr-x 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
export JAVA_HOME=/usr/lib/jvm/default-java
%:
	dh $@ --with javahelper

override_jh_build:
	ant -f debian/build.xml

override_jh_clean:
	jh_clean
	ant -f debian/build.xml clean
	mh_clean

override_dh_install:
	dh_install
	mh_installpoms -plibcodenarc-groovy-java
	mh_installjar -plibcodenarc-groovy-java -l pom.xml target/CodeNarc.jar