Your message dated Fri, 18 Jul 2003 11:42:47 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in 0.5.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 maintonly) by bugs.debian.org; 16 May 2003 13:07:59 +0000
>From [EMAIL PROTECTED] Fri May 16 08:07:58 2003
Return-path: <[EMAIL PROTECTED]>
Received: from smtp-relay01.x-mailer.co.uk [212.69.217.30]
by master.debian.org with esmtp (Exim 3.12 1 (Debian))
id 19GewE-0001EF-00; Fri, 16 May 2003 08:07:54 -0500
Received: from [212.69.195.184] (helo=azartmedia.com)
by smtp-relay01.x-mailer.co.uk with esmtp (Exim 4.12)
id 19GewA-0007yG-00
for [EMAIL PROTECTED]; Fri, 16 May 2003 14:07:50 +0100
Received: (from [EMAIL PROTECTED])
by azartmedia.com (8.11.6/8.11.6) id h4GD7nt17348
for [EMAIL PROTECTED]; Fri, 16 May 2003 14:07:49 +0100
Date: Fri, 16 May 2003 14:07:49 +0100
Message-Id: <[EMAIL PROTECTED]>
From: Isaac Wilcox <[EMAIL PROTECTED]>
Subject: Documentation typo in /usr/share/doc/apt/offline.*
Bcc:
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-12.3 required=4.0
tests=BAYES_01,HAS_PACKAGE,PATCH_UNIFIED_DIFF
autolearn=ham version=2.53-bugs.debian.org_2003_05_09
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_05_09
(1.174.2.15-2003-03-30-exp)
Package: apt
Version: 0.5.4
Severity: minor
Tags: patch
In the files /usr/share/doc/apt/offline.*, the "Using APT on both
machines" section has a bug. Line 173 of the plain-text version reads:
# apt-get --no-d -o dir::etc::status=/var/lib/dpkg/status dist-upgrade
^^^
but should read:
# apt-get --no-d -o dir::state::status=/var/lib/dpkg/status dist-upgrade
^^^^^
because the location of the status file is given by APT config option
Dir::State::Status as described in:
/usr/share/doc/apt/examples/configure-index.gz
(and there is no config option Dir::Etc:Status).
Patch to the original .sgml:
=== begin patch ===
--- offline.sgml Fri May 16 13:52:03 2003
+++ offline.sgml.fixed Fri May 16 13:53:38 2003
@@ -151,7 +151,7 @@
# export APT_CONFIG="/disc/apt.conf"
# apt-get check
[ APT generates a local copy of the cache files ]
- # apt-get --no-d -o dir::etc::status=/var/lib/dpkg/status dist-upgrade
+ # apt-get --no-d -o dir::state::status=/var/lib/dpkg/status dist-upgrade
[ Or any other APT command ]
</example>
=== end patch ===
Have a nice day,
Isaac Wilcox
---------------------------------------
Received: (at 193550-done) by bugs.debian.org; 18 Jul 2003 15:42:58 +0000
>From [EMAIL PROTECTED] Fri Jul 18 10:42:48 2003
Return-path: <[EMAIL PROTECTED]>
Received: from smtp01.mrf.mail.rcn.net [207.172.4.60]
by master.debian.org with esmtp (Exim 3.35 1 (Debian))
id 19dXNg-00026s-00; Fri, 18 Jul 2003 10:42:48 -0500
Received: from 216-15-124-77.c3-0.smr-ubr3.sbo-smr.ma.cable.rcn.com
([216.15.124.77] helo=mizar.alcor.net)
by smtp01.mrf.mail.rcn.net with esmtp (Exim 3.35 #4)
id 19dXNj-0000LR-00
for [EMAIL PROTECTED]; Fri, 18 Jul 2003 11:42:51 -0400
Received: from mdz by mizar.alcor.net with local (Exim 3.36 #1 (Debian))
id 19dXNf-0003nd-00
for <[EMAIL PROTECTED]>; Fri, 18 Jul 2003 11:42:47 -0400
Date: Fri, 18 Jul 2003 11:42:47 -0400
From: Matt Zimmerman <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Fixed in 0.5.5
Message-ID: <[EMAIL PROTECTED]>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Sender: Matt Zimmerman <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Status: No, hits=-3.0 required=4.0
tests=BAYES_01,USER_AGENT_MUTT
version=2.53-bugs.debian.org_2003_06_27
X-Spam-Level:
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_06_27
(1.174.2.15-2003-03-30-exp)
This error was fixed in version 1.6 of offline.sgml, included in apt 0.5.5.
--
- mdz