From eb53dc2f35c3a24d9990a69de44a64c28357ae96 Mon Sep 17 00:00:00 2001 From: Stefan Berger Date: Mon, 27 Sep 2021 08:26:15 -0400 Subject: [PATCH] debian: Remove trousers from list of dependencies Trouser is needed by samples/swtpm-create-tpmca which in turn needs GnuTLS tpmtool but doesn't install on Ubuntu machines when there's no TPM 1.2 available or /dev/tpm0 is a TPM 2, so remove it from the list of dependencies. Signed-off-by: Stefan Berger --- debian/control | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 187f574d..597dd05f 100644 --- a/debian/control +++ b/debian/control @@ -57,13 +57,12 @@ Architecture: any Description: Tools for the TPM emulator The swtpm-tools package contains the following types of tools: - swtpm_bios: Tool for initializing the TPM - - swtpm_ioctl: Tool for controlling the CUSE TPM + - swtpm_ioctl: Tool for controlling the CUSE/socket/chardev TPM - swtpm_setup: Tool for creating the initial state of the TPM; this tool basically simulates TPM manufacturing where certificates are written into the NVRAM of the TPM - swtpm_cert: Creation of certificates for the TPM (x509) Depends: gnutls-bin, swtpm (= ${binary:Version}), - trousers (>= 0.3.9), ${misc:Depends}, ${shlibs:Depends}