Your message dated Fri, 30 Jul 2004 00:06:03 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#262204: apt-ftparchive: please let generate also create 
Release
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; 30 Jul 2004 04:58:26 +0000
>From [EMAIL PROTECTED] Thu Jul 29 21:58:26 2004
Return-path: <[EMAIL PROTECTED]>
Received: from smtp2.stanford.edu [171.67.16.125] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BqPTO-0005Pj-00; Thu, 29 Jul 2004 21:58:26 -0700
Received: from windlord.stanford.edu (windlord.Stanford.EDU [171.64.19.147])
        by smtp2.Stanford.EDU (8.12.11/8.12.11) with SMTP id i6U4wPPU012753
        for <[EMAIL PROTECTED]>; Thu, 29 Jul 2004 21:58:25 -0700
Received: (qmail 6681 invoked by uid 1000); 30 Jul 2004 04:58:25 -0000
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
From: Russ Allbery <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apt-ftparchive: please let generate also create Release
X-Mailer: reportbug 2.63
Date: Thu, 29 Jul 2004 21:58:25 -0700
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

Package: apt-utils
Version: 0.5.26
Severity: wishlist

It looks like currently apt-ftparchive generate doesn't build Release
files, although as near as I can tell, the top-level Release file is
supposed to contain checksums of all of the Packages, Sources, and Release
files in the tree.  (The apt archive format is a bit underdocumented, at
least in what I've been able to find, so I'm not positive.)

Since apt-ftparchive already has support for generating Release files,
it seems like it should be relatively easy to add support for generating
them as part of apt-ftparchive generate.  This probably would also involve
letting apt-ftparchive use per-tree configuration sections to get the
APT::FTPArchive::Release variables.

If this sounds basically like a good idea and no one else is already 
working on this, I'm willing to give this a try.  It's been a long time
since I've written any C++, though, so any design pointers on how one
would go about adding this from someone already familiar with the
structure of apt-ftparchive would be *greatly* appreciated.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.26
Locale: LANG=C, LC_CTYPE=C (ignored: LC_ALL set to C)

Versions of packages apt-utils depends on:
ii  apt [libapt-pkg-libc6.3-5-3 0.5.26       Advanced front-end for dpkg
ii  libc6                       2.3.2.ds1-13 GNU C Library: Shared libraries an
ii  libdb4.2                    4.2.52-16    Berkeley v4.2 Database Libraries [
ii  libgcc1                     1:3.3.4-3    GCC support library
ii  libstdc++5                  1:3.3.4-3    The GNU Standard C++ Library v3

-- no debconf information

---------------------------------------
Received: (at 262204-done) by bugs.debian.org; 30 Jul 2004 07:06:35 +0000
>From [EMAIL PROTECTED] Fri Jul 30 00:06:34 2004
Return-path: <[EMAIL PROTECTED]>
Received: from mta10.adelphia.net [68.168.78.202] 
        by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1BqRTO-0002dJ-00; Fri, 30 Jul 2004 00:06:34 -0700
Received: from mizar.alcor.net ([69.167.148.207]) by mta10.adelphia.net
          (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP
          id <[EMAIL PROTECTED]>;
          Fri, 30 Jul 2004 03:06:03 -0400
Received: from mdz by mizar.alcor.net with local (Exim 4.34)
        id 1BqRSt-0005G3-7L; Fri, 30 Jul 2004 00:06:03 -0700
Date: Fri, 30 Jul 2004 00:06:03 -0700
From: Matt Zimmerman <[EMAIL PROTECTED]>
To: Russ Allbery <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#262204: apt-ftparchive: please let generate also create Release
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.6+20040523i
Sender: Matt Zimmerman <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_25 
        (1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
        autolearn=no version=2.60-bugs.debian.org_2004_03_25
X-Spam-Level: 

On Thu, Jul 29, 2004 at 09:58:25PM -0700, Russ Allbery wrote:
> Package: apt-utils
> Version: 0.5.26
> Severity: wishlist
> 
> It looks like currently apt-ftparchive generate doesn't build Release
> files, although as near as I can tell, the top-level Release file is
> supposed to contain checksums of all of the Packages, Sources, and Release
> files in the tree.  (The apt archive format is a bit underdocumented, at
> least in what I've been able to find, so I'm not positive.)

It certainly does, and it's documented in the obvious place (man
apt-ftparchive).  Where did you look?

-- 
 - mdz

Reply via email to