Thanks to Kylan Robinson. Closes: #425629
+2007-05-23 Kylan Robinson <Kylan_Robinson@selinc.com>
+
+ * scripts/dpkg-source.pl: Fix regex (/\.debian.tar/ ->
+ /\.debian\.tar/).
+
2007-05-23 Guillem Jover <guillem@debian.org>
* scripts/dpkg-source.pl ($copy_required): New variable.
than the one containing the tarball. Closes: #424998
* Remove an unused variable in dpkg-statoverride by renaming it to the
initially intended name. Closes: #425041
+ * Fix loose regex in dpkg-source (/\.debian.tar/ -> /\.debian\.tar/).
+ Thanks to Kylan Robinson. Closes: #425629
[ Updated dpkg translations ]
* French (Frédéric Bothamy).
my $sub = $1;
$sub =~ s/\d+$// if $sub =~ /\D/;
$target = "$expectprefix/$sub";
- } elsif ($tarfile =~ /\.debian.tar/) {
+ } elsif ($tarfile =~ /\.debian\.tar/) {
$target = "$expectprefix/debian";
} else {
$target = $expectprefix;