* gpg-key2ps: also accept revoked-style long option, thanks Luca Capello
authorthijs <thijs@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 27 Feb 2008 10:29:47 +0000 (10:29 +0000)
committerthijs <thijs@b513b33f-fedd-0310-b452-c3deb5f4c849>
Wed, 27 Feb 2008 10:29:47 +0000 (10:29 +0000)
  (Closes: #466993).

git-svn-id: svn://svn.debian.org/pgp-tools/trunk@363 b513b33f-fedd-0310-b452-c3deb5f4c849

debian/changelog
gpg-key2ps/gpg-key2ps

index 1f30d027308fb6a20b19d1f84bb6fdc76966286f..153ee22d1ca5008c3cfef1a78633229f4a47813f 100644 (file)
@@ -7,8 +7,10 @@ signing-party (0.4.13-2) unreleased; urgency=low
   [ Thijs Kinkhorst ]
   * keylookup: cope with 16 or 40 nibble keyids, thanks Philippe Teuwen
     (Closes: #466716).
+  * gpg-key2ps: also accept revoked-style long option, thanks Luca Capello
+    (Closes: #466993).
 
- -- Thijs Kinkhorst <thijs@debian.org>  Wed, 27 Feb 2008 11:23:33 +0100
+ -- Thijs Kinkhorst <thijs@debian.org>  Wed, 27 Feb 2008 11:29:11 +0100
 
 signing-party (0.4.13-1) unstable; urgency=low
 
index c47a53c3774e546e6d87d544e07750c4c8a6ece5..ed54cc89e7c9a670f2c4d9c77efff42557176bcc 100755 (executable)
@@ -54,6 +54,7 @@ if (!GetOptions (
        '-p=s'              => \$opts->{papersize},
        '--paper-size=s'    => \$opts->{papersize},
        '-r=s'              => \$opts->{revokestyle},
+       '--revoked-style=s' => \$opts->{revokestyle},
        '-1'                => \$opts->{1},
 )) {
        usage(\*STDERR, 1);