diff options
author | Pierre Chifflier <pollux@debian.org> | 2012-07-05 20:56:13 +0200 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2012-11-25 14:36:22 +0000 |
commit | 0069ef22ba877f2a5dddfb8722757f5c3577b661 (patch) | |
tree | 58fc42bd7267686730ce267fcf71142255b9e9bc /debian/control | |
parent | c3649a2def02c41d837ae1f79dda729ccb91e677 (diff) | |
download | trousers-debian/0.3.9-3.tar.gz |
Imported Debian patch 0.3.9-3debian/0.3.9-3
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..082c955 --- /dev/null +++ b/debian/control @@ -0,0 +1,70 @@ +Source: trousers +Section: admin +Priority: optional +Maintainer: Pierre Chifflier <pollux@debian.org> +Build-Depends: debhelper (>= 9), + dh-autoreconf, + autotools-dev (>= 20100122.1), + libssl-dev, + libtool, + pkg-config +Standards-Version: 3.9.3 +Homepage: http://trousers.sourceforge.net/ + +Package: trousers +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, adduser, lsb-base (>= 3.0-6) +Breaks: udev (<< 136-1) +Description: open-source TCG Software Stack (daemon) + TrouSerS is an implementation of the Trusted Computing Group's Software Stack + (TSS) specification. You can use TrouSerS to write applications that make use + of your TPM hardware. TPM hardware can create, store and use RSA keys securely + (without ever being exposed in memory), verify a platform's software state + using cryptographic hashes and more. + . + TrouSerS aims to be compliant with the 1.1b and 1.2 TSS specifications + available from the Trusted Computing Group website at + <http://www.trustedcomputinggroup.org/>. + +Package: trousers-dbg +Architecture: any +Section: debug +Priority: extra +Depends: + ${misc:Depends}, trousers (= ${binary:Version}), + libtspi1 (= ${binary:Version}), libtspi-dev (= ${binary:Version}) +Description: open-source TCG Software Stack (debug) + TrouSerS is an implementation of the Trusted Computing Group's Software Stack + (TSS) specification. You can use TrouSerS to write applications that make use + of your TPM hardware. TPM hardware can create, store and use RSA keys securely + (without ever being exposed in memory), verify a platform's software state + using cryptographic hashes and more. + . + This package contains the debugging symbols. + +Package: libtspi1 +Architecture: any +Section: libs +Pre-Depends: multiarch-support +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: open-source TCG Software Stack (library) + TrouSerS is an implementation of the Trusted Computing Group's Software Stack + (TSS) specification. You can use TrouSerS to write applications that make use + of your TPM hardware. TPM hardware can create, store and use RSA keys securely + (without ever being exposed in memory), verify a platform's software state + using cryptographic hashes and more. + . + This package contains the library. + +Package: libtspi-dev +Architecture: any +Section: libdevel +Depends: ${misc:Depends}, libtspi1 (= ${binary:Version}), libssl-dev +Description: open-source TCG Software Stack (development) + TrouSerS is an implementation of the Trusted Computing Group's Software Stack + (TSS) specification. You can use TrouSerS to write applications that make use + of your TPM hardware. TPM hardware can create, store and use RSA keys securely + (without ever being exposed in memory), verify a platform's software state + using cryptographic hashes and more. + . + This package contains the development files. |