diff -r afeba86077f1 -r b696a44762ea opensc/debian/control --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/opensc/debian/control Thu Mar 15 21:52:52 2012 +0100 @@ -0,0 +1,33 @@ +Source: opensc +Priority: extra +Section: utils +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Eric Dorland +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 +Standards-Version: 3.9.2 +Homepage: http://www.opensc-project.org/ +Vcs-Git: git://git.debian.org/git/pkg-opensc/opensc.git +Vcs-Browser: http://git.debian.org/?p=pkg-opensc/opensc.git + +Package: opensc +Section: utils +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Replaces: libopensc2 (<< 0.12.0) +Conflicts: libopensc2 (<< 0.12.0), mozilla-opensc +Description: Smart card utilities with support for PKCS#15 compatible cards + OpenSC provides a set of libraries and utilities to access smart + cards. It mainly focuses on cards that support cryptographic + operations. It facilitates their use in security applications such as + mail encryption, authentication, and digital signature. OpenSC + implements the PKCS#11 API. Applications supporting this API, such as + Iceweasel and Icedove, can use it. OpenSC implements the PKCS#15 + standard and aims to be compatible with all software that does so as + well. + . + Before purchasing any cards, please read carefully documentation in + /usr/share/doc/opensc/html/wiki/index.html - only some cards are + supported. Not only does card type matters, but also card version, + card OS version and preloaded applet. Only a subset of possible + operations may be supported for your card. Card initialization may + require third party proprietary software.