tag 425629 pending
thanks

On Tue, 2007-05-22 at 14:36:07 -0700, [EMAIL PROTECTED] wrote:
> Package: dpkg
> Version: 1.13.11

> dpkg-source.pl has a typo in the regular expression on line 639.  The line 
> reads:
> 
> } elsif($tarfile =~ /\.debian.tar/) {
> 
> and I suggest that it be changed to:
> 
> } elsif($tarfile =~ /\.debian\.tar/) {
> 
> Currently, the regular expression matches when any character appears 
> between "debian" and "tar."  My proposed change requires a period to 
> appear between the "debian" and "tar."  The attached file is a patch for 
> this problem.

Thanks! Fixed now in dpkg' svn trunk (for 1.14.4). Also please send
unified diffs in the future, but it's not really needed for small
fixes like this one.

regards,
guillem


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

Reply via email to