From f0e06c2f8719f9e10bde4604312df3ebf58d4be3 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 17 Oct 2016 12:56:42 +0000
Subject: [PATCH] add missing --with systemd to dh

---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 1855e17..8ab7ba6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,7 +21,7 @@ export PYBUILD_NAME=authserv
 PAM_INST_DIR = $(CURDIR)/debian/tmp/lib/$(DEB_HOST_MULTIARCH)/security
 
 %:
-	dh $@ --with python2 --buildsystem=python_distutils
+	dh $@ --with python2 --with systemd --buildsystem=python_distutils
 
 override_dh_auto_build:
 	(cd pam && ./autogen.sh && ./configure --prefix=/usr --with-pam-dir=/lib/$(DEB_HOST_MULTIARCH)/security && make)
-- 
GitLab