File: rules

package info (click to toggle)
libjlha-java 0.0.20050504-11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,560 kB
  • sloc: java: 10,792; xml: 136; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 172 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=ant --with javahelper

override_dh_auto_build:
	ant -f debian/build.xml

override_dh_auto_clean:
	ant -f debian/build.xml clean