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/rules | |
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/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |