Package: gnupg1 Version: 1.4.22-1 Severity: wishlist I believe Ubuntu's gnupg1 packaging has only one change from Debian: uncomment 'use-agent' in g10/options.skel. I believe using the agent is the default in gnupg2 anyway. Please consider applying the change.
For context, I am pasting Ubuntu's patch below. Thanks, Jeremy Bicha diff -Nru gnupg1-1.4.21/debian/patches/use_agent_default.patch gnupg1-1.4.22/debian/patches/use_agent_default.patch --- gnupg1-1.4.21/debian/patches/use_agent_default.patch 2016-12-07 03:34:28.000000000 +0000 +++ gnupg1-1.4.22/debian/patches/use_agent_default.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,25 +0,0 @@ -Description: Use agent by default -Author: Scott Kitterman <[email protected]> -Bug-Ubuntu: https://bugs.launchpad.net/bugs/15485 -Forwarded: no -Last-Update: 2012-12-04 - -Index: b/g10/options.skel -=================================================================== ---- a/g10/options.skel -+++ b/g10/options.skel -@@ -199,8 +199,12 @@ - # at ftp.gnupg.org/gcrypt/alpha/aegypten/). To make use of the agent, - # you have to run an agent as daemon and use the option - # --# use-agent --# -+# For Ubuntu we now use-agent by default to support more automatic -+# use of GPG and S/MIME encryption by GUI programs. Depending on the -+# program, users may still have to manually decide to install gnupg-agent. -+ -+use-agent -+ - # which tries to use the agent but will fallback to the regular mode - # if there is a problem connecting to the agent. The normal way to - # locate the agent is by looking at the environment variable

