From acc04558ee1195914605a47379bf65bac3cbf312 Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Mon, 17 Dec 2007 19:59:42 +0000 Subject: [PATCH] * tools/update_tasks: ignore comments and blank lines in tasks.list. * tasks/tasks.list - add missing l10n tasks: gujarati-desktop, malayalam-desktop, tamil - comment out l10n tasks for languages not supported in D-I, for Icelandic, Irish, Serbian, Welsh and Xhosa --- debian/changelog | 7 ++++++- tasks/task.list | 27 ++++++++++++++++++--------- tools/update_tasks | 4 ++-- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6167c908..17a37ab0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -55,8 +55,13 @@ debian-cd (3.0.4) UNRELEASED; urgency=low that both "> $file.new mv $file.new $file @@ -29,7 +29,7 @@ update_essential_list () { desktoptask=$3 grep '\*' $file > $file.new - for i in $(cat $tasklist); do + for i in $(grep -Ev "^(#.*)?[[:space:]]*$" $tasklist); do if ( [ "$i" != gnome-dekstop ] && [ "$i" != kde-desktop ] && [ "$i" != xfce-desktop ] ) ||