summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-03-15 09:57:57 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-03-15 09:57:57 +0100
commit3226fe2bef62975976ebab7522759428a813ad4d (patch)
treec26d41abb74f05469b6e254b5b01a1ac44395684
parentd861c0f25765378feee7f2e84e9aadb8d56d7168 (diff)
releasing version 0.7.25.3ubuntu30.7.25.3ubuntu3
-rw-r--r--apt-pkg/indexfile.cc3
-rw-r--r--debian/changelog8
2 files changed, 9 insertions, 2 deletions
diff --git a/apt-pkg/indexfile.cc b/apt-pkg/indexfile.cc
index 34fd71b20..9b85a8cf8 100644
--- a/apt-pkg/indexfile.cc
+++ b/apt-pkg/indexfile.cc
@@ -115,8 +115,7 @@ string pkgIndexFile::LanguageCode()
// we have a mapping of the language codes that contains all the language
// codes that need the country code as well
// (like pt_BR, pt_PT, sv_SE, zh_*, en_*)
- const char *need_full_langcode[] = { "cs_",
- "en_",
+ const char *need_full_langcode[] = { "en_",
"pt_",
"sv_",
"zh_",
diff --git a/debian/changelog b/debian/changelog
index ccd0a110c..4164fd726 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+apt (0.7.25.3ubuntu3) lucid; urgency=low
+
+ * apt-pkg/indexfile.cc:
+ - remove "cs" from languages that need the full langcode when
+ downloading translations (thanks to Steve Langasek)
+
+ -- Michael Vogt <michael.vogt@ubuntu.com> Mon, 15 Mar 2010 09:42:39 +0100
+
apt (0.7.25.3ubuntu2) lucid; urgency=low
[ Michael Vogt ]