File: rules

package info (click to toggle)
japi-compliance-checker 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 440 kB
  • sloc: perl: 6,894; makefile: 13
file content (19 lines) | stat: -rwxr-xr-x 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

%:
	dh $@

destdir=$(shell pwd)
override_dh_auto_install:
	mkdir -p $(destdir)/debian/tmp/usr
	perl Makefile.pl -install --prefix=$(destdir)/debian/tmp/usr

override_dh_install:
	dh_install usr/bin
	dh_installdocs doc

debian/japi-compliance-checker.1:
	help2man --output=$@ --no-info --include=debian/japi-compliance-checker.1.in japi-compliance-checker

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