1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: openct
Section: utils
Priority: extra
Maintainer: Eric Dorland <eric@debian.org>
Build-Depends: cdbs, debhelper (>= 4.1), libpcsclite-dev (>= 1.2.9-beta5-1), libusb-dev
Standards-Version: 3.6.1
Package: libopenct1-dev
Architecture: any
Section: libdevel
Priority: optional
Provides: libopenct-dev
Conflicts: libopenct0-dev
Replaces: libopenct0-dev
Suggests: pkg-config
Depends: libopenct1 (= ${Source-Version})
Description: headers and development libraries for libopenct1
OpenCT is an open source implementation providing card terminal
drivers. It provides a native OpenCT, CT-API and PC/SC Lite IFD
interface with an OpenCT ifdhandler resource manager.
.
This package provides the headers and development libraries.
Package: libopenct1
Architecture: any
Section: libs
Priority: optional
Depends: ${shlibs:Depends}
Description: middleware framework for smart card terminals (libraries)
OpenCT is an open source implementation providing card terminal
drivers. It provides a native OpenCT, CT-API and PC/SC Lite IFD
interface with an OpenCT ifdhandler resource manager.
.
This package provides shared libraries for OpenCT.
Package: openct
Architecture: any
Provides: pcsc-ifd-handler
Depends: ${shlibs:Depends}, dpkg (>= 1.7.0), adduser
Recommends: hotplug
Enhances: pcscd
Description: middleware framework for smart card terminals
OpenCT is an open source implementation providing card terminal
drivers. It provides a native OpenCT, CT-API and PC/SC Lite IFD
interface with an OpenCT ifdhandler resource manager.
|