File: rules

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

%:
	dh $@

override_dh_auto_install:
	mkdir -p $(CURDIR)$(DESTDIR)/debian/tmp/usr
	perl Makefile.pl -install --prefix=$(CURDIR)$(DESTDIR)/debian/tmp/usr

override_dh_install:
	dh_install usr/bin
	dh_install usr/share/abi-compliance-checker/

override_dh_installchangelogs:
	dh_installchangelogs doc/Changes.html

debian/abi-compliance-checker.1:
	help2man --help-option=--info --include=debian/abi-compliance-checker.1.in \
		--output=$@ --no-info abi-compliance-checker

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