=== modified file 'mandos-keygen' --- mandos-keygen 2014-02-16 13:12:20 +0000 +++ mandos-keygen 2014-03-01 09:51:07 +0000 @@ -228,6 +228,11 @@ date fi + # Make sure trustdb.gpg exists; + # this is a workaround for Debian bug #737128 + gpg --quiet --batch --no-tty --no-options --enable-dsa2 \ + --homedir "$RINGDIR" \ + --import-ownertrust < /dev/null # Generate a new key in the key rings gpg --quiet --batch --no-tty --no-options --enable-dsa2 \ --homedir "$RINGDIR" --trust-model always \