File: rules

package info (click to toggle)
xz-java 1.6-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 804 kB
  • ctags: 1,254
  • sloc: java: 6,323; xml: 156; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 450 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/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

get-orig-source:
	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
	uscan --rename --repack --compression xz --destdir $(CURDIR) --force-download