Control: tags -1 + moreinfo On Fri, 30 Apr 2010 at 20:53:16 +0300, Jari Aalto wrote: > --- a/scripts/debsign.sh > +++ b/scripts/debsign.sh > @@ -185,6 +185,7 @@ signfile () { > then > $signcommand --local-user "$2" --clearsign \ > --list-options no-show-policy-urls \ > + --use-agent \ > --armor --textmode --output "$ASCII_SIGNED_FILE"\ > "$UNSIGNED_FILE" || \ > { SAVESTAT=$?
Debian normally uses gpg version 2 now, and version 2 always uses the agent (the option exists but does nothing), so I think this change is no longer necessary. If you agree, this bug can probably be closed? Thanks, smcv