aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: 0a1b6f7d939f801e0cb8cb6d6d0a46568ccfef25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

LDFLAGS += -Wl,-z,defs -Wl,--as-needed

%:
	dh $@ --with systemd

ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_configure:
	dh_auto_configure -- -Denable_tests=OFF
endif

override_dh_install:
	dh_install --fail-missing