File: rules

package info (click to toggle)
xz-java 1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 904 kB
  • sloc: java: 6,864; xml: 164; makefile: 7
file content (11 lines) | stat: -rwxr-xr-x 304 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

%:
	dh $@ --with javahelper --with maven-repo-helper

override_dh_auto_build:
	dh_auto_build -- -Dextdoc_url=file:///usr/share/doc/default-jdk-doc/api -Ddebug=true jar doc maven
	cp build/maven/xz-*.pom build/maven/xz.pom

override_dh_installchangelogs:
	dh_installchangelogs -- NEWS