gpgme1.0 1.13.1-7ubuntu1 source package in Ubuntu

Changelog

gpgme1.0 (1.13.1-7ubuntu1) focal; urgency=medium

  * Merge from Debian unstable.  Remaining changes:
    - debian/patches/0006-PIC-and-shared.patch: Libs are -fPIC and -shared.
    - Add in libgpgme-dev a libgpgme-pthread.so pointing to libgpgme.so, this
      will fix the build failures of kf5-kdepim-apps-libs when built against
      this gpgme package.

gpgme1.0 (1.13.1-7) unstable; urgency=medium

  [ Helmut Grohne ]
  * Adapt cross building for python3.8 (Closes: #925797)

  [ Daniel Kahn Gillmor ]
  * Mark libgpgmepp-{doc,dev} with Multi-Arch: {foreign,same}

 -- Gianfranco Costamagna <email address hidden>  Mon, 09 Mar 2020 21:24:25 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Focal
Original maintainer:
Debian GnuPG-Maintainers
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.13.1.orig.tar.bz2 1.7 MiB c4e30b227682374c23cddc7fdb9324a99694d907e79242a25a4deeedb393be46
gpgme1.0_1.13.1.orig.tar.bz2.asc 488 bytes 2759362727500bc9ddee86c6383b63bee0e230bd6159e63ea3cb48dc1de0f303
gpgme1.0_1.13.1-7ubuntu1.debian.tar.xz 21.6 KiB a873cb78b94c1520dabed8e860858fdd0d7598e463e67d04273ae5b7e27b21a6
gpgme1.0_1.13.1-7ubuntu1.dsc 2.8 KiB 94a223d802df985296a93e95be984e83a3def1894059253d1a0abbc7495615a2

View changes file

Binary packages built by this source

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: 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.

libgpgme11-dbgsym: debug symbols for libgpgme11
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: C++ wrapper library for GPGME

 GpgME++ (aka GpgMEpp) is a C++ wrapper (or C++ bindings) for the
 GnuPG project's GPGME (GnuPG Made Easy) library.
 .
 This is the official upstream C++ binding for GPGME.

libgpgmepp6-dbgsym: debug symbols for libgpgmepp6
libqgpgme7: library for GPGME integration with Qt

 QGpgME is a library that provides GPGME integration with QEventLoop
 and some Qt datatypes (e.g. QByteArray).
 .
 This is the official upstream Qt binding for GPGME.

libqgpgme7-dbgsym: debug symbols for libqgpgme7
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