File: rules

package info (click to toggle)
libxml-commons-resolver1.1-java 1.2-9
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,404 kB
  • sloc: java: 5,615; xml: 265; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 201 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

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

override_dh_auto_build:
	dh_auto_build -- -f resolver.xml jar

override_dh_auto_clean:
	dh_auto_build -- -f resolver.xml clean