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 62 63 64
|
Source: libchipcard
Section: libs
Priority: optional
Maintainer: Micha Lenk <micha@debian.org>
Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), pkg-config, gawk, asciidoctor,
libgwenhywfar-core-dev (>= 5.0.0.1), libpcsclite-dev, zlib1g-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/aqbanking-team/pkg-libchipcard
Vcs-Git: https://salsa.debian.org/aqbanking-team/pkg-libchipcard.git
Homepage: https://www.aquamaniac.de/rdm/projects/libchipcard
Package: libchipcard-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libchipcard6t64 (= ${binary:Version}),
libchipcard-data (>= ${source:Version}), ${misc:Depends}
Description: API for smartcard readers
libchipcard provides an API for accessing smartcards. Examples are
memory cards, as well as HBCI (home banking), German GeldKarte
(electronic small change), and KVK (health insurance) cards.
.
This package contains the development files for libchipcard.
Package: libchipcard6t64
Replaces: libchipcard6
Breaks: libchipcard6 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends: libchipcard-data (>= ${source:Version}), ${shlibs:Depends},
${misc:Depends}
Conflicts: libgwenhywfar${libgwenhywfar:SONAME}-plugins-ct
Provides: libgwenhywfar${libgwenhywfar:SONAME}-plugins-ct, ${t64:Provides}
Description: library for accessing smartcards
libchipcard provides an API for accessing smartcards. Examples are
memory cards, as well as HBCI (home banking), German GeldKarte
(electronic small change), and KVK (health insurance) cards.
.
This package contains the client API.
Package: libchipcard-data
Depends: ${misc:Depends}
Architecture: all
Multi-Arch: foreign
Description: configuration files for libchipcard
libchipcard provides an API for accessing smartcards. Examples are
memory cards, as well as HBCI (home banking), German GeldKarte
(electronic small change), and KVK (health insurance) cards.
.
This package contains configuration files for libchipcard.
Package: libchipcard-tools
Section: misc
Architecture: any
Depends: ${shlibs:Depends}, libchipcard-data (>= ${source:Version}),
${misc:Depends}
Breaks: libchipcardd0 (<< 4.2.7)
Replaces: libchipcardd0 (<< 4.2.7)
Description: tools for accessing chipcards
libchipcard provides an API for accessing smartcards. Examples are
memory cards, as well as HBCI (home banking), German GeldKarte
(electronic small change), and KVK (health insurance) cards.
.
This package contains tools for chipcards, e.g. geldkarte.
|