File: control

package info (click to toggle)
libcacard 1%3A2.8.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,756 kB
  • sloc: ansic: 9,723; sh: 4,874; makefile: 192
file content (53 lines) | stat: -rw-r--r-- 2,101 bytes parent folder | download
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
Source: libcacard
Section: otherosfs
Priority: optional
Maintainer: Debian QEMU Team <pkg-qemu-devel@lists.alioth.debian.org>
Uploaders: Michael Tokarev <mjt@tls.msk.ru>
Build-Depends: debhelper-compat (= 13),
 pkgconf, meson,
 libnss3-dev,
 libglib2.0-dev,
 libpcsclite-dev,
# test-only deps:
 opensc <!nocheck>,
 softhsm2 <!nocheck>,
 gnutls-bin <!nocheck>,
 libnss3-tools <!nocheck>,
 openssl <!nocheck>,
Standards-Version: 4.7.2
Rules-Requires-Root: no
Homepage: https://cgit.freedesktop.org/spice/libcacard/
Vcs-Browser: https://salsa.debian.org/qemu-team/libcacard
Vcs-Git: https://salsa.debian.org/qemu-team/libcacard.git

Package: libcacard0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Virtual Common Access Card (CAC) Emulator (runtime library)
 This emulator is designed to provide emulation of actual smart cards to a
 virtual card reader running in a guest virtual machine. The emulated smart
 cards can be representations of real smart cards, where the necessary
 functions such as signing, card removal/insertion, etc. are mapped to real,
 physical cards which are shared with the client machine the emulator is
 running on, or the cards could be pure software constructs.
 .
 This package provides the runtime library.

Package: libcacard-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, libcacard0 (= ${binary:Version}),
 libnss3-dev, libglib2.0-dev, libpcsclite-dev
Description: Virtual Common Access Card (CAC) Emulator (development files)
 This emulator is designed to provide emulation of actual smart cards to a
 virtual card reader running in a guest virtual machine. The emulated smart
 cards can be representations of real smart cards, where the necessary
 functions such as signing, card removal/insertion, etc. are mapped to real,
 physical cards which are shared with the client machine the emulator is
 running on, or the cards could be pure software constructs.
 .
 This package provides files necessary to develop programs using the library.