diff options
author | Martin Pitt <martin@piware.de> | 2010-10-13 14:22:29 +0200 |
---|---|---|
committer | Martin Pitt <martin@piware.de> | 2010-10-13 14:22:29 +0200 |
commit | eff581c2d4740bc439522e44538fd6f7f4069e06 (patch) | |
tree | 1ae241ddb802d596cf5fda083d6eb38f93ecb34d /debian | |
parent | 9c182afa045dc889a5025d166328c6115924d706 (diff) | |
parent | ea38b1e608db857d4845b7bf6275b2df1fb8c9e7 (diff) |
merge from trunk
Diffstat (limited to 'debian')
-rw-r--r-- | debian/apt.cron.daily | 7 | ||||
-rw-r--r-- | debian/changelog | 10 |
2 files changed, 17 insertions, 0 deletions
diff --git a/debian/apt.cron.daily b/debian/apt.cron.daily index 8ace14a31..c61bfb9bb 100644 --- a/debian/apt.cron.daily +++ b/debian/apt.cron.daily @@ -417,6 +417,13 @@ do_cache_backup $BackupArchiveInterval # mirrors at the same time random_sleep +# include default system language so that "apt-get update" will +# fetch the right translated package descriptions +if [ -r /etc/default/locale ]; then + . /etc/default/locale + export LANG LANGUAGE LC_MESSAGES LC_ALL +fi + # update package lists UPDATED=0 UPDATE_STAMP=/var/lib/apt/periodic/update-stamp diff --git a/debian/changelog b/debian/changelog index f1737a5a2..3a552d01e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,16 @@ apt (0.8.7) UNRELEASED; urgency=low * Another typo fixed in French ("Anfin"). Thanks to bubulle * Wrong translation for "showauto" fixed. Thanks to Raphaƫl Hertzog Closes: #599265 + + [ Michael Vogt ] + * debian/apt.cron.daily: + - 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 + * apt-pkg/deb/debsystem.cc: + - fix issues with dir::state::status and dir::state::extended_states + when alternative rootdirs are used [ Martin Pitt ] * apt-pkg/deb/debindexfile.cc: |