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

Bug#155194: marked as done (apt: apt-cache manual errors [patch])



Your message dated Wed, 07 May 2003 13:33:32 -0400
with message-id <E19DSnM-00036c-00@auric.debian.org>
and subject line Bug#155194: fixed in apt 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 submit) by bugs.debian.org; 2 Aug 2002 07:02:18 +0000
>From era@there.afraid.org Fri Aug 02 02:02:18 2002
Return-path: <era@there.afraid.org>
Received: from rhols66.adsl.netsonic.fi (there.afraid.org) [194.29.198.66] 
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 17aWS1-0005Xi-00; Fri, 02 Aug 2002 02:02:18 -0500
Received: from era by there.afraid.org with local (Exim 3.35 #1 (Debian))
	id 17aWv3-0001Li-00
	for <submit@bugs.debian.org>; Fri, 02 Aug 2002 10:32:17 +0300
From: era eriksson <era@iki.fi>
Subject: apt: apt-cache manual errors [patch]
To: submit@bugs.debian.org
X-Mailer: bug 3.3.10.1
X-Debbugs-Cc: era+debian@iki.fi
Message-Id: <E17aWv3-0001Li-00@there.afraid.org>
Sender: era eriksson <era@there.afraid.org>
Date: Fri, 02 Aug 2002 10:32:17 +0300
Delivered-To: submit@bugs.debian.org

Package: apt
Version: 0.5.4
Severity: normal

I found some problems in the apt-cache manual page. Attached is a diff
against the current version in the CVS repository on cvs.debian.org

Changes:

  * Added parameter lists to each command described in the DESCRIPTION
    section
  * Reference to ldso in description of showpkg not clear,
    parenthesized (was it intended like this, or do I misunderstand?)
  * Reference to "debconf" as a package name in stats desc did not
    have quotation marks; added for consistency with nearby text
  * Apparent random spillover text from showsrc description removed
  * dotty description had tangled reference; rewrote to hopefully
    clarify/debogosify
  * Punctuation and spelling all over the place (prob'ly still missed
    some egregious typos, I'm afraid)

Sorry, I'm no DocBook guru, so formatting might be strange in some
places.

The &apt-commonoptions; text is not consistent with the format used in
this file, but I couldn't figure out which should be changed. Somebody
who is more familiar with the documentation overall should perhaps
look into this.

Hope this helps,

/* era */


Index: apt-cache.8.sgml
===================================================================
RCS file: /cvs/deity/apt/doc/apt-cache.8.sgml,v
retrieving revision 1.9
diff -c -r1.9 apt-cache.8.sgml
*** apt-cache.8.sgml	2002/03/26 07:38:21	1.9
--- apt-cache.8.sgml	2002/08/02 06:57:35
***************
*** 55,65 ****
     from the package metadata.
  
     <para>
!    Unless the <option/-h/, or <option/--help/ option is given one of the
     commands below must be present.
  
     <VariableList>
!      <VarListEntry><Term>add</Term>
       <ListItem><Para>
       <literal/add/ adds the named package index files to the package cache.
       This is for debugging only.
--- 55,65 ----
     from the package metadata.
  
     <para>
!    Unless the <option/-h/, or <option/--help/ option is given, one of the
     commands below must be present.
  
     <VariableList>
!      <VarListEntry><Term>add <replaceable/file(s)/</Term>
       <ListItem><Para>
       <literal/add/ adds the named package index files to the package cache.
       This is for debugging only.
***************
*** 72,78 ****
       the sources in &sources-list; and from <filename>/var/lib/dpkg/status</>.
       </VarListEntry>
  
!      <VarListEntry><Term>showpkg</Term>
       <ListItem><Para>
       <literal/showpkg/ displays information about the packages listed on the 
       command line. Remaining arguments are package names. The available 
--- 72,78 ----
       the sources in &sources-list; and from <filename>/var/lib/dpkg/status</>.
       </VarListEntry>
  
!      <VarListEntry><Term>showpkg <replaceable/pkg(s)/</Term>
       <ListItem><Para>
       <literal/showpkg/ displays information about the packages listed on the 
       command line. Remaining arguments are package names. The available 
***************
*** 102,108 ****
       Thus it may be seen that libreadline2, version 2.1-12, depends on libc5 and
       ncurses3.0 which must be installed for libreadline2 to work. 
       In turn, libreadlineg2 and libreadline2-altdev depend on libreadline2. If
!      libreadline2 is installed, libc5, ncurses3.0, and ldso must also be
       installed; libreadlineg2 and libreadline2-altdev do not have to be
       installed. For the specific meaning of the remainder of the output it
       is best to consult the apt source code.
--- 102,108 ----
       Thus it may be seen that libreadline2, version 2.1-12, depends on libc5 and
       ncurses3.0 which must be installed for libreadline2 to work. 
       In turn, libreadlineg2 and libreadline2-altdev depend on libreadline2. If
!      libreadline2 is installed, libc5 and ncurses3.0 (and ldso) must also be
       installed; libreadlineg2 and libreadline2-altdev do not have to be
       installed. For the specific meaning of the remainder of the output it
       is best to consult the apt source code.
***************
*** 145,158 ****
         <literal/Mixed virtual packages/ is the number of packages that either 
         provide a particular virtual package or have the virtual package name 
         as the package name. For instance, in the Debian GNU/Linux system, 
!        debconf is both an actual package, and provided by the debconf-tiny
         package.
         </listitem>
     
         <listitem><para>
         <literal/Missing/ is the number of package names that were referenced in
         a dependency but were not provided by any package. Missing packages may 
!        be in evidence if a full distribution is not accesssed, or if a package
         (real or virtual) has been dropped from the distribution. Usually they
         are referenced from Conflicts statements.
         </listitem>
--- 145,158 ----
         <literal/Mixed virtual packages/ is the number of packages that either 
         provide a particular virtual package or have the virtual package name 
         as the package name. For instance, in the Debian GNU/Linux system, 
!        "debconf" is both an actual package, and provided by the debconf-tiny
         package.
         </listitem>
     
         <listitem><para>
         <literal/Missing/ is the number of package names that were referenced in
         a dependency but were not provided by any package. Missing packages may 
!        be in evidence if a full distribution is not accessed, or if a package
         (real or virtual) has been dropped from the distribution. Usually they
         are referenced from Conflicts statements.
         </listitem>
***************
*** 172,183 ****
       </itemizedlist>
       </VarListEntry>
       
!      <VarListEntry><Term>showsrc</Term>
       <ListItem><Para>
       <literal/showsrc/ displays all the source package records that match
       the given package names. All versions are shown, as well as all 
       records that declare the name to be a Binary.
-      named packages.
       </VarListEntry>
       
       <VarListEntry><Term>dump</Term>
--- 172,182 ----
       </itemizedlist>
       </VarListEntry>
       
!      <VarListEntry><Term>showsrc <replaceable/pkg(s)/</Term>
       <ListItem><Para>
       <literal/showsrc/ displays all the source package records that match
       the given package names. All versions are shown, as well as all 
       records that declare the name to be a Binary.
       </VarListEntry>
       
       <VarListEntry><Term>dump</Term>
***************
*** 198,260 ****
       package cache.
       </VarListEntry>
  
!      <VarListEntry><Term>show</Term>
       <ListItem><Para>
       <literal/show/ performs a function similar to 
!      <command>dpkg --print-avail</>, it displays the package records for the 
       named packages.
       </VarListEntry>
  
!      <VarListEntry><Term>search</Term>
       <ListItem><Para>
       <literal/search/ performs a full text search on all available package 
!      files for the regex pattern given. It searchs the package names and the 
!      descriptions for an occurance of the string and prints out the package 
       name and the short description. If <option/--full/ is given then output 
!      identical to <literal/show/ is produced for each matched package and 
       if <option/--names-only/ is given then the long description is not 
       searched, only the package name is.
       <para>
!      Seperate arguments can be used to specified multiple search patterns that 
!      are and'd together.
       </VarListEntry>
  
!      <VarListEntry><Term>depends</Term>
       <ListItem><Para>
       <literal/depends/ shows a listing of each dependency a package has 
!      and all the possible other packages that can fullfill that dependency.
       </VarListEntry>
  
!      <VarListEntry><Term>pkgnames</Term>
       <ListItem><Para>
       This command prints the name of each package in the system. The optional
       argument is a prefix match to filter the name list. The output is suitable
       for use in a shell tab complete function and the output is generated 
!      extremly quickly. This command is best used with the 
       <option/--generate/ option.
       </VarListEntry>
       
!      <VarListEntry><Term>dotty</Term>
       <ListItem><Para>
       <literal/dotty/ takes a list of packages on the command line and 
!      gernerates output suitable for use by dotty from the 
       <ulink url="http://www.research.att.com/sw/tools/graphviz/";>GraphViz</>
       package. The result will be a set of nodes and edges representing the 
       relationships between the packages. By default the given packages will 
!      trace out all dependent packages which can produce a very large graph. 
!      This can be turned off by setting the 
!      <literal>APT::Cache::GivenOnly</> option.
  
       <para>
!      The resulting nodes will have several shapse, normal packages are boxes,
       pure provides are triangles, mixed provides are diamonds, 
!      hexagons are missing packages. Orange boxes mean recursion was stopped 
!      [leaf packages], blue lines are prre-depends, green lines are conflicts.
  
       <para>
       Caution, dotty cannot graph larger sets of packages.
       
!      <VarListEntry><Term>policy</Term>
       <ListItem><Para>
       <literal/policy/ is ment to help debug issues relating to the 
       preferences file. With no arguments it will print out the 
--- 197,259 ----
       package cache.
       </VarListEntry>
  
!      <VarListEntry><Term>show <replaceable/pkg(s)/</Term>
       <ListItem><Para>
       <literal/show/ performs a function similar to 
!      <command>dpkg --print-avail</>; it displays the package records for the 
       named packages.
       </VarListEntry>
  
!      <VarListEntry><Term>search <replaceable/regex [ regex ... ]/</Term>
       <ListItem><Para>
       <literal/search/ performs a full text search on all available package 
!      files for the regex pattern given. It searches the package names and the 
!      descriptions for an occurrence of the string and prints out the package 
       name and the short description. If <option/--full/ is given then output 
!      identical to <literal/show/ is produced for each matched package, and 
       if <option/--names-only/ is given then the long description is not 
       searched, only the package name is.
       <para>
!      Separate arguments can be used to specify multiple search patterns which
!      are and'ed together.
       </VarListEntry>
  
!      <VarListEntry><Term>depends <replaceable/pkg(s)/</Term>
       <ListItem><Para>
       <literal/depends/ shows a listing of each dependency a package has 
!      and all the possible other packages that can fulfill that dependency.
       </VarListEntry>
  
!      <VarListEntry><Term>pkgnames <replaceable/[ prefix ]/</Term>
       <ListItem><Para>
       This command prints the name of each package in the system. The optional
       argument is a prefix match to filter the name list. The output is suitable
       for use in a shell tab complete function and the output is generated 
!      extremely quickly. This command is best used with the 
       <option/--generate/ option.
       </VarListEntry>
       
!      <VarListEntry><Term>dotty <replaceable/pkg(s)/</Term>
       <ListItem><Para>
       <literal/dotty/ takes a list of packages on the command line and 
!      generates output suitable for use by dotty from the 
       <ulink url="http://www.research.att.com/sw/tools/graphviz/";>GraphViz</>
       package. The result will be a set of nodes and edges representing the 
       relationships between the packages. By default the given packages will 
!      trace out all dependent packages; this can produce a very large graph. 
!      To limit the output to only the packages listed on the command line,
!      set the <literal>APT::Cache::GivenOnly</> option.
  
       <para>
!      The resulting nodes will have several shapes; normal packages are boxes,
       pure provides are triangles, mixed provides are diamonds, 
!      missing packages are hexagons. Orange boxes mean recursion was stopped 
!      [leaf packages], blue lines are pre-depends, green lines are conflicts.
  
       <para>
       Caution, dotty cannot graph larger sets of packages.
       
!      <VarListEntry><Term>policy <replaceable/[ pkg(s) ]/</Term>
       <ListItem><Para>
       <literal/policy/ is ment to help debug issues relating to the 
       preferences file. With no arguments it will print out the 
***************
*** 287,300 ****
       <VarListEntry><term><option/-q/</><term><option/--quiet/</>
       <ListItem><Para>
       Quiet; produces output suitable for logging, omitting progress indicators.
!      More qs will produce more quite up to a maximum of 2. You can also use
!      <option/-q=#/ to set the quiet level, overriding the configuration file.
       Configuration Item: <literal/quiet/.
       </VarListEntry>
  
       <VarListEntry><term><option/-i/</><term><option/--important/</>
       <ListItem><Para>
!      Print only important deps; for use with unmet causes only Depends and 
       Pre-Depends relations to be printed.
       Configuration Item: <literal/APT::Cache::Important/.
       </VarListEntry>
--- 286,299 ----
       <VarListEntry><term><option/-q/</><term><option/--quiet/</>
       <ListItem><Para>
       Quiet; produces output suitable for logging, omitting progress indicators.
!      More qs will produce more quietness up to a maximum of 2. You can also use
!      <option/-q=#/ to set the quietness level, overriding the configuration file.
       Configuration Item: <literal/quiet/.
       </VarListEntry>
  
       <VarListEntry><term><option/-i/</><term><option/--important/</>
       <ListItem><Para>
!      Print only important deps; for use with unmet. Causes only Depends and 
       Pre-Depends relations to be printed.
       Configuration Item: <literal/APT::Cache::Important/.
       </VarListEntry>
***************
*** 307,327 ****
  
       <VarListEntry><term><option/-a/</><term><option/--all-versions/</>
       <ListItem><Para>
!      Print full records for all available versions, this is only applicable to 
!      the show command. 
       Configuration Item: <literal/APT::Cache::AllVersions/.
       </VarListEntry>
  
       <VarListEntry><term><option/-g/</><term><option/--generate/</>
       <ListItem><Para>
       Perform automatic package cache regeneration, rather than use the cache 
!      as it is. This is the default, to turn it off use <option/--no-generate/.
       Configuration Item: <literal/APT::Cache::Generate/.
       </VarListEntry>
  
       <VarListEntry><term><option/--names-only/</>
       <ListItem><Para>
!      Only search on the package names, not the long description. 
       Configuration Item: <literal/APT::Cache::NamesOnly/.
       </VarListEntry>
  
--- 306,326 ----
  
       <VarListEntry><term><option/-a/</><term><option/--all-versions/</>
       <ListItem><Para>
!      Print full records for all available versions. This is only applicable to 
!      the <literal/show/ command. 
       Configuration Item: <literal/APT::Cache::AllVersions/.
       </VarListEntry>
  
       <VarListEntry><term><option/-g/</><term><option/--generate/</>
       <ListItem><Para>
       Perform automatic package cache regeneration, rather than use the cache 
!      as it is. This is the default; to turn it off, use <option/--no-generate/.
       Configuration Item: <literal/APT::Cache::Generate/.
       </VarListEntry>
  
       <VarListEntry><term><option/--names-only/</>
       <ListItem><Para>
!      Only search on the package names, not the long descriptions. 
       Configuration Item: <literal/APT::Cache::NamesOnly/.
       </VarListEntry>
  
***************
*** 348,367 ****
     <variablelist>
       <VarListEntry><term><filename>/etc/apt/sources.list</></term>
       <ListItem><Para>
!      locations to fetch packages from.
       Configuration Item: <literal/Dir::Etc::SourceList/.
       </VarListEntry>
       
       <VarListEntry><term><filename>&statedir;/lists/</></term>
       <ListItem><Para>
!      storage area for state information for each package resource specified in
       &sources-list;
       Configuration Item: <literal/Dir::State::Lists/.
       </VarListEntry>
    
       <VarListEntry><term><filename>&statedir;/lists/partial/</></term>
       <ListItem><Para>
!      storage area for state information in transit.
       Configuration Item: <literal/Dir::State::Lists/ (implicit partial).
       </VarListEntry>     
     </variablelist>
--- 347,366 ----
     <variablelist>
       <VarListEntry><term><filename>/etc/apt/sources.list</></term>
       <ListItem><Para>
!      Locations to fetch packages from.
       Configuration Item: <literal/Dir::Etc::SourceList/.
       </VarListEntry>
       
       <VarListEntry><term><filename>&statedir;/lists/</></term>
       <ListItem><Para>
!      Storage area for state information for each package resource specified in
       &sources-list;
       Configuration Item: <literal/Dir::State::Lists/.
       </VarListEntry>
    
       <VarListEntry><term><filename>&statedir;/lists/partial/</></term>
       <ListItem><Para>
!      Storage area for state information in transit.
       Configuration Item: <literal/Dir::State::Lists/ (implicit partial).
       </VarListEntry>     
     </variablelist>

-- System Information
Debian Release: 3.0
Kernel Version: Linux there.afraid.org 2.2.17 #1 Sun Jun 25 09:24:41 EST 2000 i586 unknown

Versions of the packages apt depends on:
ii  libc6          2.2.5-10       GNU C Library: Shared libraries and Timezone
ii  libstdc++2.10- 2.95.4-7       The GNU stdc++ library

---------------------------------------
Received: (at 155194-close) by bugs.debian.org; 7 May 2003 17:38:23 +0000
>From troup@auric.debian.org Wed May 07 12:38:23 2003
Return-path: <troup@auric.debian.org>
Received: from auric.debian.org [206.246.226.45] (mail)
	by master.debian.org with esmtp (Exim 3.12 1 (Debian))
	id 19DSs3-000318-00; Wed, 07 May 2003 12:38:23 -0500
Received: from troup by auric.debian.org with local (Exim 3.35 1 (Debian))
	id 19DSnM-00036c-00; Wed, 07 May 2003 13:33:32 -0400
From: Adam Heath <doogie@debian.org>
To: 155194-close@bugs.debian.org
X-Katie: lisa $Revision: 1.23 $
Subject: Bug#155194: fixed in apt 0.5.5
Message-Id: <E19DSnM-00036c-00@auric.debian.org>
Sender: James Troup <troup@auric.debian.org>
Date: Wed, 07 May 2003 13:33:32 -0400
Delivered-To: 155194-close@bugs.debian.org

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

Debian distribution maintenance software
pp.
Adam Heath <doogie@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: Sun, 27 Apr 2003 01:23:12 -0500
Source: apt
Binary: apt-utils libapt-pkg-doc libapt-pkg-dev apt-doc apt
Architecture: source i386 all
Version: 0.5.5
Distribution: unstable
Urgency: low
Maintainer: APT Development Team <deity@lists.debian.org>
Changed-By: Adam Heath <doogie@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: 54982 57070 70685 88664 88798 89830 90654 92287 92358 95933 98640 103678 105920 105968 108801 109430 109591 110389 111914 113786 114892 115701 116011 117856 117915 118431 120311 120689 123642 126189 128741 129970 130689 131062 131397 132772 132776 133942 133943 133950 135021 135295 136749 138050 138054 138186 139328 139752 139994 142298 142955 143995 145997 146294 146846 147529 147611 147817 148824 148879 149595 150512 151654 151834 151835 153307 153734 154268 154601 154602 155014 155194 155621 155842 158896 159864 161592 162617 163932 165085 165515 165516 165518 165891 172901 173619 173745 173971 174945 175055 176052 177752 178008 178121 178435 178537 178623 178736 183111 183904 189014
Changes: 
 apt (0.5.5) unstable; urgency=low
 .
   * New deb version compare function, that has no integer limits, and
     supports pre-versions using ~.  Code ported from dpkg.
   * Fix handling of [!arch] for build-dependencies. Closes: #88798, #149595
   * Fix handling of build-deps on unknown packages. Closes: #88664, #153307
   * "apt-get --arch-only build-dep" to install only architecture-
     dependent build dependencies. Bump minor shared lib number to reflect
     small change in BuildDepend API.
   * APT::Build-Essential configuration option (defaults to "build-essential")
     so that "apt-get build-dep" will ensure build essential packages are
     installed prior to installing other build-dependencies. Closes: #148879
   * LD_LIBRARY_PATH thing. Closes: #109430, #147529
   * /usr/doc reference in postinst. Closes: #126189
   * Doc updates. Closes: #120689
   * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295,
           #131062, #136749
   * Print special message for EAI_AGAIN. Closes: #131397
   * libapt-pkg-dev needs to bring in the apt-inst library if linking
     is to work. Closes: #133943
   * Typos, Doc Stuff. Closes: #132772, #129970, #123642, #114892, #113786,
          #109591, #105920, #103678, #139752, #138186, #138054, #138050,
 	 #139994, #142955, #151654, #151834, #147611, #154268, #173971
   * Fix possibility for tag file parsing to fail in some unlikely situations.
     Closes: #139328
   * Use std C++ names for some header files. Closes: #128741
   * Do not check for free space if --no-download. Closes: #117856
   * Actually implement or group handling for 'upgrade'. Closes: #133950
   * "Internal Error, Couldn't configure pre-depend" is not actually an
     internal error, it is a packaging error and now it says so, and
     pinpoints the problem dependency. Closes: #155621
   * Allows failure to write to a pipe for post-invoke stuff. Closes: #89830
   * Use usr/share/doc for dhelp. Closes: #115701
   * --print-uris works with 'update'. Closes: #57070
   * Options Dpkg::MaxArgs,Dpkg::MaxArgBytes to allow a much longer dpkg
     command line.
   * Fixed 2 little OR group bugs, thanks to Yann Dirson. Closes: #143995,
     #142298
   * Allow an uninstalled package to be marked for removal on an install
     line (meaning not to automatically install it), also fix some dodgy
     handling of protected packages. Closes: #92287, #116011
   * Fix errant prefix matching in version selection. Closes: #105968
   * Ensure that all files needed to run APT as a user are readable and
     ignore roots umask for these files. Closes: #108801
   * Support larger config spaces. Closes: #111914
   * 'apt-get update' no longer does 'Building Dependency Tree'.
   * When matching regexs allways print a message. Change regex activation
     charset. Closes: #147817
   * Don't die if lines in sources.list are too long. Closes: #146846
   * Show file name on apt-extracttemplate error messges. Closes: #151835
   * i18n gettext stuff, based on work from Michael Piefel: Closes: #95933
   * Some highly unlikely memory faults. Closes: #155842
   * C++ stuff for G++3.2. Closes: #162617, #165515,
   * apt-config dumps sends to stdout not stderr now.  Closes: #146294
   * Fix segfault in FindAny when /i is used, and there is no default.
     Closes: #165891
   * Add s390x to archtable.  Closese: #160992.
   * Update config.sub/config.guess in cvs, and add support to debian/rules
     to update them from /usr/share/misc if they exist.  Closes: #155014
   * Remove 'Sorry' from messages.  Closes: #148824.
   * Change wording of 'additional disk space usage' message.  Closes:
     #135021.
   * apt-extracttemplates now prepends the package name when extracting
     files.  Closes: #132776
   * Add -n synonym for --names-only for apt-cache.  Closes: #130689
   * Display both current version and new version in apt-get -s.  Closes:
     #92358
   * Add an options and timeout config item to ssh/rsh.  Closes: #90654
   * libapt-pkg-dev now depends on apt-utils.  Closes: #133942.
   * Change verbose logging output of apt-ftparchive to go to stderr,
     instead of stdout.  Also, errors that occur no longer go to stdout,
     but stderr.  Closes: #161592
   * Test for timegm in configure.  Closes: #165516.
   * s/st_mtime/mtime/ on our local stat structure in apt-ftparchive, to
     support compliation on platforms where st_mtime is a macro.  Closes:
     #165518
   * Check the currently mounted cdrom, to see if it's the one we are
     interested in.  Closes: #154602
   * Refer to reportbug instead of bug in the man pages. Closes: #173745
   * Link apt-inst to apt-pkg. Closes: #175055
   * New apt_preferences man page from Thomas Hood, Susan Kleinmann,
     and others.
   * Fix > 300 col screen segfault. Closes: #176052
   * Rebuild with gcc-3.2. Closes: #177752, #178008.
   * Fix build-dep handling of | dependencies.
     Closes: #98640, #145997, #158896, #172901
   * Double default value of APT::Cache-Limit, until such time as it
     can be made more dynamic.  Closes: #178623.
   * Report uris with '.gz' when there are errors.  Closes: #178435.
   * When installing build-deps, make sure the new version will
     satisfy build requirements. Closes: #178121
   * Split offline and guide documentation into apt-doc.  This was done so
     that binary-arch builds do not require documention deps.  Note, that
     apt-doc is not installed on upgrades.
   * Use doc-base, instead of dhelp directly.  Closes: #110389
   * Change http message 'Waiting for file' to 'Waiting for headers'.
     Closes: #178537
   * Remove trailing lines on package lists in apt-get.  Closes: #178736.
   * Fix origin pins for file:// uris.  Closes: #189014.
   * Apply typo and syntax patch from bug to apt-cache.8.sgml.  Closes:
     #155194
   * s/dpkg-preconfig/dpkg-preconfigure/ in examples/configure-index.
     Closes: #153734.
   * Fix some typos in the apt-get manual.  Closes: #163932.
   * Apply patch from bug, to change frozen to testing, and then do it
     everywhere else.  Closes: #165085.
   * Update es.po.  Closes: #183111.
   * Add pt_BR translation of apt_preferences(5).  Also, build fr manpages.
     Closes: #183904.
   * Add a vcg command to apt-cache, similiar to dotty.  Closes: #150512.
   * Add option to apt-get to show versions of packages being
     upgraded/installed.
   * Be quiet in apt.post{inst,rm}.  Closes: #70685.
   * apt-get now prints out suggested and recommended packages.  Closes:
     #54982.
   * Insert some newlines in the cdrom change media message.  Closes:
     #154601.
   * Add a rdepends command to apt-cache.  Closes: #159864.
   * When building the dpkg command line, allow for 8192 chars to be used,
     instead of only 1024.
   * APT::Immediate-Configure had inverted semantics(false meant it was
     enabled).  Closes: #173619.
   * Fix status file parser so that if a record is larger than 32k, the
     buffer size will be doubled, and the read attempted again.  Closes:
     #174945.
Files: 
 c87ffb8973dfbf265c3a426ce7062119 715 admin important apt_0.5.5.dsc
 fd2be6b584282bd2dbc046449e3e5d2f 811582 admin important apt_0.5.5.tar.gz
 d5f2b4d29cc5d73310a6a9d9746d166a 60062 doc optional apt-doc_0.5.5_all.deb
 9cddc94ffca174d495865655e2b9095d 92184 doc optional libapt-pkg-doc_0.5.5_all.deb
 c219ba00e729e3ec5eb3dec7307290bd 692238 base standard apt_0.5.5_i386.deb
 47abaf0b8ece16c61c29aabc2b11b7e2 59608 devel optional libapt-pkg-dev_0.5.5_i386.deb
 5d7ca50fb7d4b2f2afa79d730d25a930 147040 admin optional apt-utils_0.5.5_i386.deb

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

iD8DBQE+q3uDiix9wovUpIkRArJIAJ9Wk2TocblYFyxUmIR7xcYFsD+mTQCfQO+3
gRED/2QMSPR4Ix5ovCyht4g=
=CkGf
-----END PGP SIGNATURE-----



Reply to: