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 74 75 76 77 78 79 80 81 82 83 84 85
|
Source: gpgme1.0
Priority: optional
Section: libs
Maintainer: Debian GnuPG Maintainers <pkg-gnupg-maint@lists.alioth.debian.org>
Uploaders:
Daniel Kahn Gillmor <dkg@fifthhorseman.net>,
Andreas Metzler <ametzler@debian.org>,
Build-Depends:
automake (>= 1.14),
debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
gnupg-agent,
gnupg2 | gnupg (>= 2),
gpgrt-tools,
gpgsm,
libassuan-dev (>= 2.4.2),
libgpg-error-dev (>= 1.36),
pkgconf,
scdaemon,
texinfo,
Standards-Version: 4.7.0
Homepage: https://gnupg.org/software/gpgme/
Vcs-Git: https://salsa.debian.org/debian/gpgme.git -b debian/unstable
Vcs-Browser: https://salsa.debian.org/debian/gpgme/tree/debian/unstable
Rules-Requires-Root: no
Package: gpgme-json
Section: utils
Architecture: any
Multi-Arch: foreign
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Use GnuPG with web browser extensions
GPGME is a wrapper library which provides a C API to access some of the
GnuPG functions, such as encrypt, decrypt, sign, verify, ...
.
This package contains the gpgme-json binary to access GPGME over a
json based interface (e.g., by browser extensions).
.
Manifest files enabling GnuPG's use with Mailvelope (https://mailvelope.com)
on Chromium and Firefox are also provided in this package.
Package: libgpgme-dev
Section: libdevel
Architecture: any
Depends:
libassuan-dev,
libc6-dev,
libgpg-error-dev,
libgpgme45 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Breaks:
libgpgme11-dev,
Replaces:
libgpgme11-dev,
Provides:
libgpgme11-dev (= ${binary:Version}),
Description: GPGME - GnuPG Made Easy (development files)
GPGME is a wrapper library which provides a C API to access some of the
GnuPG functions, such as encrypt, decrypt, sign, verify, ...
.
This package contains the headers and other files needed to compile
against this library.
Package: libgpgme45
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
gnupg (>= 2.1.21-4) | gpg,
${misc:Depends},
${shlibs:Depends},
Recommends:
dirmngr,
gpg-agent,
gpg-wks-client,
gpgsm,
Description: GPGME - GnuPG Made Easy (library)
GPGME is a wrapper library which provides a C API to access some of the
GnuPG functions, such as encrypt, decrypt, sign, verify, ...
.
This package contains the library.
|