]> git.saurik.com Git - apt.git/commitdiff
merged from donkult
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 22 Jul 2011 14:01:00 +0000 (16:01 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 22 Jul 2011 14:01:00 +0000 (16:01 +0200)
1  2 
cmdline/apt-get.cc
debian/changelog

diff --combined cmdline/apt-get.cc
index 99ee4f2288547355a1cc18aac9225fbdd26cbc9b,748ebe6ab40bdce503fd652800496e57ad697b4a..1e7fee96b2c8169031ce42b0512edd0234dd238e
@@@ -2273,7 -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);
@@@ -2366,8 -2366,7 +2366,7 @@@ bool DoSource(CommandLine &CmdL
     // Create the download object
     AcqTextStatus Stat(ScreenWidth,_config->FindI("quiet",0));   
     pkgAcquire Fetcher;
-    if (Fetcher.Setup(&Stat) == false)
-       return false;
+    Fetcher.SetLog(&Stat);
  
     DscFile *Dsc = new DscFile[CmdL.FileSize()];
     
diff --combined debian/changelog
index c9d9174076f67597a1a95ff291b12fc2c3ddc41d,607f7c64a05f2bce6aa1f94b18ea0c6355c5d67c..1ceeebfc540634a9ed874d6b63700ad488b0f49f
@@@ -6,8 -6,6 +6,8 @@@ apt (0.8.15.3) UNRELEASED; urgency=lo
    * 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:
      - document APT::Architectures list (Closes: #612102)
    * cmdline/apt-get.cc:
      - restore all important dependencies for garbage packages (LP: #806274)
+     - do not require unused partial dirs in 'source' (Closes: #633510)
    * apt-pkg/init.cc:
      - use CndSet in pkgInitConfig (Closes: #629617)
    * apt-pkg/depcache.cc:
      - change default of APT::AutoRemove::SuggestsImportant to true
-  -- David Kalnischkies <kalnischkies@gmail.com>  Fri, 15 Jul 2011 09:29:37 +0200
+   * cmdline/apt-key:
+     - use a tmpfile instead of /etc/apt/secring.gpg (Closes: #632596)
+   * debian/apt.postinst:
+     - remove /etc/apt/secring.gpg if it is an empty file
+   * doc/apt-cache.8.xml:
+     - apply madison typofix from John Feuerstein, thanks! (Closes: #633455)
+   * apt-pkg/policy.cc:
+     - emit an error on unknown APT::Default-Release value (Closes: #407511)
+  -- David Kalnischkies <kalnischkies@gmail.com>  Sat, 16 Jul 2011 16:43:37 +0200
  
  apt (0.8.15.2) unstable; urgency=high