* caff:
+ Correct path of ~/.caffrc in informational messages (Closes: #582603).
+ Be more verbose on unexpected key ID (Closes: #645792).
+ * gpg-key2ps:
+ + Apply patch from Uwe Kleine-König to deal with latin1 characters
+ (partially addresses #596377).
* Debian package:
+ Import dpkg build flags, plus small cleanups.
-
[ Franck Joncourt ]
* Debian package:
+ Create the mail files in ~/.caff/keys even if mail is not sent
(closes: #590666).
- -- Thijs Kinkhorst <thijs@debian.org> Tue, 01 Nov 2011 20:35:10 +0100
+ -- Thijs Kinkhorst <thijs@debian.org> Wed, 02 Nov 2011 18:17:25 +0100
signing-party (1.1.3-1) unstable; urgency=low
/w $w def
/h $h def
-/Times-Roman findfont 9 scalefont setfont
+/reencode {
+ exch findfont
+ dup length dict
+ begin {
+ 1 index /FID eq
+ { pop pop }
+ { def } ifelse
+ } forall
+ /Encoding ISOLatin1Encoding def
+ currentdict
+ end
+ definefont
+} bind def
+
+/Times-Roman /trlatin1 reencode 9 scalefont setfont
/newline {
/y y 10 sub def