Package: libgpgme11
Version: 1.1.8-1
Severity: wishlist
Tags: patch
Different tools like kleopatra wants gpgconf support from libgpgme. This can be
done like the support for gpgsm.
--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.26-1-amd64
Debian Release: 5.0
500 unstable ftp.debian.org
500 unstable debian.netcologne.de
500 UNRELEASED kde42.debian.net
1 experimental ftp.debian.org
--- Package information. ---
Depends (Version) | Installed
==============================-+-=============
libc6 (>= 2.7-1) | 2.7-16
libgpg-error0 (>= 1.4) | 1.4-2
libpth20 (>= 2.0.7) | 2.0.7-12
gnupg (>= 1.4.6-2) | 1.4.9-3
---
debian/control | 2 +-
debian/rules | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 8117c73..3c6c2cf 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,7 @@ Package: libgpgme11
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, gnupg (>= 1.4.6-2)
-Suggests: gpgsm
+Suggests: gpgsm (>= 1.9.6), gnupg2 (>= 2.0.4)
Description: GPGME - GnuPG Made Easy
GPGME is a wrapper library which provides a C API to access some of the
GnuPG functions, such as encrypt, decrypt, sign, verify, ...
diff --git a/debian/rules b/debian/rules
index 8739586..4754b47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,7 +49,8 @@ configure-stamp: patch-stamp
--enable-static \
--prefix=/usr --mandir=\$${prefix}/share/man
--infodir=\$${prefix}/share/info \
--with-gpg=/usr/bin/gpg \
- --with-gpgsm=/usr/bin/gpgsm
+ --with-gpgsm=/usr/bin/gpgsm \
+ --with-gpgconf=/usr/bin/gpgconf
touch configure-stamp
--
1.6.0.6
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]