Your message dated Tue, 26 Aug 2014 18:36:53 +0000
with message-id <[email protected]>
and subject line Bug#758991: fixed in signing-party 1.1.9-1
has caused the Debian Bug report #758991,
regarding Seeveral Patch to fixed issue in signing-party-1.1.5
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.)


-- 
758991: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758991
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package:        signing-party
Version:        1.1.5
Subject:        Forwarding patch for bug fixes to upstream

Hello,

I would like to forward several patches which I have applied to the
pgp-tools package in Fedora for upstream integration.

Best Regards:

Jochen Schmitt

diff -urNp --exclude-from=/home/mdomsch/excludes --minimal 
signing-party-1.1.orig/keyanalyze/Makefile signing-party-1.1/keyanalyze/Makefile
--- signing-party-1.1.orig/keyanalyze/Makefile  2009-02-21 04:30:01.000000000 
-0600
+++ signing-party-1.1/keyanalyze/Makefile       2009-04-18 00:04:14.000000000 
-0500
@@ -1,21 +1,16 @@
 LDLIBS=-lpthread
 CFLAGS=-O2 -W -Wall -g
 
-all: keyanalyze process_keys pgpring/pgpring
+all: keyanalyze process_keys
 
 keyanalyze: keyanalyze.o
 process_keys: process_keys.o
 
-pgpring/pgpring:
-       cd pgpring && CFLAGS="${CFLAGS}" ./configure && make pgpring
-
 install:
-       install pgpring/pgpring $(DESTDIR)/usr/bin
        install keyanalyze $(DESTDIR)/usr/bin
        install process_keys $(DESTDIR)/usr/bin
 
 clean:
-       -(cd pgpring && make distclean)
        -rm -f *.o core *~ keyanalyze process_keys
        -rm -f test.pre preprocess.keys keyanalyze.out all.keys
        -rm -rf output

diff -up signing-party-1.1.4/gpg-key2ps/gpg-key2ps.paper 
signing-party-1.1.4/gpg-key2ps/gpg-key2ps
--- signing-party-1.1.4/gpg-key2ps/gpg-key2ps.paper     2013-06-16 
16:30:54.643953002 +0200
+++ signing-party-1.1.4/gpg-key2ps/gpg-key2ps   2013-06-16 16:33:36.937227454 
+0200
@@ -89,8 +89,8 @@ usage(\*STDERR, 1) unless scalar @ARGV >
 # determine the paper size through the paperconf tool
 my $w; my $h;
 if ( `which paperconf` && $? == 0 ) {
-       $w=`paperconf -w`;
-       $h=`paperconf -h`;
+       $w=`paperconf -w | tr "," "."`;
+       $h=`paperconf -h` | tr "," "."`;
        chomp($w);
        chomp($h);
 } else {

diff -up signing-party-1.1.5/gpg-key2ps/gpg-key2ps.bak 
signing-party-1.1.5/gpg-key2ps/gpg-key2ps
--- signing-party-1.1.5/gpg-key2ps/gpg-key2ps.bak       2014-08-23 
14:26:44.461034094 +0200
+++ signing-party-1.1.5/gpg-key2ps/gpg-key2ps   2014-08-23 14:28:19.104679028 
+0200
@@ -90,7 +90,7 @@ usage(\*STDERR, 1) unless scalar @ARGV >
 my $w; my $h;
 if ( `which paperconf` && $? == 0 ) {
        $w=`paperconf -w | tr "," "."`;
-       $h=`paperconf -h` | tr "," "."`;
+       $h=`paperconf -h | tr "," "."`;
        chomp($w);
        chomp($h);
 } else {

--- End Message ---
--- Begin Message ---
Source: signing-party
Source-Version: 1.1.9-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.

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.
Guilhem Moulin <[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.8
Date: Mon, 25 Aug 2014 21:50:04 +0200
Source: signing-party
Binary: signing-party
Architecture: source amd64
Version: 1.1.9-1
Distribution: unstable
Urgency: low
Maintainer: Guilhem Moulin <[email protected]>
Changed-By: Guilhem Moulin <[email protected]>
Description:
 signing-party - Various OpenPGP related tools
Closes: 756459 758991
Changes:
 signing-party (1.1.9-1) unstable; urgency=low
 .
   [ Guilhem Moulin ]
   * debian.copyright:
     + Upgragrade to the new, machine-readable, format.
   * caff:
     + Fix regression introduced in r518 when removing the 'defined' in
       'defined @array'. (Closes: #756459)
   * gpg-key2ps:
     + Replace ',' with '.' in paperconf's output, which is localized while
       Postscript understands only '.' as decimal mark. (Closes: #758991)
   * gpgsigs:
     + Use Perl's "Encode" core module for charset conversion. Also, change the
       default 'from' charset to be the locale in use, as it was the case for
       'to'. (Use -f/-t to select alternative from/to charsets.)
Checksums-Sha1:
 2e29200da94cda135adfd039a9d5d85b74706fb7 1704 signing-party_1.1.9-1.dsc
 e33e26395d6dd2b0eba727087ac4786b451101f2 228269 signing-party_1.1.9.orig.tar.gz
 3dc3007579ca712915ac875f76730b1eec0ddf32 15988 
signing-party_1.1.9-1.debian.tar.xz
 d900cf94be75b9eed730c5ecfcd2fe2d81359636 158586 signing-party_1.1.9-1_amd64.deb
Checksums-Sha256:
 6cd90f81cadb253adb66dc42dea13e75a545ca501672c338c08c3b095f3208a7 1704 
signing-party_1.1.9-1.dsc
 a479008de9cdd5c06dd352dc63b766716c31de0cafbd04504c861a270d771eb5 228269 
signing-party_1.1.9.orig.tar.gz
 37119c9d7ad0c03dd5349c95b2e8cfc11d5f28a14b91f92ac9bab3a252b9ed76 15988 
signing-party_1.1.9-1.debian.tar.xz
 aaddbd76e4b6e875b95ce585a838521adcf8d697c4bcc1b200732b8674483605 158586 
signing-party_1.1.9-1_amd64.deb
Files:
 5afe263a4d15e11f2b83960b9cd0c4ac 158586 misc extra 
signing-party_1.1.9-1_amd64.deb
 2d61e19af30214b7779f2f4961881206 1704 misc extra signing-party_1.1.9-1.dsc
 5e3635eccbde91820ac15ee487a68a65 228269 misc extra 
signing-party_1.1.9.orig.tar.gz
 474d81e3ee2209430eb41d777b14d875 15988 misc extra 
signing-party_1.1.9-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJT/M8PAAoJEFb2GnlAHawEXT8H/1csOx91JfI9LeR4PHYzcl2a
fCnVCNbK+HCWO6FAj7ccj4H3gG9cmvxnpIPZG7QRBMNSdidY/RlOyBC5FTEIX2FW
3ILWK/W6PRV1yF+twR/fXPUn87NyhHIoWwz0PD1BBQjQB78pN9UslTbu5bGgvldH
03vZ44IxxG1FSX2RtyCEazvZQHv9jhO1VbIAdLGh/SxqkYKDmxae/9nhCGep6VmB
FcfYm9TqGUzeOCfAF1WpNrXdsnc2UGr8nQg6RrWUiT6yHaDgRtIYYd3pSvymhqYz
Viyl+gTSqiipikyLs9ZEwyMxFjNsTQq90ut8leowYXVeGDZyOL0rNWkaq+3/KTU=
=PcU3
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to