File: rules

package info (click to toggle)
libaopalliance-java 20070526-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 208 kB
  • sloc: java: 229; xml: 50; sh: 7; makefile: 6
file content (10 lines) | stat: -rwxr-xr-x 167 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

%:
	dh $@ --with maven-repo-helper

override_dh_auto_build:
	dh_auto_build -- zip

get-orig-source:
	sh debian/orig-tar.sh $(DEB_UPSTREAM_VERSION)