diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-24 04:57:24 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2023-10-26 17:10:18 +0000 |
commit | 0ffa893351b78bc819e7f67cc1b76f3ab74976b0 (patch) | |
tree | 21d51aae7ba08dc80c0a83ee58ae9f3289dc4f85 | |
parent | Merging upstream version 1.43.1. (diff) | |
download | netdata-0ffa893351b78bc819e7f67cc1b76f3ab74976b0.tar.xz netdata-0ffa893351b78bc819e7f67cc1b76f3ab74976b0.zip |
Adding missing dependency to passwd for using groupadd in maintainer scripts.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 4cd5e02d2..45eda8aa3 100644 --- a/debian/control +++ b/debian/control @@ -85,6 +85,7 @@ Pre-Depends: Depends: libcap2-bin, lsb-base, + passwd, sse2-support [i386], ${misc:Depends}, ${shlibs:Depends}, @@ -121,6 +122,7 @@ Pre-Depends: Depends: libcap2-bin, lsb-base, + passwd, ${misc:Depends}, ${shlibs:Depends}, Conflicts: |