Przeglądaj źródła

merged from the mvo branch

Michael Vogt 15 lat temu
rodzic
commit
ce2de59157
2 zmienionych plików z 3 dodań i 1 usunięć
  1. 1 1
      cmdline/apt-get.cc
  2. 2 0
      debian/changelog

+ 1 - 1
cmdline/apt-get.cc

@@ -2273,7 +2273,7 @@ bool DoDownload(CommandLine &CmdL)
 
    pkgAcquire Fetcher;
    AcqTextStatus Stat(ScreenWidth, _config->FindI("quiet",0));
-   if (_config->FindB("APT::Get::Print-URIs") == true)
+   if (_config->FindB("APT::Get::Print-URIs") == false)
       Fetcher.Setup(&Stat);
 
    pkgRecords Recs(Cache);

+ 2 - 0
debian/changelog

@@ -6,6 +6,8 @@ apt (0.8.15.3) UNRELEASED; urgency=low
   * apt-pkg/algorithms.cc:
     - Hold back packages that would enter "policy-broken" state on upgrade
       when doing a "apt-get upgrade"
+  * cmdline/apt-get.cc:
+    - fix missing download progress in apt-get download
 
   [ David Kalnischkies ]
   * apt-pkg/pkgcachegen.cc: