From aecb45bd06edb0f130fce653077b19d8453cb2d9 Mon Sep 17 00:00:00 2001
From: Olivier Gayot <olivier.gayot@sigexec.com>
Date: Sat, 25 Dec 2021 18:32:27 +0100
Subject: Use dh_sysuser instead of manual adduser in postinst

Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'debian/rules')

diff --git a/debian/rules b/debian/rules
index 3938ed4..6f7eaf3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,5 +5,5 @@
 export PYBUILD_NAME=swiftstory
 export PYBUILD_TEST_PYTEST=1
 %:
-	dh $@ --with python3 --buildsystem=pybuild
+	dh $@ --with python3,sysuser --buildsystem=pybuild
 
-- 
cgit v1.2.3