From: Michael Vogt Date: Tue, 10 Jun 2014 12:49:58 +0000 (+0200) Subject: Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid X-Git-Tag: 1.0.4~6 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/59d6e5b06c25acdd6583ea801740c36acabc19ac?ds=inline;hp=-c Merge remote-tracking branch 'mvo/feature/apt-update-info' into debian/sid --- 59d6e5b06c25acdd6583ea801740c36acabc19ac diff --combined cmdline/apt.cc index 72086af14,8a6f96aea..2cfdf8e8e --- a/cmdline/apt.cc +++ b/cmdline/apt.cc @@@ -96,10 -96,6 +96,10 @@@ int main(int argc, const char *argv[] std::vector Args = getCommandArgs("apt", CommandLine::GetCommand(Cmds, argc, argv)); + // Init the signals + InitSignals(); + + // Init the output InitOutput(); // Set up gettext support @@@ -116,6 -112,7 +116,7 @@@ _config->CndSet("DPkg::Progress-Fancy", "1"); _config->CndSet("Apt::Color", "1"); _config->CndSet("APT::Get::Upgrade-Allow-New", true); + _config->CndSet("APT::Cmd::Show-Update-Stats", true); // Parse the command line and initialize the package library CommandLine CmdL(Args.data(), _config);