Your message dated Mon, 04 Nov 2002 03:44:01 -0500 with message-id <[EMAIL PROTECTED]> and subject line Bug#165975: fixed in libclass-singleton-perl 1.03-5 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; 23 Oct 2002 03:05:12 +0000 >From [EMAIL PROTECTED] Tue Oct 22 22:05:12 2002 Return-path: <[EMAIL PROTECTED]> Received: from rwcrmhc53.attbi.com [204.127.198.39] by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 184BpY-0003kK-00; Tue, 22 Oct 2002 22:05:12 -0500 Received: from voldemort.bignachos.com ([66.31.190.121]) by rwcrmhc53.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>; Wed, 23 Oct 2002 03:04:41 +0000 Received: from owenp-2.dsl.speakeasy.net ([216.231.62.80] helo=sirius.bignachos.com) by voldemort.bignachos.com with esmtp (Exim 3.35 #1 (Debian)) id 184Bp2-00008x-00 for <[EMAIL PROTECTED]>; Tue, 22 Oct 2002 23:04:40 -0400 Received: from nelson by sirius.bignachos.com with local (Exim 3.36 #1 (Debian)) id 184Bnl-0001Md-00 for <[EMAIL PROTECTED]>; Tue, 22 Oct 2002 20:03:21 -0700 To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: ITP: libclass-singleton-perl -- Implementation of a "Singleton" class X-Debbugs-CC: Brian Nelson <[EMAIL PROTECTED]> X-URL: http://bignachos.com From: Brian Nelson <[EMAIL PROTECTED]> Date: Tue, 22 Oct 2002 20:03:21 -0700 Message-ID: <[EMAIL PROTECTED]> User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2 (i386-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-3.1 required=5.0 tests=SIGNATURE_SHORT_DENSE,SPAM_PHRASE_00_01,USER_AGENT version=2.41 X-Spam-Level: Package: wnpp Severity: wishlist * Package name : libclass-singleton-perl Version : 1.03 Upstream Author : Andy Wardley, <[EMAIL PROTECTED]> * URL : http://search.cpan.org/author/ABW/Class-Singleton-1.03/ * License : Artistic Description : Implementation of a "Singleton" class This is the Class::Singleton module. A Singleton describes an object class that can have only one instance in any system. An example of a Singleton might be a print spooler or system registry. This module implements a Singleton class from which other classes can be derived. By itself, the Class::Singleton module does very little other than manage the instantiation of a single object. In deriving a class from Class::Singleton, your module will inherit the Singleton instantiation method and can implement whatever specific functionality is required. . For a description and discussion of the Singleton class, see "Design Patterns", Gamma et al, Addison-Wesley, 1995, ISBN 0-201-63361-2. -- People said I was dumb, but I proved them! --------------------------------------- Received: (at 165975-close) by bugs.debian.org; 4 Nov 2002 08:54:41 +0000 >From [EMAIL PROTECTED] Mon Nov 04 02:54:41 2002 Return-path: <[EMAIL PROTECTED]> Received: from auric.debian.org [206.246.226.45] (mail) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 188d0L-0001LV-00; Mon, 04 Nov 2002 02:54:41 -0600 Received: from rdonald by auric.debian.org with local (Exim 3.35 1 (Debian)) id 188cq1-00078B-00; Mon, 04 Nov 2002 03:44:01 -0500 From: Brian Nelson <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] X-Katie: lisa $Revision: 1.19 $ Subject: Bug#165975: fixed in libclass-singleton-perl 1.03-5 Message-Id: <[EMAIL PROTECTED]> Sender: Randall Donald <[EMAIL PROTECTED]> Date: Mon, 04 Nov 2002 03:44:01 -0500 Delivered-To: [EMAIL PROTECTED] We believe that the bug you reported is fixed in the latest version of libclass-singleton-perl, which is due to be installed in the Debian FTP archive: libclass-singleton-perl_1.03-5.diff.gz to pool/main/libc/libclass-singleton-perl/libclass-singleton-perl_1.03-5.diff.gz libclass-singleton-perl_1.03-5.dsc to pool/main/libc/libclass-singleton-perl/libclass-singleton-perl_1.03-5.dsc libclass-singleton-perl_1.03-5_all.deb to pool/main/libc/libclass-singleton-perl/libclass-singleton-perl_1.03-5_all.deb libclass-singleton-perl_1.03.orig.tar.gz to pool/main/libc/libclass-singleton-perl/libclass-singleton-perl_1.03.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. Brian Nelson <[EMAIL PROTECTED]> (supplier of updated libclass-singleton-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: Fri, 1 Nov 2002 19:47:30 -0800 Source: libclass-singleton-perl Binary: libclass-singleton-perl Architecture: source all Version: 1.03-5 Distribution: unstable Urgency: low Maintainer: Brian Nelson <[EMAIL PROTECTED]> Changed-By: Brian Nelson <[EMAIL PROTECTED]> Description: libclass-singleton-perl - Implementation of a "Singleton" class Closes: 165975 Changes: libclass-singleton-perl (1.03-5) unstable; urgency=low . * Changed Build-Depends to Build-Depends-Indep to fix a lintian error . libclass-singleton-perl (1.03-4) unstable; urgency=low . * Added "make test" to the build-stamp target in debian/rules * Removed some unnecessary debhelper commands * Removed unnecessary usr/lib directory . libclass-singleton-perl (1.03-3) unstable; urgency=low . * Added pointer to '/usr/share/common-licenses/Artistic' license in copyright file . libclass-singleton-perl (1.03-2) unstable; urgency=low . * Packaged to use pristine upstream source * Cleaned up copyright file . libclass-singleton-perl (1.03-1) unstable; urgency=low . * Initial Release. (Closes: #165975) Files: 94b9679c9294c2c0edfc1ec6236d3816 713 interpreters optional libclass-singleton-perl_1.03-5.dsc 80202a57411cb3e939fec327a87564bf 7136 interpreters optional libclass-singleton-perl_1.03.orig.tar.gz f86abdfb1c91b3ddfa9c431c28ef362f 2115 interpreters optional libclass-singleton-perl_1.03-5.diff.gz 18dd4f4acdd757416b139a8a7512dac4 15732 interpreters optional libclass-singleton-perl_1.03-5_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: Colin Watson <[EMAIL PROTECTED]> -- Debian developer iD8DBQE9xbcp9t0zAhD6TNERAtQXAJ9j6KufFZdbNz1Tr4M1BAbKv0a10QCcCXvv sIWPLwqmrtZc7npr8jFRu/g= =56YI -----END PGP SIGNATURE-----