File: rules

package info (click to toggle)
jel 2.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,328 kB
  • sloc: javascript: 15,979; java: 6,767; xml: 1,729; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 147 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with javahelper

override_dh_auto_build:
	(cd source && ant dist)

override_dh_auto_test:
	(cd source && ant test)