Age | Commit message (Collapse) | Author |
|
|
|
Cyril Brulebois for bashing me.
|
|
- 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)
|
|
- ensure that history.log gets closed to avoid leaking a FD
(closes: #601649)
|
|
- fallback always to a suitable description (Closes: #601016)
|
|
- 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)
|
|
|
|
- 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)
|
|
|
|
|
|
|
|
- fix issues with dir::state::status and dir::state::extended_states
when alternative rootdirs are used
|
|
- source /etc/default/locale (if available) so that the
apt-get update cron job fetches the right translated package
descriptions
* fix test failure on amd64
|
|
- 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.
|
|
- support ArmHardFloat port in CompleteArch, thanks to Sebastian
Andrzej Siewior for the patch!
|
|
* Wrong translation for "showauto" fixed. Thanks to Raphaƫl Hertzog
Closes: #599265
|
|
|
|
|
|
* Asturian update by Maacub (Closes: #599057)
|
|
- do not remove packages which the user requested for installation
explicitly while satisfying other install requests (Closes: #598669)
|
|
|
|
- source /etc/default/locale (if available) so that the
apt-get update cron job fetches the right translated package
descriptions
|
|
- remove the duplicated "angefertigt" in translation-holder string
|
|
- Add a space between period and 'Please' and unfuzzy all translations
|
|
|
|
- do not check endpointer packages instead of only those which prevented
NeverAutoRemove settings from having an effect (Closes: #598452)
|
|
- add a space between number and unit as required by SI (Closes: #598352)
|
|
- use the TranslatedDescription for searching and not the first
available one as it is maybe not an expected language (Closes: #597925)
|
|
|
|
|
|
|
|
- correct two syntax issues to ensure we can build fine
|
|
- ensure that the build fails if documentation building fails
|
|
- build-depend on docbook-xml to ensure that the xml DTDs are always
available on the buildds (Closes: #597145)
|
|
|
|
conflicts/breaks against virtual packages (LP: #614993)
|
|
- handle absolut directory paths correctly by loading directories
directly instead of building the paths on our own (Closes: #596421)
|
|
|
|
- support 100-pinning in Release file with ButAutomaticUpgrades
as requested by the backports crew (Closes: #596097)
* apt-pkg/deb/deblistparser.cc:
- overrule NotAutomatic in case of ButAutomaticUpgrades
|
|
|
|
|
|
- if apt-cdrom is used on writable media (like usb-sticks), do
not use the root directory to identify the medium (as all
changes there change the ident id). Use the .disk directory
instead
|
|
Translations unfuzzied. Thanks to Holger Wansing.
|
|
|
|
- null the valid string instead of the date if Valid-Until is not set
* apt-pkg/acquire-item.cc:
- use also unsigned Release files again (Closes: #596189)
|