[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#316314: marked as done (apt.conf(5) manual page is missing a parenthesis)



Your message dated Tue, 06 Sep 2005 01:17:03 -0700
with message-id <E1ECYdb-0000Kk-00@spohr.debian.org>
and subject line Bug#316314: fixed in apt 0.6.41
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 Jun 2005 02:08:38 +0000
>From kraai@ftbfs.org Wed Jun 29 19:08:38 2005
Return-path: <kraai@ftbfs.org>
Received: from zoot.lafn.org [206.117.18.6] 
	by spohr.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1DnoTm-0004L8-00; Wed, 29 Jun 2005 19:08:38 -0700
Received: from localhost.localdomain (pool-71-104-165-253.lsanca.dsl-w.verizon.net [71.104.165.253])
	(authenticated bits=0)
	by zoot.lafn.org (8.13.1/8.13.1) with ESMTP id j5U28aaJ099583
	(version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);
	Wed, 29 Jun 2005 19:08:37 -0700 (PDT)
	(envelope-from kraai@ftbfs.org)
Received: from kraai by localhost.localdomain with local (Exim 4.50)
	id 1Dnff5-0008Mb-Dj; Wed, 29 Jun 2005 09:43:43 -0700
Content-Type: multipart/mixed; boundary="===============0094861362=="
MIME-Version: 1.0
From: Matt Kraai <kraai@ftbfs.org>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: apt.conf(5) manual page is missing a parenthesis
X-Mailer: reportbug 3.12
Date: Wed, 29 Jun 2005 09:43:42 -0700
Message-Id: <E1Dnff5-0008Mb-Dj@localhost.localdomain>
X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on zoot.lafn.org
X-Virus-Status: Clean
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(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_2005_01_02
X-Spam-Level: 

This is a multi-part MIME message sent by reportbug.

--===============0094861362==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

Package: apt
Version: 0.5.28.6
Severity: minor
Tags: patch

The apt.conf(5) manual page is missing a parenthesis at the end of the
third paragraph of the DIRECTORIES section.  The attached patch fixes
it.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.8-powerpc
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages apt depends on:
ii  libc6                       2.3.2.ds1-22 GNU C Library: Shared libraries an
ii  libgcc1                     1:4.0.0-9    GCC support library
ii  libstdc++5                  1:3.3.5-13   The GNU Standard C++ Library v3

-- no debconf information

--===============0094861362==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="patch"

diff -ru apt-0.6.38.orig/doc/apt.conf.5 apt-0.6.38/doc/apt.conf.5
--- apt-0.6.38.orig/doc/apt.conf.5	2005-06-29 09:36:13.524007040 -0700
+++ apt-0.6.38/doc/apt.conf.5	2005-06-29 09:37:59.358917688 -0700
@@ -171,7 +171,7 @@
 Dir::Cache contains locations pertaining to local cache information, such as the two package caches srcpkgcache and pkgcache as well as the location to place downloaded archives, Dir::Cache::archives\&. Generation of caches can be turned off by setting their names to be blank\&. This will slow down startup but save disk space\&. It is probably prefered to turn off the pkgcache rather than the srcpkgcache\&. Like Dir::State the default directory is contained in Dir::Cache
 
 .PP
-Dir::Etc contains the location of configuration files, sourcelist gives the location of the sourcelist and main is the default configuration file (setting has no effect, unless it is done from the config file specified by \fBAPT_CONFIG\fR\&.
+Dir::Etc contains the location of configuration files, sourcelist gives the location of the sourcelist and main is the default configuration file (setting has no effect, unless it is done from the config file specified by \fBAPT_CONFIG\fR)\&.
 
 .PP
 The Dir::Parts setting reads in all the config fragments in lexical order from the directory specified\&. After this is done then the main config file is loaded\&.
diff -ru apt-0.6.38.orig/doc/apt.conf.5.xml apt-0.6.38/doc/apt.conf.5.xml
--- apt-0.6.38.orig/doc/apt.conf.5.xml	2005-06-29 09:36:13.784967368 -0700
+++ apt-0.6.38/doc/apt.conf.5.xml	2005-06-29 09:37:14.508735952 -0700
@@ -284,7 +284,7 @@
    <literal>sourcelist</literal> gives the location of the sourcelist and 
    <literal>main</literal> is the default configuration file (setting has no effect,
    unless it is done from the config file specified by 
-   <envar>APT_CONFIG</envar>.</para>
+   <envar>APT_CONFIG</envar>).</para>
 
    <para>The <literal>Dir::Parts</literal> setting reads in all the config fragments in 
    lexical order from the directory specified. After this is done then the

--===============0094861362==--

---------------------------------------
Received: (at 316314-close) by bugs.debian.org; 6 Sep 2005 08:19:56 +0000
>From katie@spohr.debian.org Tue Sep 06 01:19:56 2005
Return-path: <katie@spohr.debian.org>
Received: from katie by spohr.debian.org with local (Exim 3.36 1 (Debian))
	id 1ECYdb-0000Kk-00; Tue, 06 Sep 2005 01:17:03 -0700
From: Michael Vogt <mvo@debian.org>
To: 316314-close@bugs.debian.org
X-Katie: $Revision: 1.56 $
Subject: Bug#316314: fixed in apt 0.6.41
Message-Id: <E1ECYdb-0000Kk-00@spohr.debian.org>
Sender: Archive Administrator <katie@spohr.debian.org>
Date: Tue, 06 Sep 2005 01:17:03 -0700
Delivered-To: 316314-close@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02
X-CrossAssassin-Score: 4

Source: apt
Source-Version: 0.6.41

We believe that the bug you reported is fixed in the latest version of
apt, which is due to be installed in the Debian FTP archive:

apt-doc_0.6.41_all.deb
  to pool/main/a/apt/apt-doc_0.6.41_all.deb
apt-utils_0.6.41_i386.deb
  to pool/main/a/apt/apt-utils_0.6.41_i386.deb
apt_0.6.41.dsc
  to pool/main/a/apt/apt_0.6.41.dsc
apt_0.6.41.tar.gz
  to pool/main/a/apt/apt_0.6.41.tar.gz
apt_0.6.41_i386.deb
  to pool/main/a/apt/apt_0.6.41_i386.deb
libapt-pkg-dev_0.6.41_i386.deb
  to pool/main/a/apt/libapt-pkg-dev_0.6.41_i386.deb
libapt-pkg-doc_0.6.41_all.deb
  to pool/main/a/apt/libapt-pkg-doc_0.6.41_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 316314@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Vogt <mvo@debian.org> (supplier of updated apt 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 ftpmaster@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Mon,  5 Sep 2005 22:59:03 +0200
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-doc apt
Architecture: source all i386
Version: 0.6.41
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Michael Vogt <mvo@debian.org>
Description: 
 apt        - Advanced front-end for dpkg
 apt-doc    - Documentation for APT
 apt-utils  - APT utility programs
 libapt-pkg-dev - Development files for APT's libapt-pkg and libapt-inst
 libapt-pkg-doc - Documentation for APT development
Closes: 225947 280356 282918 316314 319142 321799 322120 322267 322483
Changes: 
 apt (0.6.41) unstable; urgency=low
 .
   * improved the support for "error" and "conffile" reporting from
     dpkg, added the format to README.progress-reporting
   * added README.progress-reporting to the apt-doc package
   * improved the network timeout handling, if a index file from a
     sources.list times out or EAI_AGAIN is returned from getaddrinfo,
     don't try to get the other files from that entry
   * Support architecture-specific extra overrides
     (closes: #225947). Thanks to  Anthony Towns for idea and
     the patch, thanks to Colin Watson for testing it.
   * Javier Fernandez-Sanguino Pen~a:
     - Added a first version of an apt-secure.8 manpage, and modified
       apt-key and apt.end accordingly. Also added the 'update'
       argument to apt-key which was previously not documented
       (Closes: #322120)
   * Andreas Pakulat:
     - added example apt-ftparchive.conf file to doc/examples
       (closes: #322483)
   * Fix a incorrect example in the man-page (closes: #282918)
   * Fix a bug for very long lines in the apt-cdrom code (closes: #280356)
   * Fix a manual page bug (closes: #316314)
   * Do md5sum checking for file and cdrom method (closes: #319142)
   * Change pkgPolicy::Pin from private to protected to let subclasses
     access it too (closes: #321799)
   * add default constructor for PrvIterator (closes: #322267)
   * Reread status configuration on debSystem::Initialize()
     (needed for apt-proxy, thanks to Otavio for this patch)
Files: 
 090ba076d2cb8ff0f5bd3268fc6db98b 785 admin important apt_0.6.41.dsc
 e2b3b7efa18819697b98bc331be5d753 1404829 admin important apt_0.6.41.tar.gz
 fc382e26c7799f24ee016d63a91e5444 84582 doc optional apt-doc_0.6.41_all.deb
 b7489b71812e7f04a539c0f70eedfbab 107782 doc optional libapt-pkg-doc_0.6.41_all.deb
 b7c2bd26e1a5ec6f1136647f9b6cfeaa 1234008 base important apt_0.6.41_i386.deb
 5587979998d3b3dce41d7a83ab037029 78202 libdevel optional libapt-pkg-dev_0.6.41_i386.deb
 907fa6bba6bd83fbad68d05f6af97af6 202964 admin important apt-utils_0.6.41_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFDHLu0liSD4VZixzQRApG0AJ9pQEbQ8+0OZFPIcS84DekOX3597QCeJir6
D9MF0Ztx9yF6zZxjbTItpeA=
=NX47
-----END PGP SIGNATURE-----



Reply to: