File: rules

package info (click to toggle)
libhtmlparser-java 1.6.20060610.dfsg0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,016 kB
  • sloc: java: 34,984; sh: 1,883; xml: 737; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 448 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 javahelper,maven_repo_helper

override_dh_auto_build:
	dh_auto_build -- -f src/build.xml -Dant.build.javac.target=1.7 jarparser javadoc filterbuilder thumbelina
	mv src/lib/htmlparser.jar src/lib/libhtmlparser.jar

override_dh_auto_clean:
	dh_auto_clean -- -f src/build.xml

get-orig-pom:
	wget -O debian/pom.xml https://repo1.maven.org/maven2/org/htmlparser/htmlparser/1.6/htmlparser-1.6.pom