Your message dated Fri, 29 Jun 2001 15:01:42 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#102394: fixed in libgetargs-long-perl 0.1.3-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.)

Darren Benham
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 26 Jun 2001 18:54:49 +0000
>From [EMAIL PROTECTED] Tue Jun 26 13:54:49 2001
Return-path: <[EMAIL PROTECTED]>
Received: from mta05-svc.ntlworld.com [::ffff:62.253.162.45] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15Exz0-00025O-00; Tue, 26 Jun 2001 13:54:42 -0500
Received: from riva.ucam.org ([62.253.132.222]) by mta05-svc.ntlworld.com
          (InterMail vM.4.01.02.27 201-229-119-110) with ESMTP
          id <[EMAIL PROTECTED]>;
          Tue, 26 Jun 2001 19:54:26 +0100
Received: from cjw44 by riva.ucam.org with local (Exim 3.22 #1 (Debian))
        id 15Exyk-0001Df-00; Tue, 26 Jun 2001 19:54:26 +0100
Date: Tue, 26 Jun 2001 19:54:26 +0100
From: Colin Watson <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: ITP: libgetargs-long-perl -- Perl module to parse long function 
arguments
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.18i
X-Reportbug-Version: 1.18
Organization: riva.ucam.org
Sender: Colin Watson <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]

Package: wnpp
Severity: wishlist

Hi,

I intend to package libgetargs-long-perl, a.k.a. Getargs::Long. It's
indirectly needed by at least one package already in the archive (!),
and it seems a generally useful thing to have anyway. Think of the style
of argument passing accepted by CGI.pm - foo(-name => value) - if you
like.

  Package: libgetargs-long-perl
  Version: 0.1.3-1
  Section: interpreters
  Priority: optional
  Architecture: all
  Depends: perl (>= 5.6.1), liblog-agent-perl
  Installed-Size: 112
  Maintainer: Colin Watson <[EMAIL PROTECTED]>
  Description: Perl module to parse long function arguments
   The Getargs::Long module allows usage of named parameters in function
   calls, along with optional argument type-checking.  It provides an easy
   way to get at the parameters within the routine, and yields concise
   descriptions for the common cases of all-mandatory and all-optional
   parameter lists.
   .
   The validation of arguments can be done by a structure-driven routine
   getargs() which is fine for infrequently called routines (but should be
   slower), or via a dedicated routine created and compiled on the fly the
   first time it is needed, by using the cgetargs() family (expected to be
   faster).
   .
   The Log::Agent module is used to report errors, which leaves to the
   application the choice of the final logging method: to a file, to
   STDERR, or to syslog.

-- 
Colin Watson                                  [EMAIL PROTECTED]

---------------------------------------
Received: (at 102394-close) by bugs.debian.org; 29 Jun 2001 19:22:12 +0000
>From [EMAIL PROTECTED] Fri Jun 29 14:22:12 2001
Return-path: <[EMAIL PROTECTED]>
Received: from auric.debian.org [::ffff:206.246.226.45] 
        by master.debian.org with esmtp (Exim 3.12 1 (Debian))
        id 15G3qF-0002Z0-00; Fri, 29 Jun 2001 14:22:11 -0500
Received: from troup by auric.debian.org with local (Exim 3.12 1 (Debian))
        id 15G3WQ-0000rI-00; Fri, 29 Jun 2001 15:01:42 -0400
From: Colin Watson <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
X-Katie: $Revision: 1.50 $
Subject: Bug#102394: fixed in libgetargs-long-perl 0.1.3-1
Message-Id: <[EMAIL PROTECTED]>
Sender: James Troup <[EMAIL PROTECTED]>
Date: Fri, 29 Jun 2001 15:01:42 -0400
Delivered-To: [EMAIL PROTECTED]

We believe that the bug you reported is fixed in the latest version of
libgetargs-long-perl, which has been installed in the Debian FTP archive:

libgetargs-long-perl_0.1.3-1.diff.gz
  to pool/main/libg/libgetargs-long-perl/libgetargs-long-perl_0.1.3-1.diff.gz
libgetargs-long-perl_0.1.3.orig.tar.gz
  to pool/main/libg/libgetargs-long-perl/libgetargs-long-perl_0.1.3.orig.tar.gz
libgetargs-long-perl_0.1.3-1.dsc
  to pool/main/libg/libgetargs-long-perl/libgetargs-long-perl_0.1.3-1.dsc
libgetargs-long-perl_0.1.3-1_all.deb
  to pool/main/libg/libgetargs-long-perl/libgetargs-long-perl_0.1.3-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.
Colin Watson <[EMAIL PROTECTED]> (supplier of updated libgetargs-long-perl 
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: Tue, 26 Jun 2001 20:06:41 +0100
Source: libgetargs-long-perl
Binary: libgetargs-long-perl
Architecture: source all
Version: 0.1.3-1
Distribution: unstable
Urgency: low
Maintainer: Colin Watson <[EMAIL PROTECTED]>
Changed-By: Colin Watson <[EMAIL PROTECTED]>
Description: 
 libgetargs-long-perl - Perl module to parse long function arguments
Closes: 102394
Changes: 
 libgetargs-long-perl (0.1.3-1) unstable; urgency=low
 .
   * Initial release (closes: #102394).
   * Hardcoded dependency on perl (>= 5.6.1); apparently Getargs::Long
     exercises a bug in 5.6.0.
Files: 
 0af58ff8403c1143123ea4b3242521d1 708 interpreters optional 
libgetargs-long-perl_0.1.3-1.dsc
 7c78b1e7fe1c1a47c31052c86e5a28dd 14277 interpreters optional 
libgetargs-long-perl_0.1.3.orig.tar.gz
 64a05b79c77ff641cf42d4b30801ecea 8004 interpreters optional 
libgetargs-long-perl_0.1.3-1.diff.gz
 413c2b7fa2b9de2229ba65e502a488f1 25106 interpreters optional 
libgetargs-long-perl_0.1.3-1_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: Colin Watson <[EMAIL PROTECTED]> -- Debian GNU/Linux developer

iD8DBQE7ON/DMVrRHkkXpRQRAo1EAKCOTmOTDPbN+Fou+Rj3miI8yLFY5gCgq+0h
hQxQda53Dz8rjmP+XUWz6rg=
=xHSz
-----END PGP SIGNATURE-----

Reply via email to