summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 92fca1b200f0ed803d35e71a9cc0a87a9ceebfc8 (plain)
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

# see EXAMPLES in dpkg-buildflags(1) and read /usr/share/dpkg/*
DPKG_EXPORT_BUILDFLAGS = 1

include /usr/share/dpkg/default.mk

CONFFLAGS = --enable-silent-rules --prefix=/usr --localstatedir=/var --sysconfdir=/etc --with-lokit-path=`pwd`/bundled/include --disable-setcap --disable-tests $(CONFIG_OPTIONS)

# main packaging script based on dh7 syntax
%:
	dh $@ --with=systemd --parallel

override_dh_auto_configure:
	./configure $(CONFFLAGS)

override_dh_auto_test:
	# do not test

override_dh_installinit:
	# no init.d scripts here, assume systemd