Age | Commit message (Collapse) | Author |
|
- if decompression of a index fails, delete the index (LP#68202)
* [internal-ABI] apt-pkg/acquire.{cc,h}:
- deal better with duplicated sources.list entries (avoid
double queuing of URLs) - this fixes hangs in bzip/gzip
(LP#102511)
|
|
- deal better with duplicated sources.list entries (avoid
double queuing of URLs) - this fixes hangs in bzip/gzip
|
|
- if decompression of a index fails, delete the index
|
|
- fix error in translation that causes trouble to lsb_release
(LP#79165)
|
|
- fix error translation that causes trouble to lsb_release
|
|
|
|
- applied patch to (optionally) hide the auto-remove information
(thanks to Frode M. Døving) (LP#69148)
|
|
- applied patch from Frode M. Døving to have APT::Get::HideAutoRemove
|
|
- updated with the correct bugs
|
|
|
|
- do not clean the auto-flag in "remove" mode (e.g. apt-get remove already-installed-pkg)
- only show packages in the auto-remove list that are not already marked for removal
|
|
- "apt-get install foo" on a already installed package foo will
clean the automatic installed flag
|
|
- apt-get install foo
for a already installed package foo that is marked "auto" will clear
the auto-flag
|
|
- added APT::Never-MarkAuto-Section variable - that will consider dependencies of packages in this section manual
|
|
- added "APT::Never-MarkAuto-Section" and consider dependencies
of packages in this section manual
* debian/apt.conf.ubuntu:
- added APT::Never-MarkAuto-Section "metapackages";
|
|
- fix problem overwriting APT::Acquire::Translation
* doc/examples/configure-index:
- document APT::Acquire::Translation
|
|
- do not spin 100% cpu in FixMissing() (LP#84476)
|
|
- use ActionGroup() to protect FixMissing()
|
|
- fix version output in autoremove list (LP#68941)
|
|
- fix show-versions output
|
|
- only unmount if APT::CDROM::NoMount is false
* methods/cdrom.cc:
- only umount if it was mounted by the method before
|
|
- only unmount if APT::CDROM::NoMount is false
* methods/cdrom.cc:
- only umount if it was mounted by the method before
|
|
the umount/mount process
|
|
- only unmount if APT::CDROM::NoMount is false
|
|
|
|
- set XS-Vcs-Bzr header
|
|
* debian/control:
- make the libcurl3-gnutls-dev versionized (LP#86614)
|
|
* Bump ABI version
|
|
- fix dependency to libcurl3-gnutls-dev (>= 7.15.5)
|
|
|
|
|
|
|
|
|
|
- default to "/usr/lib/apt/apt-report-mirror-failure"
* cmdline/apt-report-mirror-failure:
- no default comit url for now
* debian/rules:
- move apt-report-mirror-failure into /usr/lib/apt
* doc/examples/configure-index:
- more documentation
* methods/mirror.cc:
- updated TODO
|
|
- use FailReason in pkgAcquire::Item::Failed when available
* methods/mirror.cc:
- move some debug output into if(Debug)
|
|
|
|
|
|
|
|
|
|
|
|
- basic mirror failure script added
|
|
* methods/mirror.cc: prepare for the failure submit
|
|
|
|
- updated the TODO
|
|
|
|
- implemented simple Clean() implementation based on the time of
the last access for a mirror file
|
|
- added Dir::State::Mirrors
* doc/examples/configure-index:
- added Acquire::mirror::RefreshInterval
* methods/mirror.{cc,h}:
- download the mirror file into Dir::State::Mirrors
- added RefreshInterval option to not ask for the mirror file too often
|
|
|
|
|
|
- make sure we have a candidateVer if we check it for downloadability
|