File: rules

package info (click to toggle)
maven 3.8.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 12,120 kB
  • sloc: java: 85,559; xml: 19,900; sh: 172; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 232 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@

override_dh_install:
	dh_install

	# compress manpages
	find debian/maven/usr/share/maven/man -type f | xargs gzip -9v -n

get-orig-source:
	-uscan --download-current-version --force-download --rename