On 26.II.2004 at 11:49 Christian Perrier wrote: > > We should maybe put it in production for ONE package by putting some > warning lines in the changelog so that translators do not update it > anymore.
I suppose that this script was inspired by the mess in the changelogs of partman. So lets take one of the packages of partman. I looked in the text of the script. I suppose that here a "^" should be added to the pattern of grep: DATE=`grep " --" "$CHANGELOG" | head -n $LINE | tail -n 1 | sed 's/.*> //g'` What do you thing about using LINE=`grep "; urgency=" "$CHANGELOG" | head -n 2 | tail -n 1 | sed 's/:.*//g'` instead of LINE=`grep "; urgency=" "$CHANGELOG" | grep -n "$RELEASE" | head -n 1 | sed 's/:.*//g'` What about po-files translated by a team with more than one translator? Anton Zinoviev -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]