mirror of
https://github.com/stefanberger/libtpms
synced 2025-12-28 15:52:34 +00:00
Fix Architecture and Depends entries of libtpms-dev in control file. Thanks to alex@strugee.net for pointing this out in PR#22. Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
24 lines
655 B
Plaintext
24 lines
655 B
Plaintext
Source: libtpms
|
|
Maintainer: Stefan Berger <stefanb@linux.vnet.ibm.com>
|
|
Section: libs
|
|
Priority: optional
|
|
Build-Depends: automake, autoconf, libtool, libssl-dev,
|
|
gawk, dh-exec, debhelper
|
|
|
|
Package: libtpms0
|
|
Architecture: any
|
|
Multi-Arch: same
|
|
Depends: openssl,
|
|
${shlibs:Depends},
|
|
${misc:Pre-Depends}
|
|
Description: TPM emulation library
|
|
Libtpms is a library that provides TPM functionality.
|
|
|
|
Package: libtpms-dev
|
|
Architecture: any
|
|
Section: libdevel
|
|
Depends: ${misc:Depends}, libtpms0 (= ${binary:Version})
|
|
Description: libtpms header files and man pages
|
|
The libtpms-dev package provides header files and man pages for the
|
|
functions provided by libtpms.
|