Your message dated Sun, 16 Mar 2008 21:02:51 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#467338: fixed in signing-party 1.0-1
has caused the Debian Bug report #467338,
regarding proposal for counterpart of gpgsigs
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.)


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

--- Please enter the report below this line. ---

I was wondering how to generate the signing-party list used in
/usr/share/doc/signing-party/gpgsigs/examples/ or at FOSDEM2008
and as I needed to generate one I simply wrote my own script.
Here it is for info, feel free to integrate it to the package
if you want.

#!/bin/bash

# License: GPLv3
# Copyright Philippe Teuwen <phil a teuwen o org> 2008
if [[ $# -ne 5 ]]; then
    cat <<EOF
Usage: $0 input output datestring organizer title
Or:    $0 -     output datestring organizer title
       to read from STDIN
Example:
       echo 9AD7E3DB 54C12701 |\\
       $0 - ksp-file.txt "20080222 1100" "My Name <[EMAIL PROTECTED]>" "my
party 08"
EOF
    exit 0
fi

input="$1"
[ "$input" == "-" ] && input="";
output="$2"
date="$3"
org="$4"
title=$(echo "$5"|tr a-z A-Z|sed 's/\(.\)/\1 /g')

exec > "$output"

# Date of event
LANG=C date --date="$date" +"%A, %B %e, %Y;  %H:%M"
# Organiser contact
printf "%80s\n\n\n" "$org"
# Title
printf "%*s\n\n" $(((72+$(echo "$title"|wc -c))/2)) "$title"
# Header
cat <<EOF
                     List of Participants  (v 1.0)


Here's what you have to do with this file:
(1) Print this file to paper.
(2) Compute this file's MD5 checksum and optionally also its SHA1 checksum.
   gpg --print-md md5  $output  (or use md5sum)
   gpg --print-md sha1 $output  (or use sha1sum)
(3) fill in the hash values on the printout.
(4) Bring the printout, a pen, and proof of identity to the
keysigningparty (and be on time!).

MD5 Checksum:  __ __ __ __ __ __ __ __    __ __ __ __ __ __ __ __
    [ ]



SHA1 Checksum: ____ ____ ____ ____ ____    ____ ____ ____ ____ ____
    [ ]




EOF

k=0;
for i in $(cat $input); do
    k=$(($k+1));
    printf "\n%03d  [ ] Fingerprint OK        [ ] ID OK\n" $k;
    gpg --fingerprint $i|grep -v "^sub";
done


--- System information. ---
Architecture: i386
Kernel:       Linux 2.6.22-3-vserver-686

Debian Release: lenny/sid
  990 testing         ftp.kulnet.kuleuven.ac.be
  500 unstable        ftp.kulnet.kuleuven.ac.be
  500 unstable        debian.jones.dk

--- Package information. ---
Depends                      (Version) | Installed
======================================-+-===========
gnupg                                  | 1.4.6-2+b1
libgnupg-interface-perl                | 0.33-6
libtext-template-perl                  | 1.44-1.1
libmime-perl                           | 5.425-2
libmailtools-perl                      | 1.77-1




--- 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