Hi! On Wed, 2015-08-26 at 12:24:01 +0200, Thorsten Glaser wrote: > Package: dpkg-dev > Version: 1.18.2 > Severity: minor > > I get warnings like these now: > > gpg: keyserver option 'verbose' is unknown > gpg: keyserver option 'verbose' is unknown
dpkg has preferred gnupg2 or gpgv2 if available over gnupg and gpgv for quite some time now (dpkg 1.17.2, Dec 2013). You can either remove gnupg2 if you don't want to ever use it, or pass the sign command through the -p option. But… > Also, there was some message about importing keys from my secret > keyring to gpg-agent, in a previous run. WTF? …well, no WTF here, that's just the first stages of GnuPG getting upgraded to 2.x in unstable, which will be taking over the gnupg and gpgv command names quite soon. You might need take a look at gnupg-agent and dirmngr which are taking over some of the responsibilities from gnupg. So, given the above I'm not entirely sure what you expect from this bug report, and I think I'll just be closing it if no compelling reason is given to do otherwise. > Versions of packages dpkg-dev recommends: […] > ii gnupg 1.4.19-5 > ii gnupg2 2.1.7-2 > ii gpgv 1.4.19-5 […] Thanks, Guillem