Skip to content

Commit

Permalink
debian: Remove trousers from list of dependencies
Browse files Browse the repository at this point in the history
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 <stefanb@linux.ibm.com>
  • Loading branch information
stefanberger committed Sep 27, 2021
1 parent f2aa327 commit eb53dc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -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}

0 comments on commit eb53dc2

Please sign in to comment.