File: rules

package info (click to toggle)
simple-xml 2.7.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,528 kB
  • sloc: java: 45,356; xml: 273; sh: 11; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export CLASSPATH=/usr/share/java/xpp3.jar

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

override_dh_auto_build:
	dh_auto_build -- build javadoc

override_dh_auto_test:
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
	mkdir -p test/lib
	cd test && ant test
endif