File: rules

package info (click to toggle)
libnatpmp 20110808-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 208 kB
  • ctags: 195
  • sloc: ansic: 1,295; makefile: 82; python: 17
file content (13 lines) | stat: -rwxr-xr-x 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export DH_VERBOSE=1
DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@ --parallel

override_dh_installdocs:
	dh_installdocs --link-doc=libnatpmp1

override_dh_auto_install:
	$(MAKE) install PREFIX=$(CURDIR)/debian/tmp INSTALLDIRLIB=$(CURDIR)/debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)