Your message dated Sun, 16 Mar 2008 21:02:51 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#466993: fixed in signing-party 1.0-1
has caused the Debian Bug report #466993,
regarding signing-party: [gpg-key2ps] doesn't support --revoked-style option
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
466993: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=466993
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: signing-party
Version: 0.4.13-1
Severity: minor
Tags: patch

Hello,

as the title suggests:
=====
[EMAIL PROTECTED]:~$ gpg-key2ps --revoked-style hide 9DDB992B
Unknown option: revoked-style
gpg-key2ps 350 - (c) 2001-2007 Simon Richter, Thijs Kinkhorst, Christoph Berg
Usage: /usr/bin/gpg-key2ps [-p papersize] [-r revoked-style] [-1] keyid-or-name 
...
Options:
 -p --paper-size
 -r --revoked-style
        hide   - Don't show revoked uids (default)
        grey   - Print text in grey
        note   - Add "[revoked]"
        show   - List revoked uids normally
        strike - Strike through lines
 -1 Only print one column, for extra wide keys
 -h --help
 -v --version
[EMAIL PROTECTED]:~$
=====

The patch against SVN is trivial:

--8<---------------cut here---------------start------------->8---
Index: gpg-key2ps
===================================================================
--- gpg-key2ps  (revision 361)
+++ gpg-key2ps  (working copy)
@@ -54,6 +54,7 @@
        '-p=s'              => \$opts->{papersize},
        '--paper-size=s'    => \$opts->{papersize},
        '-r=s'              => \$opts->{revokestyle},
+       '--revoked-style=s' => \$opts->{revokestyle},
        '-1'                => \$opts->{1},
 )) {
        usage(\*STDERR, 1);
--8<---------------cut here---------------end--------------->8---

Thx, bye,
Gimso / Luca

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages signing-party depends on:
ii  gnupg                         1.4.6-2+b1 GNU privacy guard - a free PGP rep
ii  libgnupg-interface-perl       0.33-6     Perl interface to GnuPG
ii  libmailtools-perl             2.02-1     Manipulate email in perl programs
ii  libmime-tools-perl [libmime-p 5.425-2    Perl5 modules for MIME-compliant m
ii  libtext-template-perl         1.44-1.1   Text::Template perl module

Versions of packages signing-party recommends:
ii  dialog                    1.1-20071028-3 Displays user-friendly dialog boxe
ii  libintl-perl              1.16-4         Uniforum message translations syst
pn  libpaper-utils            <none>         (no description available)
ii  libtext-iconv-perl        1.4-3          converts between character sets in
ii  postfix [mail-transport-a 2.5.1~rc1-1    High-performance mail transport ag
ii  whiptail                  0.52.2-11.1    Displays user-friendly dialog boxe

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: signing-party
Source-Version: 1.0-1

We believe that the bug you reported is fixed in the latest version of
signing-party, which is due to be installed in the Debian FTP archive:

sig2dot_1.0-1_all.deb
  to pool/main/s/signing-party/sig2dot_1.0-1_all.deb
signing-party_1.0-1.diff.gz
  to pool/main/s/signing-party/signing-party_1.0-1.diff.gz
signing-party_1.0-1.dsc
  to pool/main/s/signing-party/signing-party_1.0-1.dsc
signing-party_1.0-1_all.deb
  to pool/main/s/signing-party/signing-party_1.0-1_all.deb
signing-party_1.0.orig.tar.gz
  to pool/main/s/signing-party/signing-party_1.0.orig.tar.gz
springgraph_1.0-1_all.deb
  to pool/main/s/signing-party/springgraph_1.0-1_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christoph Berg <[EMAIL PROTECTED]> (supplier of updated signing-party package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 16 Mar 2008 20:58:50 +0100
Source: signing-party
Binary: signing-party sig2dot springgraph
Architecture: source all
Version: 1.0-1
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst <[EMAIL PROTECTED]>
Changed-By: Christoph Berg <[EMAIL PROTECTED]>
Description: 
 sig2dot    - transitional package to pull in signing-party
 signing-party - Various OpenPGP related tools
 springgraph - transitional package to pull in signing-party
Closes: 453840 462897 466716 466993 467001 467338
Changes: 
 signing-party (1.0-1) unstable; urgency=low
 .
   * The 1.0 release.
 .
   [ Christoph Berg ]
   * gpglist: Do not barf on revokers (rvk). Thanks to Faidon Liambotis for
     spotting.
   * sig2dot, springgraph: new scripts joining the family, no longer provided
     as separate packages. We shamelessly bump our version number to something
     greater, and build transitional packages.
   * gpg-key2ps: also handle revoked subkeys (Closes: #467001).
   * gpgsigs: correctly handle keys with several photo ids via a helper script
     in /usr/share/signing-party/ (Closes: #453840).
   * Start moving the installation machinery from debian/* to Makefiles.
 .
   [ 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).
   * gpgparticipants: new script to create a participant list useful for
     party organisers using the Zimmermann-Sassaman key-signing protocol.
     Thanks Philippe Teuwen (Closes: #467338).
   * caff: always update the user's key from their GnuPG home, to adequately
     cope with changed keys (Closes: #462897).
Files: 
 7e772f86a3a724cf4646170e55142383 850 misc extra signing-party_1.0-1.dsc
 fcfb3fd403e4e6ce0e95adf7b7d69717 63552 misc extra signing-party_1.0.orig.tar.gz
 c86e3576a2ff4d130d4cb9ca8e088583 9803 misc extra signing-party_1.0-1.diff.gz
 291691beb8217e39867a7c604367cc11 89330 misc extra signing-party_1.0-1_all.deb
 f67c597840b02fbbeab28bfc56c0e291 7632 misc extra sig2dot_1.0-1_all.deb
 a56381bebeaffbecc925190e377407aa 7628 misc extra springgraph_1.0-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFH3Xztxa93SlhRC1oRAkJ1AJ9a8u6zMUrFdYk2Y4UDzg8P47FbDQCgkYlY
mowKhd1hidyXFME0ZnlfMMw=
=mCJL
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to