[Pkg-gnupg-commit] [gpgme] 08/09: preparing new libgpgmepp-dev package

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Oct 12 13:35:09 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gpgme.

commit 259fb541632b428293e0477d071759a82bb6463e
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Wed Oct 12 06:43:48 2016 -0400

    preparing new libgpgmepp-dev package
---
 debian/control                | 19 +++++++++++++++++++
 debian/libgpgme-dev.install   |  8 +++++---
 debian/libgpgmepp-dev.install |  8 ++++++++
 3 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 9ae9335..f1e1de6 100644
--- a/debian/control
+++ b/debian/control
@@ -142,3 +142,22 @@ Description: C++ wrapper library for GPGME
  .
  This is the official upstream C++ binding for GPGME.
 
+Package: libgpgmepp-dev
+Section: libdevel
+Architecture: any
+Depends:
+ ${misc:Depends},
+ qt5-base,
+Breaks:
+ kdepimlibs5-dev (<= 4:4.14.10-5),
+Replaces:
+ kdepimlibs5-dev (<= 4:4.14.10-5),
+Description: 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.
diff --git a/debian/libgpgme-dev.install b/debian/libgpgme-dev.install
index 1dc4821..24f1720 100644
--- a/debian/libgpgme-dev.install
+++ b/debian/libgpgme-dev.install
@@ -1,7 +1,9 @@
 usr/bin/gpgme-config
 usr/bin/gpgme-tool
-usr/include/
-usr/lib/*/lib*.a
-usr/lib/*/lib*.so
+usr/include/gpgme.h
+usr/lib/*/libgpgme-*.a
+usr/lib/*/libgpgme-*.so
+usr/lib/*/libgpgme.a
+usr/lib/*/libgpgme.so
 usr/share/aclocal/
 usr/share/info/*info*
diff --git a/debian/libgpgmepp-dev.install b/debian/libgpgmepp-dev.install
new file mode 100644
index 0000000..df13d70
--- /dev/null
+++ b/debian/libgpgmepp-dev.install
@@ -0,0 +1,8 @@
+usr/include/QGpgME
+usr/include/gpgme++
+usr/include/qgpgme
+usr/lib/*/cmake
+usr/lib/*/libgpgmepp.a
+usr/lib/*/libgpgmepp.so
+usr/lib/*/libqgpgme.a
+usr/lib/*/libqgpgme.so

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gpgme.git



More information about the Pkg-gnupg-commit mailing list