File: rules

package info (click to toggle)
libmatroska 1.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 884 kB
  • sloc: cpp: 4,127; makefile: 318; ansic: 289; sh: 14
file content (14 lines) | stat: -rwxr-xr-x 282 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@ --sourcedirectory=make/linux

override_dh_auto_install:
	dh_auto_install -- \
		prefix=/usr \
		libdir=/usr/lib/$(DEB_HOST_MULTIARCH)

override_dh_auto_test:
	dh_auto_test --no-act