From: Michael Vogt Date: Mon, 6 Jan 2014 06:51:45 +0000 (+0100) Subject: Merge branch 'debian/sid' into feature/apt-manpage X-Git-Tag: 1.0~9^2~6 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/1b4560fec66a6e7b2dff9aaa19095fb8423f69a0?hp=-c Merge branch 'debian/sid' into feature/apt-manpage --- 1b4560fec66a6e7b2dff9aaa19095fb8423f69a0 diff --combined cmdline/apt.cc index b2f19c049,4bcae0aba..5771e664f --- a/cmdline/apt.cc +++ b/cmdline/apt.cc @@@ -41,6 -41,7 +41,7 @@@ #include #include #include + #include #include @@@ -54,8 -55,12 +55,12 @@@ #include #include #include + #include + #include /*}}}*/ + + bool ShowHelp(CommandLine &CmdL) { ioprintf(c1out,_("%s %s for %s compiled on %s %s\n"),PACKAGE,PACKAGE_VERSION, @@@ -74,6 -79,8 +79,8 @@@ " update - update list of available packages\n" " install - install packages\n" " upgrade - upgrade the systems packages\n" + "\n" + " edit-sources - edit the source information file\n" ); return true; @@@ -89,6 -96,8 +96,8 @@@ int main(int argc, const char *argv[] {"remove", &DoInstall}, {"update",&DoUpdate}, {"upgrade",&DoUpgradeWithAllowNewPackages}, + // misc + {"edit-sources",&EditSources}, // helper {"moo",&DoMoo}, {"help",&ShowHelp}, @@@ -120,7 -129,7 +129,7 @@@ } // FIXME: move into a new libprivate/private-install.cc:Install() - _config->Set("DPkgPM::Progress", "1"); + _config->Set("DPkgPM::Progress-Fancy", "1"); _config->Set("Apt::Color", "1"); // Parse the command line and initialize the package library diff --combined doc/apt-verbatim.ent index 8581ec630,9a061e61d..459b18b6c --- a/doc/apt-verbatim.ent +++ b/doc/apt-verbatim.ent @@@ -219,14 -219,14 +219,14 @@@ "> - + - + - - + +