File: rules

package info (click to toggle)
sitemesh 2.4.1%2Bdfsg-6
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 1,804 kB
  • ctags: 1,373
  • sloc: java: 6,709; xml: 514; jsp: 393; perl: 64; makefile: 13; sh: 9
file content (21 lines) | stat: -rwxr-xr-x 428 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8

%:
	dh $@ --with javahelper

override_dh_auto_build:
	# this file was dropped by accident from the orig source tarball
	cp debian/api.css docs/api.css
	ant jar docs blank example

override_dh_auto_test:
	ant test

override_dh_auto_clean:
	ant clean
	rm -f docs/api.css

get-orig-source:
	uscan --verbose --no-symlink --download-current-version --force-download