If so far all 's gone well, then after logging off and then on again, or after doing
. ~/.debpack
from the current shell, you should now be able to do:
env|grep DEB
DEBEMAIL=john@sudoe.com
DEBFULLNAME=John Sudoe
DEBSIGN_KEYID=D1D9258A
And to test GPG, you should do:
echo blah > test.txt
gpg --recipient john@sudoe.com
--encrypt test.txt
... then when you do the following twice, you should have to type the password only once:
gpg --decrypt test.txt.gpg