]> git.saurik.com Git - apt.git/commitdiff
* debian/apt.cron.daily:
authorMichael Vogt <michael.vogt@ubuntu.com>
Fri, 1 Oct 2010 12:36:31 +0000 (14:36 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Fri, 1 Oct 2010 12:36:31 +0000 (14:36 +0200)
  - source /etc/default/locale (if available) so that the
    apt-get update cron job fetches the right translated package
    descriptions

debian/apt.cron.daily
debian/changelog

index 8c0e4c416f79c9b277b54c0d14454a099b0f1dd5..40be6e55d97254d94ab008e6c64acbf826f3f32b 100644 (file)
@@ -430,6 +430,13 @@ do_cache_backup $BackupArchiveInterval
 # mirrors at the same time
 random_sleep
 
 # 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
+fi
+
 # update package lists
 UPDATED=0
 UPDATE_STAMP=/var/lib/apt/periodic/update-stamp
 # update package lists
 UPDATED=0
 UPDATE_STAMP=/var/lib/apt/periodic/update-stamp
index f1976f51659c6adff413e059bd02c56bc6e01b1f..feafede868f6a01794ca6434d258dfbef5d06add 100644 (file)
@@ -9,6 +9,10 @@ apt (0.8.2) unstable; urgency=low
       not use the root directory to identify the medium (as all 
       changes there change the ident id). Use the .disk directory 
       instead 
       not use the root directory to identify the medium (as all 
       changes there change the ident id). Use the .disk directory 
       instead 
+  * debian/apt.cron.daily:
+    - source /etc/default/locale (if available) so that the 
+      apt-get update cron job fetches the right translated package
+      descriptions
 
  -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 03 Sep 2010 20:21:43 +0200
 
 
  -- Michael Vogt <michael.vogt@ubuntu.com>  Fri, 03 Sep 2010 20:21:43 +0200