Age | Commit message (Collapse) | Author |
|
|
|
* uploaded
|
|
- do not change the auto-flag in MarkKeep() to prevent side-effects
in interactive package managers when a package is marked for remove
first and then unmarked again. the old code removed the auto-flag,
the new code will retain this information
- a package can be garbage even if it is already marked for removal
|
|
- added OnlyInstalled option to writeState()
* debian/changelog:
- prepared nwe upload
|
|
- added ubuntu specific Original-Maintainer field
|
|
|
|
- reverted the mmap patch again, it caused too much trouble with
pipes etc
|
|
- applied patch from jvw to make the tag key stuff case-insensitive
|
|
- merged from apt--auto-mark (preserve auto-install information in InstallProtect
* cmdline/apt-get.cc:
- fix typo
* cmdline/makefile:
- install apt-mark as well
|
|
- bugfix in the InstallProcted() code (preserver the auto-install information)
* cmdline/makefile:
- install apt-mark as well
|
|
|
|
- bugfix in the "get-section" code
|
|
- merged from install-recommends
* debian/apt.conf.ubuntu:
- added "APT::Install-Recommends-Section" to "metapackages"
* renamed apt.conf.autoremove -> apt.conf.ubuntu
|
|
- added "APT::Install-Recommends-Section" option
|
|
|
|
|
|
|
|
- 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)
|
|
|
|
- close the outfile properly (thanks to kamion)
* cmdline/apt-get.cc:
- unbreak dselect-upgrade by adding a ActionGroup around it
|
|
- 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
|
|
|