Your message dated Sat, 11 Oct 2003 13:05:18 +1000 with message-id <[EMAIL PROTECTED]> and subject line Bug#172772: wrong maintainer/open wnpp (this) bug 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; 12 Dec 2002 15:39:58 +0000 >From [EMAIL PROTECTED] Thu Dec 12 09:39:57 2002 Return-path: <[EMAIL PROTECTED]> Received: from crystal.dman.com [206.137.16.31] (root) by master.debian.org with esmtp (Exim 3.12 1 (Debian)) id 18MVRM-0007eF-00; Thu, 12 Dec 2002 09:39:56 -0600 Received: from crystal.dman.com ([EMAIL PROTECTED] [127.0.0.1]) by crystal.dman.com (8.12.6/8.12.6/Horus) with ESMTP id gBCFdtOh019891; Thu, 12 Dec 2002 10:39:55 -0500 Received: (from [EMAIL PROTECTED]) by crystal.dman.com (8.12.6/8.12.6/Debian-7) id gBCFdtd9019889; Thu, 12 Dec 2002 10:39:55 -0500 Date: Thu, 12 Dec 2002 10:39:55 -0500 From: Clint Adams <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: RFA: judy -- C library for creating and accessing dynamic arrays Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Reportbug-Version: 1.50 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-4.6 required=5.0 tests=SPAM_PHRASE_00_01,USER_AGENT,USER_AGENT_MUTT version=2.41 X-Spam-Level: Package: wnpp Version: N/A; reported 2002-12-12 Severity: normal Neither I nor my packages use Judy, so I am putting it up for adoption. Eric Schwartz <[EMAIL PROTECTED]> had expressed an interest some time ago, but has not responded to recent inquiries. The package description is: Judy is a C library that implements a dynamic array. Empty Judy arrays are declared with null pointers. A Judy array consumes memory only when populated yet can grow to take advantage of all available memory. Judy's key benefits are: scalability, performance, memory efficiency, and ease of use. Judy arrays are designed to grow without tuning into the peta-element range, scaling near O(log-base-256). . Judy arrays are accessed with insert, retrieve, and delete calls for number or string indexes. Configuration and tuning are not required -- in fact not possible. Judy offers sorting, counting, and neighbor/empty searching. Indexes can be sequential, clustered, periodic, or random -- it doesn't matter to the algorithm. Judy arrays can be arranged hierarchically to handle any bit patterns -- large indexes, sets of keys, etc. . Judy is often an improvement over common data structures such as: arrays, sparse arrays, hash tables, B-trees, binary trees, linear lists, skiplists, other sort and search algorithms, and counting functions. -- System Information Debian Release: testing/unstable Architecture: i386 Kernel: Linux crystal.dman.com 2.4.18-rc4 #1 SMP Fri Feb 22 20:35:37 EST 2002 i686 Locale: LANG=en_US.UTF8, LC_CTYPE=en_US.UTF8 --------------------------------------- Received: (at 172772-done) by bugs.debian.org; 11 Oct 2003 03:05:48 +0000 >From [EMAIL PROTECTED] Fri Oct 10 22:05:48 2003 Return-path: <[EMAIL PROTECTED]> Received: from bangpath.uucico.de [195.71.9.197] by master.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1A8A4h-0007qB-00; Fri, 10 Oct 2003 22:05:48 -0500 Received: by bangpath.uucico.de (Postfix, from userid 10) id 237D826B34; Sat, 11 Oct 2003 05:05:47 +0200 (CEST) Received: by deprecation.cyrius.com (Postfix, from userid 1000) id 85118FE99; Sat, 11 Oct 2003 13:05:18 +1000 (EST) Date: Sat, 11 Oct 2003 13:05:18 +1000 From: Martin Michlmayr <[EMAIL PROTECTED]> To: Luk Claes <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Cc: Theodore Ts'o <[EMAIL PROTECTED]> Subject: Re: Bug#172772: wrong maintainer/open wnpp (this) bug Message-ID: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <[EMAIL PROTECTED]> User-Agent: Mutt/1.5.4i Delivered-To: [EMAIL PROTECTED] X-Spam-Status: No, hits=-3.2 required=4.0 tests=QUOTED_EMAIL_TEXT version=2.53-bugs.debian.org_2003_10_09 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_09 (1.174.2.15-2003-03-30-exp) * Luk Claes <[EMAIL PROTECTED]> [2003-10-10 21:43]: > On 2003-07-12 Theodore Ts'o <[EMAIL PROTECTED]> has uploaded a new version of > judy. He has forgotten to change the maintainer's and co-maintainer's > names and to close this bug. > > How will this be handled? Just close it. Oh blah, Ted, you forgot to change Maintainer: in debian/control. judy (0.0.4-5) unstable; urgency=low * New maintainer. * Clean up some lintian warnings - Compress man pages with -9 - Remove (s) from "Upstream Author(s)" - Use symbolic links for man pages * Don't use hard-coded /usr/bin/{cc,ld,ar} -- Theodore Y. Ts'o <[EMAIL PROTECTED]> Sat, 12 Jul 2003 01:39:27 -0400 -- Martin Michlmayr [EMAIL PROTECTED]