Cyril Brulebois <k...@debian.org> (21/02/2012): > If troubles arise from applying those patches, I could be tricked > into helping to fix it up.
Experimental was only working for packages which had long descriptions before the archive got changed, I fixed it up with the following patch. The local diff is applied on powell and I ran a refresh to make sure it was doing fine. http://packages-powell.debian.org/en/experimental/libxkbcommon0 We probably want to clean up what's showing up in git status at some point, I guess. Mraw, KiBi.
From 66424cad1847adc16cf339ba64ac1754ddf119a9 Mon Sep 17 00:00:00 2001 From: Cyril Brulebois <k...@debian.org> Date: Fri, 2 Mar 2012 13:28:22 +0000 Subject: [PATCH] Bug#657557: Process translations in experimental too. Otherwise we only get to see long descriptions and translations for packages which were in experimental before long descriptions got dropped from Packages files. --- bin/parse-translations | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/bin/parse-translations b/bin/parse-translations index 00611a9..864173e 100755 --- a/bin/parse-translations +++ b/bin/parse-translations @@ -59,7 +59,7 @@ my $fixja = Text::Iconv->new("EUC-JP", "UTF-8"); # FIXME: one database per dist # http://lists.debian.org/4e42e104.90...@deb-support.de # FIXME: unhardcode dists name -my @dists = ('sid', 'wheezy', 'squeeze', 'lenny'); +my @dists = ('experimental', 'sid', 'wheezy', 'squeeze', 'lenny'); foreach my $lang (@langs) { (my $locale = $lang) =~ s/^([a-z]{2})-([a-z]{2})$/"$1_".uc($2)/e; -- 1.7.2.5
signature.asc
Description: Digital signature