From 2d425135df32b7700762d65e0316351537e94c63 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:55 +0000 Subject: [PATCH] Spelling errors and other fixes Author: jgg Date: 2002-03-20 05:51:52 GMT Spelling errors and other fixes --- cmdline/apt-cache.cc | 4 +++- cmdline/apt-get.cc | 4 ++-- debian/changelog | 10 ++++++++-- debian/control | 8 ++++---- doc/apt-cache.8.sgml | 12 +++++++++++- doc/apt.conf.5.sgml | 2 +- doc/apt.ent | 2 +- doc/examples/configure-index | 4 ++-- doc/sources.list.5.sgml | 2 +- 9 files changed, 33 insertions(+), 15 deletions(-) diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index e15f9d48d..c82964d18 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-cache.cc,v 1.56 2002/02/15 03:40:00 jgg Exp $ +// $Id: apt-cache.cc,v 1.57 2002/03/20 05:51:52 jgg Exp $ /* ###################################################################### apt-cache - Manages the cache files @@ -1260,6 +1260,7 @@ bool ShowHelp(CommandLine &Cmd) _("Usage: apt-cache [options] command\n" " apt-cache [options] add file1 [file1 ...]\n" " apt-cache [options] showpkg pkg1 [pkg2 ...]\n" + " apt-cache [options] showsrc pkg1 [pkg2 ...]\n" "\n" "apt-cache is a low-level tool used to manipulate APT's binary\n" "cache files, and query information from them\n" @@ -1268,6 +1269,7 @@ bool ShowHelp(CommandLine &Cmd) " add - Add an package file to the source cache\n" " gencaches - Build both the package and source cache\n" " showpkg - Show some general information for a single package\n" + " showsrc - Show source records\n" " stats - Show some basic statistics\n" " dump - Show the entire file in a terse form\n" " dumpavail - Print an available file to stdout\n" diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 5bfe95d6a..98461051e 100644 --- a/cmdline/apt-get.cc +++ b/cmdline/apt-get.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: apt-get.cc,v 1.114 2002/02/15 03:40:00 jgg Exp $ +// $Id: apt-get.cc,v 1.115 2002/03/20 05:51:52 jgg Exp $ /* ###################################################################### apt-get - Cover for dpkg @@ -512,7 +512,7 @@ void Stats(ostream &out,pkgDepCache &Dep) if (Downgrade != 0) ioprintf(out,_("%lu downgraded, "),Downgrade); - ioprintf(out,_("%lu to remove and %lu not upgraded.\n"), + ioprintf(out,_("%lu to remove and %lu not upgraded.\n"), Dep.DelCount(),Dep.KeepCount()); if (Dep.BadCount() != 0) diff --git a/debian/changelog b/debian/changelog index 86ed31ca9..b54c39b05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,8 +11,14 @@ apt (0.5.5) unstable; urgency=low * LD_LIBRARY_PATH thing. Closes: #109430 * /usr/doc reference in postinst. Closes: #126189 * Doc updates. Closes: #120689 - * Possible apt-cache segfault. Closes: #120311, #118431, #117915 - + * Possible apt-cache segfault. Closes: #120311, #118431, #117915, #135295, + #131062 + * 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 + -- Randolph Chung Tue, 4 Dec 2001 23:26:42 -0800 apt (0.5.4) unstable; urgency=low diff --git a/debian/control b/debian/control index c906cdd32..cd246f801 100644 --- a/debian/control +++ b/debian/control @@ -26,12 +26,12 @@ Description: Advanced front-end for dpkg Package: libapt-pkg-dev Architecture: any Priority: optional -Depends: ${libapt-pkg:provides} +Depends: ${libapt-pkg:provides}, ${libapt-inst:provides} Section: devel -Description: Development files for APT's libapt-pkg - This package contains the header files and static libraries for +Description: Development files for APT's libapt-pkg and libapt-inst + This package contains the header files and libraries for developing with APT's libapt-pkg Debian package manipulation - library. + library and the libapt-inst deb/tar/ar library. Package: libapt-pkg-doc Architecture: all diff --git a/doc/apt-cache.8.sgml b/doc/apt-cache.8.sgml index 2ed4c84b8..b037def46 100644 --- a/doc/apt-cache.8.sgml +++ b/doc/apt-cache.8.sgml @@ -31,6 +31,7 @@ add file gencaches showpkg pkg + showsrc pkg stats dump dumpavail @@ -60,7 +61,8 @@ add - gencaches @@ -170,6 +172,14 @@ Reverse Provides: + showsrc + + + dump Three settings are provided for cache control with HTTP/1.1 complient - proxy caches.