[Pkg-gnupg-commit] [gnupg2] 03/05: auto-enable gpg-agent and dirmngr for systemd user sessions

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed Jan 11 00:21:21 UTC 2017


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

dkg pushed a commit to branch master
in repository gnupg2.

commit 2e20f894a28788d6db78de1bcf14e9e6edaabb1c
Author: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
Date:   Tue Jan 10 16:37:39 2017 -0500

    auto-enable gpg-agent and dirmngr for systemd user sessions
    
    See https://bugs.debian.org/764678 for an explanation of why we're
    just adding the symlinks directly instead of depending on dh_systemd
    here.
---
 debian/dirmngr.links     | 1 +
 debian/gnupg-agent.links | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/debian/dirmngr.links b/debian/dirmngr.links
new file mode 100644
index 0000000..ca801e7
--- /dev/null
+++ b/debian/dirmngr.links
@@ -0,0 +1 @@
+usr/lib/systemd/user/dirmngr.socket /usr/lib/systemd/user/sockets.target.wants/dirmngr.socket
diff --git a/debian/gnupg-agent.links b/debian/gnupg-agent.links
index 2927701..90f6ce1 100644
--- a/debian/gnupg-agent.links
+++ b/debian/gnupg-agent.links
@@ -1,2 +1,6 @@
 usr/lib/gnupg/gpg-preset-passphrase usr/lib/gnupg2/gpg-preset-passphrase
 usr/lib/gnupg/gpg-protect-tool usr/lib/gnupg2/gpg-protect-tool
+usr/lib/systemd/user/gpg-agent-browser.socket usr/lib/systemd/user/sockets.target.wants/gpg-agent-browser.socket
+usr/lib/systemd/user/gpg-agent-extra.socket usr/lib/systemd/user/sockets.target.wants/gpg-agent-extra.socket
+usr/lib/systemd/user/gpg-agent-ssh.socket usr/lib/systemd/user/sockets.target.wants/gpg-agent-ssh.socket
+usr/lib/systemd/user/gpg-agent.socket usr/lib/systemd/user/sockets.target.wants/gpg-agent.socket

-- 
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