[go: up one dir, main page]

File: rules

package info (click to toggle)
uncommons-watchmaker 0.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,296 kB
  • sloc: java: 14,170; xml: 2,136; makefile: 8
file content (13 lines) | stat: -rwxr-xr-x 371 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8

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

override_dh_auto_build:
	dh_auto_build -- --settings-file debian/settings.gradle -x :javadocAll \
	                 --project-prop DEB_VERSION_UPSTREAM=$(DEB_VERSION_UPSTREAM)

override_dh_auto_test: