From: Eugene V. Lyubimkin Date: Tue, 4 Nov 2008 20:55:15 +0000 (+0200) Subject: Uncommitted built-in help for apt-cache for Lenny. X-Git-Tag: 0.7.21~71^2~1 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/c8921a97bf23f916eea9d77c4d2dbb94172e0983?hp=-c Uncommitted built-in help for apt-cache for Lenny. --- c8921a97bf23f916eea9d77c4d2dbb94172e0983 diff --git a/cmdline/apt-cache.cc b/cmdline/apt-cache.cc index 420630694..f10ea48be 100644 --- a/cmdline/apt-cache.cc +++ b/cmdline/apt-cache.cc @@ -1739,8 +1739,8 @@ bool ShowHelp(CommandLine &Cmd) " show - Show a readable record for the package\n" " depends - Show raw dependency information for a package\n" " rdepends - Show reverse dependency information for a package\n" - " pkgnames - List the names of all packages in the system\n" - " dotty - Generate package graphs for GraphViz\n" + " pkgnames - List the names of all packages\n" + " dotty - Generate package graphs for GraphVis\n" " xvcg - Generate package graphs for xvcg\n" " policy - Show policy settings\n" "\n" diff --git a/debian/changelog b/debian/changelog index 8c1ce3bd7..c9853169a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -35,9 +35,6 @@ apt (0.7.17) unstable; urgency=low - Lowercased short package descriptions. - Bumped 'Standards-Version' to 3.8.0, no changes needed. - Actualized 'Uploaders' field. - * cmdline/apt-cache.cc: - - Advanced built-in help. Patch by Andre Felipe Machado. (Closes: #286061) - - Fixed typo 'GraphVis' -> 'GraphViz'. (Closes: #349038) * doc/: - Substituded 'apt-archive' with 'apt-ftparchive' in docs. Patch based on work of Andre Felipe Machado. (Closes: #350865)