On Thu, 2011-08-25 at 01:26 +0200, Yann Dirson wrote: > The message is quite misleading: > > $ debsign tulip_3.6.0dfsg-1_amd64.changes > signfile tulip_3.6.0dfsg-1.dsc 5C33C1B8
It might be, but the problem isn't really what you suggest in the subject. > $ mv ~/.gnupg/ ~/.gnupg.away > $ debsign tulip_3.6.0dfsg-1_amd64.changes > Could not find a signing program (pgp or gpg)! > $ which gpg > /usr/bin/gpg The test for gpg is: if [ \( -n "$GNUPGHOME" -a -e "$GNUPGHOME" \) -o -e $HOME/.gnupg ] && \ command -v gpg > /dev/null 2>&1; then The result of your moving ~/.gnupg is that the first part of the test fails, so gpg is assumed not to be present. Regards, Adam -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org