[pkg-gnupg-maint] scdaemon dependency

NIIBE Yutaka gniibe at fsij.org
Thu Sep 10 03:32:38 UTC 2015


Hello,

Here is a patch to change scdaemon's dependency.  It should be used
with exact same version of gnupg-agent package.

gpgsm package doesn't depend on scdaemon.  Perhaps, the dependency was
added because the executable was once included in gpgsm package (and
then, was separated).


diff --git a/debian/control b/debian/control
index 963b436..0695fcc 100644
--- a/debian/control
+++ b/debian/control
@@ -56,7 +56,7 @@ Description: GNU privacy guard - cryptographic agent
 Package: scdaemon
 Architecture: any
 Multi-Arch: foreign
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: gnupg-agent (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Breaks: gpgsm (<< 2.0.18-2)
 Replaces: gpgsm (<< 2.0.18-2)
 Description: GNU privacy guard - smart card support
@@ -72,7 +72,6 @@ Package: gpgsm
 Architecture: any
 Multi-Arch: foreign
 Depends: gnupg-agent (= ${binary:Version}),
-         scdaemon (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: dirmngr (>= 2.1.0~)
-- 



More information about the pkg-gnupg-maint mailing list