File: rules

package info (click to toggle)
jericho-html 3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 2,428 kB
  • sloc: java: 11,260; xml: 129; jsp: 117; sh: 9; makefile: 8
file content (14 lines) | stat: -rwxr-xr-x 262 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

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

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

override_dh_auto_test:

override_dh_auto_install:

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