Age | Commit message (Collapse) | Author |
|
- always chmod extended_states to 0644
|
|
- applied patch from Frode M. Døving to have APT::Get::HideAutoRemove
|
|
- 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
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
|
|
- use ActionGroup() to protect FixMissing()
|
|
- fix show-versions output
|
|
- never mark required packages as garbage
|
|
- added documentation patch from Vladimír Lapáček about autoremove
|
|
- fix problem that AutomaticRemove can't be set permanently via preferences
|
|
- 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
|
|
- typo
|
|
- changed the behaviour of --no-remove and --auto-remove, if --no-remove
is given, then that will turn off --auto-remove implicitely
|
|
- only error out if both "APT::Get::Autoremove" is set to true and "APT::Get::Remove" to false, in this case the the save options wins and apt will abort
|
|
- bugfix in the InstallProcted() code (preserver the auto-install information)
* cmdline/makefile:
- install apt-mark as well
|
|
- always show the autoremove information and give advice how to use it
* debian/rules:
- install apt.conf.autoremove with blacklist for linux-image and linux-restriceted-modules
|
|
|
|
- check for incorrect proxy settings more carefully
|
|
- added FIXME about the missing feature of or-group display in recommends/suggests display
|
|
- fixed for the suggets/recommends display
|
|
|
|
- switched to libdb4.4
|
|
|
|
|
|
|
|
- add a scope with a ActionGroup in DoInstall() to speed up the install
of long package lists (e.g. pbuilder)
|
|
- check "/bin/bzip2" instead of "/usr/bin/bzip2"
|
|
|
|
- assign the return string value from Find() before calling c_str() on
it, otherwise the string goes out of scope and is deleted
|
|
- deal with gpgs NODATA message
|
|
|
|
|
|
- ignore lines that can't be split properly from dpkg (DpkgPM::Go)
* doc/examples/configure-index:
- documentation updates
|
|
- point to the right dir for the user guide in the man-page
|
|
|
|
- added sha256 test
|
|
- applied patch from ajt (#379576)
|
|
|
|
- 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
|
|
|
|
- create a empty state file if none exists
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|