diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:18:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-26 10:18:16 +0000 |
commit | 263bef2c4d877b4e9a590310ab08d77eca097cb9 (patch) | |
tree | 4dcfed9b008938ad08c388621ea262b59c68f95b | |
parent | Adding upstream version 13.19. (diff) | |
download | debhelper-upstream.tar.xz debhelper-upstream.zip |
Adding upstream version 13.20.upstream/13.20upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rwxr-xr-x | dh_installsysusers | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_installsysusers b/dh_installsysusers index 254c0f4..05695ab 100755 --- a/dh_installsysusers +++ b/dh_installsysusers @@ -101,7 +101,7 @@ foreach my $package (@{$dh{DOPACKAGES}}) { @sysusers_files = sort @sysusers_files; # Generate a single systemd-sysusers invocation and just pass all detected files together autoscript($package, 'postinst', 'postinst-sysusers', { 'CONFILE_BASENAME' => "@sysusers_files" }); - addsubstvar($package, "misc:Depends", "systemd | systemd-standalone-sysusers | systemd-sysusers"); + addsubstvar($package, "misc:Depends", "systemd | systemd-standalone-sysusers | systemd-sysusers | opensysusers"); } } |