File: rules

package info (click to toggle)
bintray-client-java 0.8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 560 kB
  • sloc: java: 3,211; sh: 12; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 176 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

export JAVA_HOME := /usr/lib/jvm/default-java

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

override_dh_auto_build:
	dh_auto_build -- assemble javadoc