From e0ceeba6472ffb7ca6096bf62787cf06dcfdc21d Mon Sep 17 00:00:00 2001 From: Christian Ehrhardt Date: Mon, 23 Oct 2017 12:07:37 +0200 Subject: [PATCH] d/rules: properly enable dpdk systemd service Since ca40d310 "Convert debian/rules to new style DH targets" the installed service is by default disabled which is not intended. Add --with=systemd to dh, to issue the right sequence and be safe against future changes in that regard. Change-Id: I3d8be98397e59a3cc295368bf99fdf343d38419d Signed-off-by: Christian Ehrhardt (cherry picked from commit f27802a43419139be089eb7eccd7edac0e59daf4) Signed-off-by: Luca Boccassi --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index bfe456e1..c4487ec9 100755 --- a/debian/rules +++ b/debian/rules @@ -121,11 +121,11 @@ build: fi sh debian/prep-modules $(KSRC) cat debian/control.modules >> debian/control - dh $@ --with python2,dkms + dh $@ --with python2,dkms,systemd endif %: - dh $@ --with python2,dkms + dh $@ --with python2,dkms,systemd override_dh_gencontrol: dh_gencontrol -- 2.16.6