| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\ |
|
| | |
|
|/
|
|
|
| |
- mark all installed packages first without auto installation in
a dist-upgrade to prefer upgrading packages instead of installing
new packages in versioned or-groups (Closes: #605394)
|
|
|
| |
* Czech by Miroslav Kure. Closes: #605107
|
|\ |
|
| |
| |
| |
| |
| | |
- Explicitly disable compressed indexes at the start. This ensures that we
will actually test uncompressed indexes regardless of the internal
default value of Acquire::GzipIndexes.
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | | |
- don't ask the user for media change if quiet >= 2, stdout is not
a tty and assume-yes, force-yes or trivial-only option is set to
avoid cpu eating endless loops in unattended runs like apt.cron
(Closes: #602354, LP: #665580)
|
| | |
| | |
| | |
| | |
| | |
| | | |
- don't ask the user for media change if quiet >= 2, stdout is not
a tty and assume-yes, force-yes or trivial-only option is set to
avoid cpu eating endless loops in unattended runs like apt.cron
(Closes: #602354, LP: #665580)
|
| |/
|/| |
|
| | |
|
|\| |
|
| |
| |
| |
| | |
- don't install previously not installed providers in a try
to statisfy a "Breaks: provides" dependency by upgrade
|
| |
| |
| |
| | |
- if the package was explicitly marked as ToRemove don't
consider it as a candidate for FixByInstall
|
| | |
|
| |
| |
| |
| | |
- try fixing before removing even if the fix is hidden in
a provides, hidden in the #590438 testcase
|
|/
|
| |
- respect the none-force even in LANG=C (Closes: #602573)
|
| |
|
|
|
| |
Cyril Brulebois for bashing me.
|
|
|
|
| |
- ensure that history.log gets closed to avoid leaking a FD
(closes: #601649)
|
|\ |
|
| |
| |
| | |
- fallback always to a suitable description (Closes: #601016)
|
| |
| |
| |
| | |
behaviour can be undefined… (or at least can't be tested against dpkg)
|
| |
| |
| |
| |
| |
| |
| | |
- Add a FileFd::FileSize() method to get the size of the underlying
file and not the size of the content in the file as FileFd::Size()
does - the sizes can differ since the direct gzip integration
* methods/{gzip,bzip2}.cc:
- use FileSize() to determine if the file is invalid (Closes: #600852)
|
|\ \
| |/
|/|
| | |
- ensure that history.log gets closed to avoid leaking a FD
(closes: #601649)
|
| |
| |
| |
| | |
- ensure that history.log gets closed to avoid leaking a FD
(closes: #601649)
|
| | |
|
|\ \
| | |
| | | |
- apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
|
| | |
| | |
| | |
| | | |
- apply various typo fixes by Olly Betts, thanks! (Closes: #600249)
|
|\ \ \ |
|
|/ / / |
|
|\| | |
|
| | |
| | |
| | | |
- change the codenames to reflect the situation after squeeze release
|
| | |
| | |
| | |
| | | |
- move some strings into apt-verbatim.ent to avoid showing them in
apt-doc.pot as they are untranslatable anyway (e.g. manpage references)
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | | |
for non-gzip files
|
| |\ \
| |/ /
|/| | |
|
|\ \ \
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Use FileFd::Size() instead of stat()ing the sources/binary/translations
indexes directly, so that we have transparent handling of gzipped
indexes.
* apt-pkg/contrib/fileutl.cc:
- Fix FileFd::Size() for gzipped files to give the size of the
uncompressed data. This fixes cache building progress going way
over 100%.
|
| | | | |
|
| |\ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Fix FileFd::Size() for gzipped files to give the size of the
uncompressed data. This fixes cache progress building progress going way
over 100%.
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- Use FileFd::Size() instead of stat()ing the sources/binary/translations
indexes directly, so that we have transparent handling of gzipped
indexes.
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | | |
funtions (bash complains)
|
| |/ / /
|/| | | |
|
|\ \ \ \
| | |/ /
| |/| |
| | | | |
- fix issues with dir::state::status and dir::state::extended_states
when alternative rootdirs are used
|
| | | |
| | | |
| | | |
| | | | |
the rootdir later anyway)
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* apt-pkg/deb/debsystem.cc:
- set dir::state::status based at least on dir
This causes problems with alternative rootdirs
|