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