opensc/debian/control
aj 0e7fa43a29 big rewrite on debian/ files, originaly based on Joe Phillips debianisation,
reworked by Andreas Jellinghaus, and with many changes and suggestions by
Ludovic Rousseau


git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@1724 c6295689-39f2-0310-b995-f0e70906c6a9
2004-01-08 11:59:55 +00:00

67 lines
2.3 KiB
Plaintext

Source: opensc
Priority: optional
Maintainer: Joe Phillips <joe.phillips@innovationsw.com>
Build-Depends: debhelper (>> 3.0.0), libssl-dev, libpcsclite-dev, libpam-dev, libldap-dev, libsasl-dev, flex, openct-dev, autotools-dev
Standards-Version: 3.5.2
Section: utils
Package: opensc
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: SmartCard utilities for PKCS#15 compatible cards
This package includes utilities for using PKCS#15 compatible
smart cards and similar security tokens.
.
These utilities allow the user to initialize, personalize and
otherwise use PKCS#15 cards with PINs and cryptographic
keys. Users can sign and decrypt data with private keys
residing on-card.
.
This package also includes the documentation for opensc.
.
Supported cards include Gemplus GPK, Schlumberger Cryptoflex,
Finnish FINEID, Swedish eID, MioCOS and TCOS cards.
Package: libopensc-dev
Section: devel
Architecture: any
Depends: libopensc0 (= ${Source-Version}), libssl-dev
Description: OpenSC development files
Files necessary for developing applications with the libopensc
libraries from OpenSC.org.
Package: libopensc0
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Description: SmartCard libraries for PKCS#15 compatible smart cards
This package contains libraries to use crypto smart cards.
These libraries allow programs to access data, such as
cryptographic keys, on various PKCS#15 compatible smart cards
and similar security tokens.
.
This package includes a PKCS#11 Module for Mozilla and other
PKCS#11 aware application, as well as dynamic engines for OpenSSL.
.
See the opensc package for tools and documentation.
.
Supported cards include Gemplus GPK, Schlumberger Cryptoflex,
Finnish FINEID, Swedish eID, MioCOS and TCOS cards.
Package: libpam-opensc
Section: admin
Architecture: any
Depends: ${shlibs:Depends}
Recommends: opensc
Description: Pluggable Authentication Module for using PKCS#15 Smart Cards
This package allows an administrator to configure a host to
cryptographically authenticate users via PKCS#15 smart cards.
User certificates can be stored in LDAP or in user home directories,
to login the smart card with the private key is required.
.
This module supports any security token supported by the libopensc libraries.
.
See the opensc package for tools and documentation.