Age | Commit message (Collapse) | Author |
|
- pass --auto-deconfigure to dpkg (-B)
* debian/control:
- depend on a dpkg with support for breaks
|
|
- increased the cache limit
|
|
|
|
|
|
- only work on instVer if we actually have one
|
|
* ABI break, bumped the version number
|
|
- added "--fix-policy" option to make it easy to fix any not-install
recommends
* apt-pkg/depcache.{cc,h}
- MarkInstall() has a new "ForceImportantDeps" option (defaults to false)
to fice the install of recommends even for already installed pkgs
- a new PolicyBroken() function to see how much of the recommends are
broken
|
|
|
|
- find new important dependencies on upgrade and deal with them
|
|
- init "install-recommends", "install-suggests" with default "false"
* debian/changelog:
- updated
|
|
|
|
|
|
|
|
|
|
- don't queue translations for deb-src entries
|
|
- check "/bin/bzip2" instead of "/usr/bin/bzip2"
|
|
- ignore lines that can't be split properly from dpkg (DpkgPM::Go)
* doc/examples/configure-index:
- documentation updates
|
|
|
|
- fix the sha256 code (thanks to Jakob Bohm, closes: #378183)
|
|
|
|
- if no /var/lib/apt/extended_states exists, create a empty one
|
|
- create a empty state file if none exists
|
|
* updated the library soname
|
|
|
|
- increased lib-version to 3.13
|
|
- very simple tool to manipulate the extended_states for autoinstall
* apt-pkg/depcache.cc:
- keep exisiting data in "extended_states" to make other tools happy
|
|
- renamed "pkgstates" file to "extended_states"
|
|
|
|
|
|
|
|
- add special cases for various languages like pt_BR, zh_CN etc
|
|
|
|
The patch below fixes the problem by open-coding the ntohl() call and
combining it with a byte-by-byte load of the 32-bit word.
|
|
- applied patch from Lionel Elie Mamane to fix epoch handling
(debian: #363358)
|
|
- added APT::Install-{Recommends,Suggests} global option
* depcache.h:
- added DepCache::State::InstPolicyBroken() to check if the
current install state violates the policy (compated with
InstBroken() that only checks for the minimal requirements)
|
|
- use mmap for the tagfile code (closes: #350025)
|
|
* debian/changelog: updated
* debian/rules: invoke tar with --no-recursion to avoid cruft in the tarbal
* po/apt-all.pot: updated
|
|
|
|
|
|
|
|
|
|
|
|
|
|
apt-pkg/acquire-item.h:
- add new pkgAcquire::Item::StatTransientNetworkError status
apt-pkg/acquire-item.cc:
- if we get a StatTransientNetworkError use old sigfile and indexfiles
apt-pkg/acquire-worker.cc:
- set StatTransientNetworkError on "Timeout", "TmpResolveFailure", "ConnectionRefused"
cmdline/apt-get.cc:
- handle a StatTransientNetworkError different than a normal error (warning instead of error)
|
|
(DefaultSourcesSpec)
|
|
apt-pkg/acquire-item.cc:
- on network failures (Timeout,ResolveFailure,ConnectionRefused) move the
old (known good) sigfile back and don't touch the indexfiles
cmdline/apt-get.cc:
- don't fail on apt-get update problems but issue a warning instead
|
|
|
|
network error
|
|
|
|
Patches applied:
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-114
* merged with mvo
* michael.vogt@ubuntu.com--2005/apt--mvo--0--patch-115
* string fix
|