summaryrefslogtreecommitdiff
path: root/debian/control
blob: 12820371eb6174d951f57a62e8a06adb6db7b38e (plain)
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
65
66
67
68
69
70
71
72
Source: mrtdreader
Maintainer: Ruben Undheim <ruben.undheim@gmail.com>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 11),
               cmake,
               pkg-config,
               libnfc-dev,
               libgcrypt20-dev
Standards-Version: 4.2.0
Vcs-Browser: https://salsa.debian.org/rubund-guest/mrtdreader
Vcs-Git: https://salsa.debian.org/rubund-guest/mrtdreader.git
Homepage: https://github.com/rubund/mrtdreader

Package: libmrtd0
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: MRTD - Machine-readable travel document library
 Machine-readable travel documents such as passports nowadays usually contain
 an RFID chip for storing various data. This library provides useful functions
 for reading out the data from these documents. This version of the library
 supports the Basic Access Control (BAC). It uses several cryptographic
 functions from either libgcrypt or libtomcrypt (depending on compile-time
 options) in order to do the necessary decryption of the content of the MRTDs.
 The key for the BAC-scheme is derived from the Machine-readable zone (MRZ)
 which is printed on the MRTD.
 .
 The library depends on libnfc for the hardware interaction and only devices
 supported by libnfc will therefore work.

Package: libmrtd-dev
Architecture: any
Section: libdevel
Depends: libmrtd0 (= ${binary:Version}),
         libgcrypt20-dev,
         libnfc-dev,
         ${misc:Depends}
Multi-Arch: same
Description: Development files for libmrtd0
 Machine-readable travel documents such as passports nowadays usually contain
 an RFID chip for storing various data. This library provides useful functions
 for reading out the data from these documents. This version of the library
 supports the Basic Access Control (BAC). It uses several cryptographic
 functions from either libgcrypt or libtomcrypt (depending on compile-time
 options) in order to do the necessary decryption of the content of the MRTDs.
 The key for the BAC-scheme is derived from the Machine-readable zone (MRZ)
 which is printed on the MRTD.
 .
 The library depends on libnfc for the hardware interaction and only devices
 supported by libnfc will therefore work.
 .
 This package contains header files for building programs linked with
 libmrtd0.

Package: mrtdreader
Architecture: any
Depends: libmrtd0 (= ${binary:Version}),
         ${shlibs:Depends},
         ${misc:Depends}
Suggests: graphicsmagick
Description: Reader for machine-readable travel documents (MRTDs / passports)
 This program takes as input the content of the machine-readable zone of
 machine-readable travel documents and then reads out some data and dumps the
 facial image to a file.
 .
 It is the example application delivered together with libmrtd.
 .
 Only reader devices which are fully supported by libnfc will work.