Age | Commit message (Collapse) | Author |
|
- fix TimeToStr i18n (LP: #289807)
* [ABI break] merge support for http redirects, thanks to
Jeff Licquia and Anthony Towns
* [ABI break] use int for the package IDs (thanks to Steve Cotton)
* apt-pkg/pkgcache.cc:
- do not run "dpkg --configure pkg" if pkg is in trigger-awaited
state (LP: #322955)
* methods/https.cc:
- add Acquire::https::AllowRedirect support
* Clarify the --help for 'purge' (LP: #243948)
* cmdline/apt-get.cc
- fix "apt-get source pkg" if there is a binary package and
a source package of the same name but from different
packages (LP: #330103)
* cmdline/acqprogress.cc:
- Call pkgAcquireStatus::Pulse even if quiet, so that we still get
dlstatus messages on the status-fd (LP: #290234).
|
|
|
|
by default. This can be changed by setting the value of
APT::Get::Build-Dep-Automatic to false (thanks to Aaron
Haviland, closes: #44874, LP: #248268)
|
|
a request to install only one package and it is not installable.
|
|
|
|
|
|
- install tasks in two passes, first without dependency auto-install,
the with it. this ensure that we do not run in a situation were
a task packages A dependens on B|C and C is part of the task but
B gets installed too because of the greedy nature of apt
|
|
so that it can correct any missing dependencies
|
|
- fix incorrect help output for -f (LP: #57487)
|
|
|
|
- fix task installing (thanks to Colin Watson)
|
|
as it does not require a cachefile at all
|
|
for apt-get update like operations for the frontends and also provides
hooks to run stuff in APT::Update::{Pre,Post}-Invoke
|
|
|
|
grammatical error ("manual installed" -> "manually installed"),
closes: #438136.
*
|
|
work properly in initramfs, closes: #448316.
|
|
patch to add 'purge' command line argument (closes: #133421).
|
|
|
|
statement of apt-get (closes: #445468).
|
|
- do not change the auto-installed information if a package
is reinstalled
|
|
(thanks to Julien Danjou for the patch)
|
|
* merged apt--sha256 branch to fully support the new
sha256 checksums in the Packages and Release files
(ABI break)
|
|
directory downloading on non-linux architectures (closes: #435597)
|
|
and fallback
|
|
(thanks to Matt Zimmerman reporting this problem)
|
|
Colin Watson)
|
|
- fix in the task-install code
|
|
- improve taskinstall regexp
|
|
- fix InstallTask code when a pkgRecord ends
with a single '\n' (thanks to Soren Hansen for reporting)
|
|
|
|
- revert task-install feature
- show auto-removal information
|
|
- merged from apt--tasks
|
|
as possible to apt--mvo again
|
|
(thanks to Julien Danjou for the patch)
* fix FTBFS with gcc 4.3, closes: #417090
(thanks to Martin Michlmayr for the patch)
* add --dsc-only option, thanks to K. Richard Pixley
|
|
|
|
(thanks to Israel G. Lugo for the patch)
* add "purge" commandline argument, closes: #133421)
(thanks to Julien Danjou for the patch)
|
|
(thanks to Julien Danjou for the patch)
|
|
|
|
- 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
|
|
- fix show-versions output
|
|
* pulled in the other remaining ubuntu changes
|
|
|
|
|
|
|
|
- fix problem that AutomaticRemove can't be set permanently via preferences
|
|
- run TryToInstall() in a way that it won't automatically tries to
fix the cache after each package but queue them all first
|
|
- changed syntax from "installtask" to "install taskname^"
(the ^ <- makes it look for tasks)
|
|
- call regexp_free()
|