File: rules

package info (click to toggle)
lgooddatepicker 8.3.0%2Bds-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 1,692 kB
  • sloc: java: 12,030; xml: 314; makefile: 11
file content (19 lines) | stat: -rwxr-xr-x 374 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

DH_VERBOSE=1

%:
	dh $@ --buildsystem=maven

override_dh_auto_build:
	dh_auto_build -DProject

override_dh_auto_test:
	dh_auto_test -DProject

override_dh_auto_install:
	# see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808012
	dh_auto_install -- -f Project/pom.xml

get-orig-source:
	uscan --download-current-version --force-download --no-symlink