Author: guillem
Date: 2006-05-31 01:13:25 +0000 (Wed, 31 May 2006)
New Revision: 357

Modified:
   trunk/ChangeLog
   trunk/debian/changelog
   trunk/scripts/changelog/debian.pl
Log:
Remove duplicated string " , at changelog " in dpkg-parsechangelog's
debian style parser (Julian Gilbey). Closes: #369205


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog     2006-05-30 23:19:40 UTC (rev 356)
+++ trunk/ChangeLog     2006-05-31 01:13:25 UTC (rev 357)
@@ -1,3 +1,7 @@
+2006-05-31  Julian Gilbey  <[EMAIL PROTECTED]>
+
+       * scripts/changelog/debian.pl: Remove duped string ' , at changelog '.
+
 2006-05-31  Guillem Jover  <[EMAIL PROTECTED]>
 
        * src/enquiry.c (cmpversions): Prefix the bad syntax error with a

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog      2006-05-30 23:19:40 UTC (rev 356)
+++ trunk/debian/changelog      2006-05-31 01:13:25 UTC (rev 357)
@@ -68,6 +68,8 @@
     page (Ben Pfaff). Closes: #368875
   * Print the bogus version and prefix the error message with 'dpkg: '
     when using '--compare-versions'. Closes: #369177
+  * Remove duplicated string " , at changelog " in dpkg-parsechangelog's
+    debian style parser (Julian Gilbey). Closes: #369205
 
   [ Updated dpkg Translations ]
   * Portuguese (Miguel Figueiredo).

Modified: trunk/scripts/changelog/debian.pl
===================================================================
--- trunk/scripts/changelog/debian.pl   2006-05-30 23:19:40 UTC (rev 356)
+++ trunk/scripts/changelog/debian.pl   2006-05-31 01:13:25 UTC (rev 357)
@@ -92,7 +92,7 @@
             $kvdone{$k}++ && &clwarn(sprintf(_g("repeated key-value %s"), $k));
             if ($k eq 'Urgency') {
                 $v =~ m/^([-0-9a-z]+)((\s+.*)?)$/i ||
-                    &clerror(_g("badly formatted urgency value, at changelog 
"));
+                    &clerror(_g("badly formatted urgency value"));
                 $newurg= lc $1;
                 $newurgn= $urgencies{lc $1}; $newcomment= $2;
                 $newurgn ||


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to