gpgme1.0 1.18.0-4ubuntu1 source package in Ubuntu

Changelog

gpgme1.0 (1.18.0-4ubuntu1) noble; urgency=medium

  * Merge with Debian; remaining changes:
    - Enable gpgme-json LP: #1872474
    - Add integration with Google Chrome.
    - Reinstate build-dependency on dh-exec

gpgme1.0 (1.18.0-4) unstable; urgency=medium

  * Team upload.
  * Patch Makefile.am to invoke setup.py with --install-layout=deb and
    --root "$(DESTDIR)" (instead of setting prefix) and adapt paths in
    python3-gpg.install to allow building with python3-setuptools.
    Closes: #1039724, #1054786

 -- Matthias Klose <email address hidden>  Tue, 07 Nov 2023 09:21:11 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gpgme1.0_1.18.0.orig.tar.bz2 1.7 MiB 361d4eae47ce925dba0ea569af40e7b52c645c4ae2e65e5621bf1b6cdd8b0e9e
gpgme1.0_1.18.0.orig.tar.bz2.asc 390 bytes 61efa5372ea178285b3ebf8be8c26edac2ac883a9cd6085e4ad608b6c2f772b6
gpgme1.0_1.18.0-4ubuntu1.debian.tar.xz 28.4 KiB ac7c4aeb886b0ddfbc625fcb2703ef365f00ea8f254a458bfac6bc84d083a0fb
gpgme1.0_1.18.0-4ubuntu1.dsc 3.0 KiB 86e0f3d52b4eba8b116294c426fd3e6e1740fd404bd5631605b40c4070564482

View changes file

Binary packages built by this source

gpgme-json: json interface to the GPGME GnuPG encryption library

 This interface allows web-browser extentions to communicate with
 gpgme from Chromium and Mozilla web-bworses. Installing this package
 should allow Mailvelope extension to work for example

gpgme-json-dbgsym: debug symbols for gpgme-json
libgpgme-dev: 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.

libgpgme-dev-dbgsym: debug symbols for libgpgme-dev
libgpgme11: No summary available for libgpgme11 in ubuntu noble.

No description available for libgpgme11 in ubuntu noble.

libgpgme11-dbgsym: No summary available for libgpgme11-dbgsym in ubuntu noble.

No description available for libgpgme11-dbgsym in ubuntu noble.

libgpgmepp-dev: C++ and Qt bindings for GPGME (development files)

 GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
 GnuPG project's GPGME (GnuPG Made Easy) library.
 .
 QGpgME is a library that provides GPGME integration with QEventLoop
 and some Qt datatypes (e.g. QByteArray).
 .
 This package contains the headers and other files needed to compile
 against either of these libraries.

libgpgmepp-doc: C++ and Qt bindings for GPGME (documentation for developers)

 GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
 GnuPG project's GPGME (GnuPG Made Easy) library.
 .
 QGpgME is a library that provides GPGME integration with QEventLoop
 and some Qt datatypes (e.g. QByteArray).
 .
 This package contains documentation for developers describing how to
 use these packages.

libgpgmepp6: No summary available for libgpgmepp6 in ubuntu noble.

No description available for libgpgmepp6 in ubuntu noble.

libgpgmepp6-dbgsym: No summary available for libgpgmepp6-dbgsym in ubuntu noble.

No description available for libgpgmepp6-dbgsym in ubuntu noble.

libqgpgme15: No summary available for libqgpgme15 in ubuntu noble.

No description available for libqgpgme15 in ubuntu noble.

libqgpgme15-dbgsym: No summary available for libqgpgme15-dbgsym in ubuntu noble.

No description available for libqgpgme15-dbgsym in ubuntu noble.

python3-gpg: Python interface to the GPGME GnuPG encryption library (Python 3)

 The "gpg" Python module is, for the most part, a direct interface to
 the C GPGME library. However, it is re-packaged in a more Pythonic
 way -- object-oriented with classes and modules. Take a look at the
 classes defined here -- they correspond directly to certain object
 types in GPGME for C.
 .
 Features:
  * Feature-rich, full implementation of the GPGME library. Supports
    all GPGME features except interactive editing (coming soon).
    Callback functions may be written in pure Python.
  * Ability to sign, encrypt, decrypt, and verify data.
  * Ability to list keys, export and import keys, and manage the keyring.
  * Fully object-oriented with convenient classes and modules.
 .
 This is the official upstream Python 3 binding for GPGME.

python3-gpg-dbgsym: debug symbols for python3-gpg