File: rules

package info (click to toggle)
avalon-framework 4.2.0-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 768 kB
  • sloc: java: 6,175; xml: 181; makefile: 9
file content (15 lines) | stat: -rwxr-xr-x 369 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export CLASSPATH=/usr/share/java/log4j-1.2.jar:/usr/share/java/excalibur-logkit.jar

%:
	dh $@ --buildsystem=ant --with maven-repo-helper

override_dh_auto_build:
	dh_auto_build -- -f debian/build.xml jar doc

override_dh_auto_test:
	dh_auto_build -- -f debian/build.xml test-all

override_dh_auto_clean:
	dh_auto_clean -- -f debian/build.xml clean