This is an automated email from the git hooks/post-receive script.

guillem pushed a commit to branch master
in repository dpkg.

View the commit online:
https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=89afa9af7cd589eb8384ed96b6d86dd59d56bdf5

commit 89afa9af7cd589eb8384ed96b6d86dd59d56bdf5 (HEAD -> master)
Author: Guillem Jover <[email protected]>
AuthorDate: Tue Nov 5 12:59:17 2019 +0100

    Dpkg::Source::Package::V3::Native: Do not say v1.0 for 3.0 formats
---
 debian/changelog                         | 1 +
 scripts/Dpkg/Source/Package/V3/Native.pm | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3874bc4e1..b3a0fbe91 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -74,6 +74,7 @@ dpkg (1.20.0) UNRELEASED; urgency=medium
     - Dpkg::Exit: Unregister all signal handlers once we have executed them.
       Closes: #932841
     - Dpkg::Exit: Register exit handlers also for __DIE__.
+    - Dpkg::Source::Package::V3::Native: Do not say v1.0 for 3.0 formats.
   * Documentation:
     - man: Fix uncommon wording constructs.
     - man: Use a minus sign for a literal string.
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);

-- 
Dpkg.Org's dpkg

Reply via email to