File: rules

package info (click to toggle)
uncommons-watchmaker 0.7.1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,304 kB
  • sloc: java: 14,170; xml: 2,136; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 427 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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 \
	                 --project-prop DEB_VERSION_UPSTREAM=$(DEB_VERSION_UPSTREAM)

get-orig-source:
	uscan --download-current-version --force-download --repack --compression xz