File: rules

package info (click to toggle)
libgpars-groovy-java 1.2.1-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 14,852 kB
  • sloc: java: 29,729; xml: 156; sh: 136; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

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

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

override_dh_auto_build:
	dh_auto_build -- --project-prop finalRelease=true --system-prop file.encoding=UTF-8 -x zipDoc -x zipSrc assemble

override_dh_auto_test:

override_dh_auto_clean:
	dh_auto_clean
	$(RM) -r .java