File: rules

package info (click to toggle)
rsyntaxtextarea 2.5.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 8,004 kB
  • sloc: java: 116,689; xml: 433; sh: 122; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build -- jar

override_dh_auto_test: