[Pkg-gnupg-commit] [gnupg2] 01/08: make Recommends: strictly versioned between gnupg and {gpg-agent, dirmngr}

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Jul 4 19:11:28 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 9fc2ee3e0001da684307fc690963d6bd3ec9014d
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Mon Jul 4 10:02:39 2016 -0400

    make Recommends: strictly versioned between gnupg and {gpg-agent,dirmngr}
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 3419139..38af59c 100644
--- a/debian/control
+++ b/debian/control
@@ -46,7 +46,7 @@ Package: gnupg-agent
 Architecture: any
 Multi-Arch: foreign
 Depends: pinentry-curses | pinentry, ${misc:Depends}, ${shlibs:Depends}
-Recommends: gnupg (= ${binary:Version}) | gnupg2 | gpgsm
+Recommends: gnupg (= ${binary:Version}) | gpgsm
 Conflicts: newpg
 Replaces: gnupg2 (<< 2.0.18-2), gpgsm (<< 2.0.18-2), newpg
 Breaks: gnupg2 (<< 2.0.18-2), gpgsm (<< 2.0.18-2)
@@ -81,7 +81,7 @@ Package: gpgsm
 Architecture: any
 Multi-Arch: foreign
 Depends: gnupg-agent (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
-Recommends: dirmngr (>= 2.1.0~)
+Recommends: dirmngr (= ${binary:Version})
 Breaks: gnupg2 (<< 2.1.10-2)
 Replaces: gnupg2 (<< 2.1.10-2)
 Description: GNU privacy guard - S/MIME version
@@ -101,7 +101,7 @@ Depends: dpkg (>= 1.15.4) | install-info,
          gnupg-agent (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
-Recommends: dirmngr (>= 2.1.0~), ${shlibs:Recommends}
+Recommends: dirmngr (= ${binary:Version}), ${shlibs:Recommends}
 Suggests: gnupg-doc, parcimonie, xloadimage
 Conflicts: gpg-idea (<= 2.2)
 Breaks: dirmngr (<< 2.1.0~), gnupg2 (<< 2.1.11-7+exp1)
@@ -161,7 +161,7 @@ Description: GNU privacy guard - signature verification tool (dummy transitional
 Package: dirmngr
 Architecture: any
 Depends: adduser, lsb-base (>= 3.2-13), ${misc:Depends}, ${shlibs:Depends}
-Recommends: ${shlibs:Recommends}
+Recommends: gnupg (= ${binary:Version}), ${shlibs:Recommends}
 Enhances: gnupg, gpgsm, squid
 Breaks: gnupg2 (<< 2.1.10-2)
 Replaces: gnupg2 (<< 2.1.10-2)

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



More information about the Pkg-gnupg-commit mailing list