Package: l10n-bot
Version:
Status: applied
Author: Guillem Jover <guillem@debian.org>
Description:
 Convert splitted Subject lines into a single one.

--- old/l10n-bot	2004-02-25 06:05:29.000000000 +0100
+++ new/l10n-bot	2004-02-23 14:48:37.000000000 +0100
@@ -82,9 +84,10 @@
 $entity = $parser->parse(\*STDIN) or die "parse failed\n";
 $head = $entity->head;
 
+$subject = $head->get('Subject');
+$subject =~ s/\n\s*//g;
 
-
-if( !( $head->get('Subject') =~ /^\[(ITT|RFR|RFR2|LCFC|BTS#\d+|DONE)\]\s*(po-debconf|debian-installer|po|man|wml):\/\/([^\s]*)\s/ ) ){
+if (!($subject =~ /^\[(ITT|RFR|RFR2|LCFC|BTS#\d+|DONE)\]\s*(po-debconf|debian-installer|po|man|wml):\/\/([^\s]*)/)) {
     $parser->filer->purge(); exit;
 }
 
