diff options
author | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-25 18:32:27 +0100 |
---|---|---|
committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2021-12-25 18:39:22 +0100 |
commit | aecb45bd06edb0f130fce653077b19d8453cb2d9 (patch) | |
tree | a2a59f8766b41280b61ce8c663432320f9a5d8f9 /debian/control | |
parent | 03aa44d88e2f429fe06cb7c1bf876ab93ecd80c2 (diff) |
Use dh_sysuser instead of manual adduser in postinst
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 0acb744..60a8631 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Section: python Priority: optional Build-Depends: python3-setuptools, dh-python, + dh-sysuser, debhelper-compat (= 13), python3-pytest, python3-websockets, |