File: rules

package info (click to toggle)
cava 0.6.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 3,536 kB
  • sloc: java: 33,355; xml: 343; sh: 128; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

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

override_dh_auto_build:
	dh_auto_build
	dh_auto_build -- javadoc || true  # generates but fails with bizarre error