+signing-party (0.4.1-1) unstable; urgency=low
+
+ * gpg-key2ps now works with revoked subkeys, thanks Christof Douma
+ (Closes: #311990).
+
+ -- Thijs Kinkhorst <kink@squirrelmail.org> Sat, 25 Jun 2005 16:27:42 +0200
+
signing-party (0.4.0-1) unstable; urgency=low
* Merging signing-party with pgp-tools, now contains caff
set -e
-VERSION="0.4.0"
+VERSION='$Rev$'
USAGE="Usage: $0 [-p papersize] [-r revoked-style] keyid-or-name"
/condhline { } def
} def
+/showAlgorithm {
+ << 16 (g) 17 (D) 1 (R) >> exch get
+ show
+} def
+
/pub {
condhline
50 y moveto (pub) show
- 70 y moveto show show (/) show show
+ 70 y moveto show showAlgorithm (/) show show
150 y moveto show
200 y moveto show
newline
/sbk {
50 y moveto (sub) show
- 70 y moveto show show (/) show show
+ 70 y moveto show showAlgorithm (/) show show
150 y moveto show
newline
} def
EOF
sed -e '/^tru:/d' \
-e '/^uat:/d' \
- -e 's/^pub:[^:]*:\([^:]*\):1:.\{8,8\}\(.\{8,8\}\):\([^:]*\):[^:]*:[^:]*:[^:]*:\([^:]*\):[^:]*:[^:]*:.*/ (\4) (\3) (\2) (R) (\1) pub/' \
- -e 's/^pub:[^:]*:\([^:]*\):17:.\{8,8\}\(.\{8,8\}\):\([^:]*\):[^:]*:[^:]*:[^:]*:\([^:]*\):[^:]*:[^:]*:.*/ (\4) (\3) (\2) (D) (\1) pub/' \
+ -e 's/^pub:[^:]*:\([^:]*\):\([0-9]*\):.\{8,8\}\(.\{8,8\}\):\([^:]*\):[^:]*:[^:]*:[^:]*:\([^:]*\):[^:]*:[^:]*:.*/ (\5) (\4) (\3) \2 (\1) pub/' \
-e 's/^fpr:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\):.*/ (\1) fpr/' \
-e 's/(\(.\{16,16\}\)\(.\{16,16\}\)) fpr/(@split@\1@ @split@\2@) fpr/' \
-e 's/@split@\(.\{2,2\}\)\(.\{2,2\}\)\(.\{2,2\}\)\(.\{2,2\}\)\(.\{2,2\}\)\(.\{2,2\}\)\(.\{2,2\}\)\(.\{2,2\}\)@/\1 \2 \3 \4 \5 \6 \7 \8/g' \
-e 's/@split@\(.\{4,4\}\)\(.\{4,4\}\)\(.\{4,4\}\)\(.\{4,4\}\)\(.\{4,4\}\)@/\1 \2 \3 \4 \5/g' \
-e 's/^uid:[^:r]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\):.*/ (\1) uid/' \
-e 's/^uid:r[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:\([^:]*\):.*/ (\1) revuid/' \
- -e 's/^sub:[^:]*:\([^:]*\):16:.\{8,8\}\(.\{8,8\}\):\([^:]*\):[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:.*/ (\3) (\2) (g) (\1) sbk/' \
+ -e 's/^sub:[^:]*:\([^:]*\):\([0-9]*\):.\{8,8\}\(.\{8,8\}\):\([^:]*\):[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:.*/ (\4) (\3) \2 (\1) sbk/' \
<$TMPFILE
cat <<EOF
} def