summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Source
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/Dpkg/Source')
-rw-r--r--scripts/Dpkg/Source/Package/V3/Native.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/Dpkg/Source/Package/V3/Native.pm b/scripts/Dpkg/Source/Package/V3/Native.pm
index b53a30f3f..1d0de2b0f 100644
--- a/scripts/Dpkg/Source/Package/V3/Native.pm
+++ b/scripts/Dpkg/Source/Package/V3/Native.pm
@@ -49,7 +49,7 @@ sub do_extract {
my $comp_ext_regex = compression_get_file_extension_regex();
foreach my $file ($self->get_files()) {
if ($file =~ /^\Q$basenamerev\E\.tar\.$comp_ext_regex$/) {
- error(g_('multiple tarfiles in v1.0 source package')) if $tarfile;
+ error(g_('multiple tarfiles in native source package')) if $tarfile;
$tarfile = $file;
} else {
error(g_('unrecognized file for a native source package: %s'), $file);