File: rules

package info (click to toggle)
dictzip-java 0.8.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,764 kB
  • sloc: java: 2,231; sh: 120; xml: 90; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 191 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=gradle --with maven-repo-helper

override_dh_auto_build:
	dh_auto_build -- -p dictzip-lib assemble -x :dictzip-lib:javadoc

override_dh_auto_test: