gpgme1.0 1.12.0-6ubuntu1 source package in Ubuntu

Changelog

gpgme1.0 (1.12.0-6ubuntu1) eoan; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - debian/patch/0007-Python-Versions.patch: Use py{,3}versions detection.
    - 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.
    - Bump libgpg-error-dev build dependency to 1.28 for new gpgrt API

gpgme1.0 (1.12.0-6) unstable; urgency=medium

  * Team upload.
  * d/tests: Fix autopkgtest by removing test for python3.6, and
    python3.7, since we already have test for python3.

gpgme1.0 (1.12.0-5) unstable; urgency=medium

  * Team upload.
  * Backport upstream patch to fix RC bug that TofuInfoTest key expires
    on 2019-Jan-06 (Closes: #919293).

 -- Julian Andres Klode <email address hidden>  Tue, 23 Apr 2019 10:05:42 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Eoan
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.12.0.orig.tar.bz2 1.6 MiB b4dc951c3743a60e2e120a77892e9e864fb936b2e58e7c77e8581f4d050e8cd8
gpgme1.0_1.12.0.orig.tar.bz2.asc 534 bytes cc896a14ad4495f06828678488d710ecd208630a121d40b01ab3110dc1a3d821
gpgme1.0_1.12.0-6ubuntu1.debian.tar.xz 23.3 KiB 5e7cbe8c521e9821c57632f61364b7fc88cf7466e4daaed7c1dc669a69bfa5e5
gpgme1.0_1.12.0-6ubuntu1.dsc 2.9 KiB fe5994bf907a16bca3f2ef04513061b21e6190d8a9e17106b0e45d116b11f8d3

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: No summary available for libgpgmepp-dev in ubuntu eoan.

No description available for libgpgmepp-dev in ubuntu eoan.

libgpgmepp-doc: No summary available for libgpgmepp-doc in ubuntu eoan.

No description available for libgpgmepp-doc in ubuntu eoan.

libgpgmepp6: No summary available for libgpgmepp6 in ubuntu eoan.

No description available for libgpgmepp6 in ubuntu eoan.

libgpgmepp6-dbgsym: debug symbols for libgpgmepp6
libqgpgme7: No summary available for libqgpgme7 in ubuntu eoan.

No description available for libqgpgme7 in ubuntu eoan.

libqgpgme7-dbgsym: debug symbols for libqgpgme7
python-gpg: No summary available for python-gpg in ubuntu eoan.

No description available for python-gpg in ubuntu eoan.

python-gpg-dbgsym: No summary available for python-gpg-dbgsym in ubuntu focal.

No description available for python-gpg-dbgsym in ubuntu focal.

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