File: rules

package info (click to toggle)
httpunit 1.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 3,412 kB
  • ctags: 6,393
  • sloc: java: 33,504; xml: 483; sh: 68; makefile: 12
file content (17 lines) | stat: -rwxr-xr-x 354 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

%:
	dh --with javahelper $@

override_dh_auto_clean:
	ant total-clean
	rm -f doc/tutorial/task1.zip

override_dh_auto_install:
	ant dist
	mh_installpom -plibhttpunit-java $(CURDIR)/debian/pom.xml
	mh_installjar -plibhttpunit-java -l $(CURDIR)/debian/pom.xml \
		$(CURDIR)/lib/httpunit.jar
	
get-orig-source:
	sh -e debian/orig-tar.sh