[Pkg-gnupg-commit] [gpgme] 03/06: depend on gnupg from version 2 or later, instead of gnupg2
Daniel Kahn Gillmor
dkg at fifthhorseman.net
Tue Apr 19 21:44:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
dkg pushed a commit to branch master
in repository gpgme.
commit 8dd36bfd692bf091cac8c36b608d86d17a5759ee
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date: Tue Apr 19 17:33:31 2016 -0400
depend on gnupg from version 2 or later, instead of gnupg2
---
debian/control | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index d2c2f49..7ee2bc0 100644
--- a/debian/control
+++ b/debian/control
@@ -7,8 +7,8 @@ Uploaders: Jose Carlos Garcia Sogo <jsogo at debian.org>,
Build-Depends: automake (>= 1.14),
debhelper (>> 9~),
dh-autoreconf,
+ gnupg (>= 2) | gnupg2,
gnupg-agent,
- gnupg2,
gpgsm,
help2man,
libassuan-dev (>> 2.0.2),
@@ -40,7 +40,9 @@ Package: libgpgme11
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
-Depends: gnupg2 (>> 2.0.4), ${misc:Depends}, ${shlibs:Depends}
+Depends: gnupg (>> 2) | gnupg2 (>> 2.0.4),
+ ${misc:Depends},
+ ${shlibs:Depends}
Suggests: gpgsm (>> 1.9.6)
Description: GPGME - GnuPG Made Easy (library)
GPGME is a wrapper library which provides a C API to access some of the
--
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