File: rules

package info (click to toggle)
libdecentxml-java 1.4%2Bgit20210318.841f464-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 844 kB
  • sloc: java: 11,910; xml: 203; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	dh_auto_test || true
endif

# Workaround #711852, we don't want the javadoc jar
override_dh_auto_install:
	dh_auto_install
	rm -rf debian/libdecentxml-java-doc/usr/share/maven-repo