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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Source: openct
Section: utils
Priority: extra
Maintainer: Eric Dorland <eric@debian.org>
Build-Depends: cdbs (>= 0.4.38), debhelper (>= 5.0.45), libpcsclite-dev (>= 1.4.0), libusb-dev, pkg-config, libltdl3-dev
Standards-Version: 3.8.0.1
Homepage: http://www.opensc-project.org/
Vcs-Git: git://git.debian.org/git/pkg-opensc/openct.git
Vcs-Browser: http://git.debian.org/?p=pkg-opensc/openct.git
Package: libopenct1-dev
Architecture: any
Section: libdevel
Priority: optional
Provides: libopenct-dev
Conflicts: libopenct0-dev
Replaces: libopenct0-dev
Suggests: pkg-config
Depends: libopenct1 (= ${binary: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: libopenct1-dbg
Architecture: any
Section: libs
Priority: extra
Depends: libopenct1 (= ${binary:Version})
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 debugging symbols for OpenCT.
Package: openct
Architecture: any
Provides: pcsc-ifd-handler
Depends: ${shlibs:Depends}, dpkg (>= 1.7.0), adduser
Recommends: udev
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.
|