File: rules

package info (click to toggle)
epubcheck 4.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,892 kB
  • sloc: java: 26,872; python: 1,106; xml: 878; sh: 66; makefile: 9
file content (13 lines) | stat: -rwxr-xr-x 302 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

override_dh_fixperms::
	dh_fixperms
	chmod +x debian/epubcheck/usr/share/java/epubcheck.jar

debian/epubcheck.1: debian/epubcheck.1.in
	help2man --include=$< --output=$@ \
		--no-info --help-option="-help" \
			`basename $@ .1` --version-string=4.1.0