diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:32:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 03:32:50 +0000 |
commit | c617178f9517a33ea878066e13e8836f91574e1d (patch) | |
tree | ed4e79104cbba5bea8ec7d1e72540646598dc504 /debian/control | |
parent | Adding upstream version 0.17.0. (diff) | |
download | rnp-c617178f9517a33ea878066e13e8836f91574e1d.tar.xz rnp-c617178f9517a33ea878066e13e8836f91574e1d.zip |
Adding debian version 0.17.0-3.debian/0.17.0-3
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/control | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..eea266c --- /dev/null +++ b/debian/control @@ -0,0 +1,68 @@ +Source: rnp +Section: utils +Priority: optional +Maintainer: Daniel Kahn Gillmor <dkg@fifthhorseman.net> +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-Git: https://salsa.debian.org/debian/rnp.git +Vcs-Browser: https://salsa.debian.org/debian/rnp +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. |