Source: gpgme1.0
Priority: optional
Section: libs
Uploaders: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Build-Depends: automake (>= 1.14),
               debhelper-compat (= 13),
               dh-python,
               doxygen,
               gnupg-agent,
               gnupg2 | gnupg (>= 2),
               gpgsm,
               graphviz,
               libassuan-dev (>= 2.4.2),
               libgpg-error-dev (>= 1.36),
               libpython3-all-dev,
               pkg-config,
               python3-all-dev:any,
               python3-build,
               python3-d2to1,
               python3-distlib,
               python3-distutils-extra,
               python3-installer,
               python3-pep517,
               python3-setuptools,
               python3-setuptools-whl,
               qt6-base-dev,
               qtbase5-dev,
               scdaemon,
               swig,
               texinfo
Build-Depends-Indep: doxygen, graphviz
Standards-Version: 4.6.1
Homepage: https://www.gnupg.org/related_software/gpgme/
Rules-Requires-Root: no
Vcs-Git: https://invent.kde.org/neon/backports-jammy/gpgme.git
Vcs-Browser: https://invent.kde.org/neon/backports-jammy/gpgme
Maintainer: Neon CI <neon@kde.org>

Package: libgpgme-dev
Section: libdevel
Architecture: any
Depends: libassuan-dev,
         libc6-dev,
         libgpg-error-dev,
         libgpgme11 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: libgpgme11-dev
Replaces: libgpgme11-dev
Provides: libgpgme11-dev (= ${binary:Version})
Description: 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.

Package: libgpgme11
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: gnupg (>= 2.1.21-4) | gpg, ${misc:Depends}, ${shlibs:Depends}
Recommends: dirmngr, gpg-agent, gpg-wks-client, gpgsm
Description: 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.

Package: python3-gpg
Architecture: any
Section: python
Provides: ${python3:Provides}
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: 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.

Package: lisp-gpg
Architecture: any
Section: lisp
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Lisp interface to the GPGME GnuPG encryption library
 .
 This is the official upstream Lisp binding for GPGME.

Package: libqgpgme15
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: library for GPGME integration with Qt5
 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.

Package: libqgpgme15-qt6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Breaks: libqgpgme15 (<< ${source:Version}~ciBuild)
Description: library for GPGME integration with Qt6
 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.

Package: libgpgmepp6
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: 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.

Package: libgpgmepp-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libgpgmepp6 (= ${binary:Version}),
         libqgpgme15 (= ${binary:Version}),
         ${misc:Depends}
Recommends: libgpgmepp-doc (= ${binary:Version})
Breaks: kdepimlibs5-dev
Replaces: kdepimlibs5-dev
Description: C++ 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.

Package: libqgpgme-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libgpgmepp-dev (= ${binary:Version}), qtbase5-dev, ${misc:Depends}
Breaks: libgpgmepp-dev (<< ${source:Version}~ciBuild)
Description: Qt5 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.

Package: libqgpgme15-qt6-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libgpgmepp-dev (= ${binary:Version}), qt6-base-dev, ${misc:Depends}
Breaks: libgpgmepp-dev (<< ${source:Version}~ciBuild)
Description: Qt6 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.

Package: libgpgmepp-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Suggests: libgpgmepp-dev
Description: 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.
