gpgme1.0 1.8.0-3ubuntu2 source package in Ubuntu

Changelog

gpgme1.0 (1.8.0-3ubuntu2) zesty; urgency=medium

  * 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.
  * Set LDFLAGS=-Wl,-z,relro in debian/rules, this avoids passing
    "-Bsymbolic-functions" which seems to be the cause of FTBFS'es for some
    architectures.
  * Add 0005-tests-Reduce-iterations-threads.patch, this fixes another cause of
    FTBFS'es on some architectures.
  * Previous two changes fix (LP: #1647204)
  * Thank you to Rik Mills for his help fixing the above problems.

 -- José Manuel Santamaría Lema <email address hidden>  Sat, 18 Feb 2017 22:22:02 +0100

Upload details

Uploaded by:
Jose Manuel Santamaria Lema on 2017-02-21
Sponsored by:
Barry Warsaw
Uploaded to:
Zesty
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
libdevel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Zesty release on 2017-02-23 main libdevel

Downloads

File Size SHA-256 Checksum
gpgme1.0_1.8.0.orig.tar.bz2 1.2 MiB 596097257c2ce22e747741f8ff3d7e24f6e26231fa198a41b2a072e62d1e5d33
gpgme1.0_1.8.0-3ubuntu2.debian.tar.xz 17.4 KiB 0b932cd899d691161949aba5d361f83e5a3ac8238a42df7b92925fb2454d9c96
gpgme1.0_1.8.0-3ubuntu2.dsc 2.7 KiB 754c2d9cd915bfefda8e62b82114a38908c07cde8a9ab90bd04f2d4dc496bbb1

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 package libgpgme-dev

 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.

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 package libgpgme11

 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.

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 package libgpgmepp6

 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.

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 package libqgpgme7

 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.

python-gpg: Python interface to the GPGME GnuPG encryption library (Python 2)

 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 2 binding for GPGME.

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.