1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/opensc/debian/control Thu Mar 15 21:52:52 2012 +0100 1.3 @@ -0,0 +1,33 @@ 1.4 +Source: opensc 1.5 +Priority: extra 1.6 +Section: utils 1.7 +Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> 1.8 +XSBC-Original-Maintainer: Eric Dorland <eric@debian.org> 1.9 +Build-Depends: debhelper (>= 7.0.50), libltdl3-dev, libssl-dev (>= 0.9.7d-3), libpcsclite-dev (>= 1.2.9-beta1), libxt-dev, flex, pkg-config, xsltproc, docbook-xsl, dh-autoreconf 1.10 +Standards-Version: 3.9.2 1.11 +Homepage: http://www.opensc-project.org/ 1.12 +Vcs-Git: git://git.debian.org/git/pkg-opensc/opensc.git 1.13 +Vcs-Browser: http://git.debian.org/?p=pkg-opensc/opensc.git 1.14 + 1.15 +Package: opensc 1.16 +Section: utils 1.17 +Architecture: any 1.18 +Depends: ${shlibs:Depends}, ${misc:Depends} 1.19 +Replaces: libopensc2 (<< 0.12.0) 1.20 +Conflicts: libopensc2 (<< 0.12.0), mozilla-opensc 1.21 +Description: Smart card utilities with support for PKCS#15 compatible cards 1.22 + OpenSC provides a set of libraries and utilities to access smart 1.23 + cards. It mainly focuses on cards that support cryptographic 1.24 + operations. It facilitates their use in security applications such as 1.25 + mail encryption, authentication, and digital signature. OpenSC 1.26 + implements the PKCS#11 API. Applications supporting this API, such as 1.27 + Iceweasel and Icedove, can use it. OpenSC implements the PKCS#15 1.28 + standard and aims to be compatible with all software that does so as 1.29 + well. 1.30 + . 1.31 + Before purchasing any cards, please read carefully documentation in 1.32 + /usr/share/doc/opensc/html/wiki/index.html - only some cards are 1.33 + supported. Not only does card type matters, but also card version, 1.34 + card OS version and preloaded applet. Only a subset of possible 1.35 + operations may be supported for your card. Card initialization may 1.36 + require third party proprietary software.