File: rules

package info (click to toggle)
ant-contrib 1.0~b3%2Bsvn177-9
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,008 kB
  • sloc: java: 12,697; xml: 2,674; makefile: 7
file content (12 lines) | stat: -rwxr-xr-x 198 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

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

override_dh_auto_build:
	dh_auto_build -- jar

override_dh_auto_test:
	dh_auto_build -- test