(Closes: #318469).
git-svn-id: svn://svn.debian.org/pgp-tools/trunk@147
b513b33f-fedd-0310-b452-
c3deb5f4c849
Type => "application/pgp-keys",
Disposition => 'attachment',
Encoding => "7bit",
- Description => "PGP Key 0x$key_id, uid ".($key->{'text'}).' ('.($key->{'serial'}).')',
+ Description => "PGP Key 0x$key_id, uid ".($key->{'text'}).' ('.($key->{'serial'}).'), signed by 0x'.$CONFIG{'keyid'}[0],
Data => $key->{'key'},
- Filename => "0x$key_id.".$key->{'serial'}.".asc");
+ Filename => "0x$key_id.".$key->{'serial'}.".signed-by-0x".$CONFIG{'keyid'}[0].".asc");
};
if ($can_encrypt) {
+ allows to BCC the signer, thanks Joost van Baal (Closes: #316176).
+ new option to pause before continuing to the signing step,
thanks Christof Douma (Closes: #316129).
+ + Create unique attachment filenames, thanks Robin H. Johnson
+ (Closes: #318469).
* Depend on libtext-template-perl as caff needs it.
* Update to Standards-Version 3.6.2, no changes necessary.