#1003302 debsigs: Do not hard-code the path to gpg.

Package:
debsigs
Source:
debsigs
Submitter:
"Todd C. Miller"
Date:
2022-01-07 21:15:03 UTC
Severity:
normal
Tags:
#1003302#5
Date:
2022-01-07 21:03:32 UTC
From:
To:
Dear Maintainer,

The debsigs utility uses a mix of fully-qualified and unqualified paths
when invoking gpg.  There's no need to explicitly run /usr/bin/gpg as
perl will use execvp() to invoke the command (which searches PATH).
Using the PATH to find gpg makes it easier to run debsigs on other,
non-Debian platforms.

The attached fix is also in gitlab as:
https://gitlab.com/debsigs/debsigs/-/merge_requests/3

 - todd