File: rules

package info (click to toggle)
atinject-jsr330 1.0%2Bds1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 228 kB
  • sloc: java: 889; xml: 290; sh: 43; makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 330 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

include /usr/share/dpkg/default.mk

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

override_dh_auto_build:
	 dh_auto_build -- -f debian/build.xml

override_dh_auto_clean:
	rm -Rf build

get-orig-source:
	cd $(dir $(firstword $(MAKEFILE_LIST)))../ && \
	uscan --rename --force-download