[SCM] gpgmepp packaging branch, kubuntu_unstable, updated. d9acb331bf13396feb4ceedc0387d1ce7c3687cc

Harald Sitter apachelogger-guest at moszumanska.debian.org
Tue Aug 11 08:38:56 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/gpgmepp.git;a=commitdiff;h=d9acb33

The following commit has been merged in the kubuntu_unstable branch:
commit d9acb331bf13396feb4ceedc0387d1ce7c3687cc
Author: Harald Sitter <sitter at kde.org>
Date:   Tue Aug 11 10:38:42 2015 +0200

    fix dev deps
---
 debian/control | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 9ca566c..9c901e1 100644
--- a/debian/control
+++ b/debian/control
@@ -38,7 +38,11 @@ Description: c++ wrapper library for gpgme
 Package: libkf5gpgmepp-dev
 Architecture: any
 Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libkf5gpgmepp-pthread5 (= ${binary:Version}),
+         libkf5gpgmepp5 (= ${binary:Version}),
+         libkf5qgpgme5 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: c++ wrapper library for gpgme - development files
  GpgME++ is a C++ wrapper (or C++ bindings) for the GnuPG project's gpgme
  (GnuPG Made Easy) library.

-- 
gpgmepp packaging



More information about the pkg-kde-commits mailing list