Your message dated Sun, 06 Mar 2005 19:47:44 -0500
with message-id <[EMAIL PROTECTED]>
and subject line Bug#222664: fixed in signing-party 0.3.0-1
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 2 Dec 2003 00:19:14 +0000
>From [EMAIL PROTECTED] Mon Dec 01 18:19:13 2003
Return-path: <[EMAIL PROTECTED]>
Received: from 173.red-217-125-143.pooles.rima-tde.net (gaia.roncero.org) 
[217.125.143.173] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1AQyG0-0000dE-00; Mon, 01 Dec 2003 18:19:13 -0600
Received: from terminus.roncero.org (terminus [172.26.0.2])
        by gaia.roncero.org (Postfix) with ESMTP
        id 613733328A; Tue,  2 Dec 2003 01:19:09 +0100 (CET)
Received: by terminus.roncero.org (Postfix, from userid 1000)
        id EF9FE1594E3; Tue,  2 Dec 2003 01:19:08 +0100 (CET)
Content-Type: multipart/mixed; boundary="===============1738956439=="
MIME-Version: 1.0
From: =?iso-8859-15?q?Jes=FAs_Roncero?= <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: signing-party: gpg-key2ps generates a broken ps file
X-Mailer: reportbug 2.36
Date: Tue, 02 Dec 2003 01:19:08 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 
        2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_11_20 
        (1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-4.0 required=4.0 tests=BAYES_80,HAS_PACKAGE 
        autolearn=no 
        version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_11_20
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============1738956439==
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="ISO-8859-15"
Content-Disposition: inline

Package: signing-party
Version: 0.2.3-1
Severity: grave
Tags: sid patch
Justification: renders package unusable

Executing gpg-key2ps generates a invalid postscript file. I've been
investigating the script itself and the output from gnupg and I believe
it's a problem with the output from gpg itself.

If you run gpg as the script does, if you have gnu pgp 1.2.3 (as I have)
the output you get is:

[EMAIL PROTECTED]:~$ gpg --list-keys --with-colons jesus
tru::0:1030556672:0
pub:u:1024:17:0DB9F19A863B90A4:2002-06-23:::u:Jesus Roncero Franco <jesus _AT_ 
roncero.org>::scESC:
uid:u::::::::Jesus Roncero Franco (HispaLinux) <jesus.roncero _AT_ 
hispalinux.es>:
uid:u::::::::Jesús Roncero Franco (yahoo) <jroncero _AT_ yahoo.com>:
sub:u:2048:16:55EFCAD9861A910B:2002-06-23::::::e:


[Note that I did changed the @ sign for _AT_ to bug spammers.

So, If you look carefully, there's this line at the very beginning:
tru::0:1030556672:0 which is explained in the DETAILS file of the gnupg
documentation. This line, which happens not to be in the output of gnupg
1.0.6 (the one I tested) is what is making the ps file unusable.

So, what I did is just change the line in the script and make it go
through a "grep -v 'tru:'" to avoid that line. This way it should work with
any version of gnupg, I believe.

I am sending you an attachment with the patch. I am not very used to
diff and patch, I hope it helps to you, although it's only a line to
change. 

Thanks.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux terminus 2.6.0-test10 #1 Mon Nov 24 13:46:29 CET 2003 i686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to [EMAIL 
PROTECTED])

Versions of packages signing-party depends on:
ii  gnupg                         1.2.3-1    GNU privacy guard - a free PGP rep

-- no debconf information


--===============1738956439==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="/tmp/gpg-key2ps.patch"

--- /usr/bin/gpg-key2ps 2003-12-02 00:35:58.000000000 +0100
+++ gpg-key2ps  2003-12-02 00:36:33.000000000 +0100
@@ -51,7 +51,7 @@
 
 TMPFILE=`mktemp /tmp/gpg-key2ps.XXXXXX`
 
-if ! gpg --fingerprint --with-colons $KEYIDS  2>/dev/null >$TMPFILE; then
+if ! gpg --fingerprint --with-colons $KEYIDS | grep -v 'tru:' 2>/dev/null 
>$TMPFILE; then
        echo >&2 "Key not found. Try \'gpg --list-keys\'"
        rm $TMPFILE
        exit 1

--===============1738956439==--

---------------------------------------
Received: (at 222664-close) by bugs.debian.org; 7 Mar 2005 00:53:02 +0000
>From [EMAIL PROTECTED] Sun Mar 06 16:53:02 2005
Return-path: <[EMAIL PROTECTED]>
Received: from newraff.debian.org [208.185.25.31] (mail)
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1D86UX-0005yr-00; Sun, 06 Mar 2005 16:53:01 -0800
Received: from katie by newraff.debian.org with local (Exim 3.35 1 (Debian))
        id 1D86PQ-000578-00; Sun, 06 Mar 2005 19:47:44 -0500
From: Thijs Kinkhorst <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.55 $
Subject: Bug#222664: fixed in signing-party 0.3.0-1
Message-Id: <[EMAIL PROTECTED]>
Sender: Archive Administrator <[EMAIL PROTECTED]>
Date: Sun, 06 Mar 2005 19:47:44 -0500
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-Spam-Level: 
X-CrossAssassin-Score: 4

Source: signing-party
Source-Version: 0.3.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:

signing-party_0.3.0-1.diff.gz
  to pool/main/s/signing-party/signing-party_0.3.0-1.diff.gz
signing-party_0.3.0-1.dsc
  to pool/main/s/signing-party/signing-party_0.3.0-1.dsc
signing-party_0.3.0-1_all.deb
  to pool/main/s/signing-party/signing-party_0.3.0-1_all.deb
signing-party_0.3.0.orig.tar.gz
  to pool/main/s/signing-party/signing-party_0.3.0.orig.tar.gz



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.
Thijs Kinkhorst <[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: Sat,  5 Mar 2005 14:39:24 +0100
Source: signing-party
Binary: signing-party
Architecture: source all
Version: 0.3.0-1
Distribution: unstable
Urgency: low
Maintainer: Thijs Kinkhorst <[EMAIL PROTECTED]>
Changed-By: Thijs Kinkhorst <[EMAIL PROTECTED]>
Description: 
 signing-party - Scripts useful for keysigning parties
Closes: 171846 176245 176245 200070 222664
Changes: 
 signing-party (0.3.0-1) unstable; urgency=low
 .
   * New maintainer, Simon is moving to co-maintenance.
   * New upstream release:
     + Fix missing section number from manpages.
       (fixes Lintian warnings)
     + Add more documentation (README, and in gpg-mailkeys).
     + In gpg-key2ps:
       - Add handling for 'tru' and 'uat' packets. (Closes: #222664)
       - Change env.var PAPERCONF to PAPERSIZE due to changed behaviour since
         libpaper-1.1.13. (Closes: #176245)
       - Truncate too long UIDs so they don't mess up the keys next to them.
         (Closes: #171846)
     + In gpg-mailkeys:
       - Send the key as an attachment. (Closes: #176245)
       - Make gpg-mailkeys messages more customizable. (Closes: #200070)
       - By default, let sendmail determine the From-line (more reliable).
   * Update to Standards-Version 3.6.1 (no changes neccessary).
   * Depend on libpaper-utils >= 1.1.13.
   * Clarify copyright / maintainer documentation.
Files: 
 61f8505cffc383be643a5f286bbd0d7e 702 misc extra signing-party_0.3.0-1.dsc
 1752930e622a9dd68b9129c7ab2a02f5 11745 misc extra 
signing-party_0.3.0.orig.tar.gz
 e94762c4e7b49bd9273b565eb0fbc4d9 2560 misc extra signing-party_0.3.0-1.diff.gz
 470f37d38f899d7de36e08fc19f1f156 8736 misc extra signing-party_0.3.0-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Signed by Jeroen van Wolffelaar <[EMAIL PROTECTED]>

iD8DBQFCK6CRl2uISwgTVp8RAl2DAKCs7O4w4bar0BSQN+5DZ+tZlKWYxQCghhMF
Vc+qwh+gQ1jIV2x7PcGMrEc=
=gVup
-----END PGP SIGNATURE-----


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to