[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#44579: [James Troup <james@nocrew.org>] Re: debian supported PGP stuff



Diff from James Troup.

--- Begin Message ---
Debian Mailing List Processor <debianlists@overdue.dhis.org> writes:

> On Sun, Sep 12, 1999 at 05:25:00PM -0400, Adam Di Carlo wrote:
> > Alexander Kotelnikov <sacha@AK2614.spb.edu> writes:
> > 
> > > I'm going to apply to become a debian developer and I wanna know can I use
> > > combination of DSS key(from pgp5)+gnupg to send request?
> > 
> > Yes -- you can do it all with gnupg.
> 
> Please check http://bugs.debian.org/44579.

[From the Roderick]

Index: dpkg-scansources
===================================================================
RCS file: /cvs/ftpmaint/masterfiles/dpkg-scansources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- dpkg-scansources	1999/03/01 04:59:20	1.1
+++ dpkg-scansources	1999/08/02 21:22:06	1.2
@@ -1,7 +1,7 @@
 #!/usr/bin/perl -w
 use strict;
 
-# $Id: dpkg-scansources,v 1.1 1999/03/01 04:59:20 maor Exp $
+# $Id: dpkg-scansources,v 1.2 1999/08/02 21:22:06 troup Exp $
 
 # Copyright (C) 1999 Roderick Schertler
 #
@@ -30,7 +30,7 @@
 
 my $Exit = 0;
 (my $Me = $0) =~ s-.*/--;
-my $Version = q$Revision: 1.1 $ =~ /(\d\S+)/ ? $1 : '?';
+my $Version = q$Revision: 1.2 $ =~ /(\d\S+)/ ? $1 : '?';
 
 # %Override is a hash of lists.  The subs following describe what's in
 # the lists.
@@ -232,7 +232,7 @@
 
 sub de_pgp {
     my ($file, $s) = @_;
-    if ($s =~ s/^-----BEGIN PGP SIGNED MESSAGE-----\n\n//) {
+    if ($s =~ s/^-----BEGIN PGP SIGNED MESSAGE-----.*?\n\n//s) {
 	unless ($s =~ s/\n
 			-----BEGIN\040PGP\040SIGNATURE-----\n
 			.*?\n



-- 
James


--  
To UNSUBSCRIBE, email to debian-mentors-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



--- End Message ---
-- 
--
.....Adam Di Carlo....adam@onShore.com.....<URL:http://www.onShore.com/>

Reply to: