Thu, 15 Mar 2012 21:52:52 +0100
Import custom package specs to build for undistributed platforms.
michael@4 | 1 | Source: opensc |
michael@4 | 2 | Priority: extra |
michael@4 | 3 | Section: utils |
michael@4 | 4 | Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com> |
michael@4 | 5 | XSBC-Original-Maintainer: Eric Dorland <eric@debian.org> |
michael@4 | 6 | 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 |
michael@4 | 7 | Standards-Version: 3.9.2 |
michael@4 | 8 | Homepage: http://www.opensc-project.org/ |
michael@4 | 9 | Vcs-Git: git://git.debian.org/git/pkg-opensc/opensc.git |
michael@4 | 10 | Vcs-Browser: http://git.debian.org/?p=pkg-opensc/opensc.git |
michael@4 | 11 | |
michael@4 | 12 | Package: opensc |
michael@4 | 13 | Section: utils |
michael@4 | 14 | Architecture: any |
michael@4 | 15 | Depends: ${shlibs:Depends}, ${misc:Depends} |
michael@4 | 16 | Replaces: libopensc2 (<< 0.12.0) |
michael@4 | 17 | Conflicts: libopensc2 (<< 0.12.0), mozilla-opensc |
michael@4 | 18 | Description: Smart card utilities with support for PKCS#15 compatible cards |
michael@4 | 19 | OpenSC provides a set of libraries and utilities to access smart |
michael@4 | 20 | cards. It mainly focuses on cards that support cryptographic |
michael@4 | 21 | operations. It facilitates their use in security applications such as |
michael@4 | 22 | mail encryption, authentication, and digital signature. OpenSC |
michael@4 | 23 | implements the PKCS#11 API. Applications supporting this API, such as |
michael@4 | 24 | Iceweasel and Icedove, can use it. OpenSC implements the PKCS#15 |
michael@4 | 25 | standard and aims to be compatible with all software that does so as |
michael@4 | 26 | well. |
michael@4 | 27 | . |
michael@4 | 28 | Before purchasing any cards, please read carefully documentation in |
michael@4 | 29 | /usr/share/doc/opensc/html/wiki/index.html - only some cards are |
michael@4 | 30 | supported. Not only does card type matters, but also card version, |
michael@4 | 31 | card OS version and preloaded applet. Only a subset of possible |
michael@4 | 32 | operations may be supported for your card. Card initialization may |
michael@4 | 33 | require third party proprietary software. |