diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-22 13:22:21 +0200 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2011-07-22 13:22:21 +0200 |
commit | 822b344dacd3154df859ce6dbb1cb713ed96fc44 (patch) | |
tree | f6e2d6f104bb761fabc4ce4f17208ba6828b014c | |
parent | 49f9dae5f40f25006e750ae14f36262bfd440fcb (diff) | |
parent | ce2de59157d5ac584005c76f58b277adcaf8e1ab (diff) |
releasing version 0.8.15.2ubuntu2
-rw-r--r-- | cmdline/apt-get.cc | 2 | ||||
-rw-r--r-- | debian/changelog | 7 |
2 files changed, 8 insertions, 1 deletions
diff --git a/cmdline/apt-get.cc b/cmdline/apt-get.cc index 8d4c6923c..a4fa552ec 100644 --- a/cmdline/apt-get.cc +++ b/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); diff --git a/debian/changelog b/debian/changelog index a620b091b..7973844a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.8.15.2ubuntu2) oneiric; urgency=low + + * cmdline/apt-get.cc: + - fix missing download progress in apt-get download + + -- Michael Vogt <michael.vogt@ubuntu.com> Fri, 22 Jul 2011 13:20:49 +0200 + apt (0.8.15.2ubuntu1) oneiric; urgency=low [ Michael Vogt ] |