From 28de0abfa95b3707c9e8b3a213e4bf2b2242d93c Mon Sep 17 00:00:00 2001 From: Stoiko Ivanov Date: Mon, 16 Oct 2023 11:32:20 +0200 Subject: [PATCH] d/control: fix depends provided by dpkg-gencontrol Signed-off-by: Stoiko Ivanov Signed-off-by: Thomas Lamprecht --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 388babf..9715c0d 100644 --- a/debian/control +++ b/debian/control @@ -151,6 +151,7 @@ Section: contrib/doc Architecture: all Depends: ${sphinxdoc:Depends}, + ${sphinxdoc:Built-Using}, ${misc:Depends} Recommends: python3-pyzfs @@ -202,7 +203,7 @@ Description: OpenZFS root filesystem capabilities for Linux - dracut Package: zfsutils-linux Section: contrib/admin Architecture: linux-any -Depends: python3, ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends} +Depends: python3, ${misc:Depends}, ${shlibs:Depends} Recommends: zfs-zed Suggests: nfs-kernel-server, samba-common-bin (>= 3.0.23),