File: rules

package info (click to toggle)
epubcheck 4.2.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 6,676 kB
  • sloc: java: 28,007; xml: 1,121; python: 1,106; sh: 67; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 397 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=maven

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

VER_FULL = $(shell dpkg-parsechangelog | grep '^Version' | cut -d' ' -f2 | cut -f1 -d-)

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