Source: vsmartcard
Section: utils
Priority: optional
Maintainer: Philippe Thierry <philou@debian.org>
X-Python3-Version: >= 3.7
Rules-Requires-Root: no
Build-Depends:
 debhelper (>=13),
 dh-python,
 python3-all,
 python3-setuptools,
 gengetopt,
 automake,
 autoconf,
 libtool,
 pkg-config,
 help2man,
 libnfc-dev,
 libpcsclite-dev,
 libqrencode-dev
Homepage: https://frankmorgner.github.io/vsmartcard/
Standards-Version: 4.5.1
Vcs-Git: https://salsa.debian.org/philou/vsmartcard.git
Vcs-Browser: https://salsa.debian.org/philou/vsmartcard

Package: python3-virtualsmartcard
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Description: Smartcard emulator library in Python
 This package frobnicates a Python-based doohicky so that you no longer
 need to kludge a dingus to make the doodads work.
 .
 This package installs the library for Python 3.


Package: vsmartcard-vpicc
Architecture: all
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 ${python3:Depends},
 python3-virtualsmartcard,
Recommends: vsmartcard-vpcd
Description: Smartcard emulator in Python
 Vpicc emulator connects to the virtual smart card reader (vpcd)
 listening locally or on a remote host.
 .
 Smart card applications can access the Virtual Smart Card through the
 vpcd driver via PC/SC, where vpcd is installed.
 .
 This package is built for Python 3.

Package: vsmartcard-vpcd
Pre-Depends: ${misc:Pre-Depends}
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
 pcscd
Recommends: vsmartcard-vpicc
Architecture: any
Description: Smart card reader driver for PCSC-lite
 vpcd allows smart card applications to access the vpicc through
 the PC/SC API.  By default vpcd opens slots for communication with
 multiple vpicc's on localhost on port 35963 and port 35964.
 .
 The |vpicc| does not need to run on the same machine as the vpcd,
 and can connect over the internet for example.
