File: rules

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

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

override_dh_auto_build:
	cd mop && ant -Dcompile.debug=true -Dcompile.optimize=true -propertyfile $(CURDIR)/debian/ant.properties jar test doc

override_dh_missing:
	dh_missing --list-missing