gpgme1.0 1.17.1-4ubuntu1 source package in Ubuntu

Changelog

gpgme1.0 (1.17.1-4ubuntu1) kinetic; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Enable gpgme-json LP: #1872474
    - Add integration with Google Chrome.
    - Reinstate build-dependency on dh-exec
    - 0007-lang-python-tests-Fix-FTBFS-caused-by-missing-PYTHON.patch

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

  * release to unstable

gpgme1.0 (1.17.1-3) experimental; urgency=medium

  * adopt upstream patch to fix build in 32-bit platforms

gpgme1.0 (1.17.1-2) experimental; urgency=medium

  * avoid -unknown suffix (Closes: #1004742)

gpgme1.0 (1.17.1-1) experimental; urgency=medium

  * New upstream release
  * move to DEP-14 branch naming
  * drop patches already upstream
  * refresh patches
  * update symbols
  * d/libgpgmepp6.lintian-overrides: update
  * qgpgme: ABI bump: Change from libqgpgme7 to libqgpgme15
  * move to experimental to test transition to libqgpgme15

 -- Gianfranco Costamagna <email address hidden>  Mon, 25 Jul 2022 11:12:29 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Kinetic
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.17.1.orig.tar.bz2 1.7 MiB 711eabf5dd661b9b04be9edc9ace2a7bc031f6bd9d37a768d02d0efdef108f5f
gpgme1.0_1.17.1.orig.tar.bz2.asc 228 bytes 62c5206be823ebbc3015bbc8843bb7b691394a66b558e0c0aaa6c6dab188348e
gpgme1.0_1.17.1-4ubuntu1.debian.tar.xz 22.8 KiB 072d57568d91050460441226acc3fbb3c6e9c78158be00313d7c41378cc683ec
gpgme1.0_1.17.1-4ubuntu1.dsc 3.0 KiB 6273231a84a97849e2445c6d5c54229f5faddc274e12b9b3f921d72dd31b2b2c

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

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