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
73
|
Source: rnp
Section: utils
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends:
asciidoctor <!nodoc>,
cmake (>= 3.14),
debhelper-compat (= 13),
gnupg <!nocheck>,
googletest <!nocheck>,
libbotan-2-dev (>= 2.14.0),
libbz2-dev,
libjson-c-dev (>= 0.11),
libsexpp-dev,
pkg-config,
python3 <!nocheck>,
python3-distutils <!nocheck>,
zlib1g-dev,
Standards-Version: 4.6.2
Vcs-Browser: https://git.progress-linux.org/packages/graograman-backports/rnp
Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/rnp
XSBC-Original-Vcs-Browser: https://salsa.debian.org/debian/rnp
XSBC-Original-Vcs-Git: https://salsa.debian.org/debian/rnp.git
Homepage: https://www.rnpgp.com/software/rnp/
Rules-Requires-Root: no
Package: rnp
Architecture: any
Multi-Arch: foreign
Pre-Depends:
${misc:Pre-Depends},
Depends:
librnp0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: Cross-platform OpenPGP (RFC4880) tools (command-line tool)
RNP is a set of cross-platform tools implementing OpenPGP (RFC 4880) and
related standards.
.
This package contains the command-line tool, rnp.
Package: librnp0
Architecture: any
Section: libs
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Cross-platform OpenPGP (RFC4880) tools (library)
RNP is a set of cross-platform tools implementing OpenPGP (RFC 4880) and
related standards.
.
This package contains the shared library, librnp.
Package: librnp-dev
Section: libdevel
Architecture: any
Replaces: librnp-0-dev (<< 0.15.0)
Breaks: librnp-0-dev (<< 0.15.0)
Depends:
librnp0 (= ${binary:Version}),
${misc:Depends},
Description: Cross-platform OpenPGP (RFC4880) tools (development files)
RNP is a set of cross-platform tools implementing OpenPGP (RFC 4880) and
related standards.
.
This package contains the development headers and documentation used
to build other tools against the library.
|