summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-24 04:55:30 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-26 16:55:30 +0000
commitd9be6d5e66d196a27f28dca44096bcd9eed04184 (patch)
tree7e4275aa584b50222372fc934cf00f49d89ce705
parentMerging upstream version 2.1.2~dev0+20230918. (diff)
downloaddeluge-d9be6d5e66d196a27f28dca44096bcd9eed04184.tar.xz
deluge-d9be6d5e66d196a27f28dca44096bcd9eed04184.zip
Adding missing dependency to passwd for using groupadd in maintainer scripts.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index afba242..c8db76e 100644
--- a/debian/control
+++ b/debian/control
@@ -117,6 +117,7 @@ Pre-Depends:
${misc:Pre-Depends},
Depends:
deluge-common (= ${source:Version}),
+ passwd,
python3-libtorrent,
${misc:Depends},
${python3:Depends},