File: rules

package info (click to toggle)
libjloda-java 0.0%2Bgit20180523.cbaf6d1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,088 kB
  • sloc: java: 39,861; xml: 52; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 227 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

# DH_VERBOSE := 1
export LC_ALL=C.UTF-8

%:
	dh $@ --with javahelper

override_dh_clean:
	dh_clean
	rm -rf antbuild/doc
	rm -rf antbuild/class

override_dh_auto_build:
	ant -buildfile antbuild/build.xml jar