File: rules

package info (click to toggle)
binfmt-support 2.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,044 kB
  • ctags: 2,354
  • sloc: ansic: 23,490; sh: 5,137; python: 159; makefile: 131
file content (21 lines) | stat: -rwxr-xr-x 528 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
#! /usr/bin/make -f

export V := 1

%:
	dh $@ --builddirectory=debian/build --with=autoreconf,systemd \
		--parallel

# --libexecdir is set here because debhelper defaults to using multiarch
# paths at compat level 9, which is a reasonable choice in general but
# unnecessary here.
override_dh_auto_configure:
	dh_auto_configure -- \
		--libexecdir=\$${prefix}/lib \
		--with-systemdsystemunitdir=/lib/systemd/system

override_dh_auto_test:
	VERBOSE=1 dh_auto_test

override_dh_installinit:
	dh_installinit --error-handler=true