[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 05/05: Revert "Check for source format 1.0 files that ship upstream signatures as this is not supported in stretch. (Closes: #823190)"



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

lamby pushed a commit to branch master
in repository lintian.

commit 7901a910df44554f5052bc09a4cb68c08f6d40e8
Author: Chris Lamb <lamby@debian.org>
Date:   Mon Jan 29 20:04:17 2018 +0000

    Revert "Check for source format 1.0 files that ship upstream signatures as this is not supported in stretch. (Closes: #823190)"
    
    This reverts commit 2f1efb44994b066c22a985c09a853fc9583aacf8.
---
 checks/changes-file.desc | 10 ----------
 checks/changes-file.pm   |  5 -----
 debian/changelog         |  2 --
 3 files changed, 17 deletions(-)

diff --git a/checks/changes-file.desc b/checks/changes-file.desc
index 13b347b..55dacb3 100644
--- a/checks/changes-file.desc
+++ b/checks/changes-file.desc
@@ -206,13 +206,3 @@ Info: The packaging includes an upstream signing key but the corresponding
  .
  Support for signatures was added to <tt>pristine-tar</tt> in version 1.41
  and support in <tt>git-buildpackage</tt> is being tracked in #872864.
-
-Tag: source-format-1.0-with-upstream-signature
-Severity: normal
-Certainty: certain
-Info: The packaging includes an upstream signature but the package uses
- source format "1.0".
- .
- Whilst these have been supported for extraction and building since dpkg
- 1.18.5, this means they are unsupported in stretch.
-Ref: dpkg-source(1), #823190
diff --git a/checks/changes-file.pm b/checks/changes-file.pm
index cc68fe7..6be546e 100644
--- a/checks/changes-file.pm
+++ b/checks/changes-file.pm
@@ -23,8 +23,6 @@ use strict;
 use warnings;
 use autodie;
 
-use List::MoreUtils qw(any);
-
 use Lintian::Tags qw(tag);
 use Lintian::Check qw(check_maintainer);
 use Lintian::Data;
@@ -188,9 +186,6 @@ sub run {
                 last;
             }
         }
-        tag 'source-format-1.0-with-upstream-signature'
-          if $src->info->field('format', '1.0') eq '1.0'
-          and any { m/\.asc$/ } %{$info->files};
     }
 
     my $files = $info->files;
diff --git a/debian/changelog b/debian/changelog
index 068c5a1..1573b28 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,6 @@ lintian (2.5.73) UNRELEASED; urgency=medium
       tag also detect multiple sentences and improve the tag description.
       (Closes: #778427)
   * checks/changes-file.{desc.pm}:
-    + [CL] Check for source format 1.0 files that ship upstream signatures
-      as this is not supported in stretch.  (Closes: #823190)
     + [CL] Fix an issue where the bad-section-in-changes-file,
       file-size-mismatch-in-changes-file and
       checksum-mismatch-in-changes-file tags were not being checked if a

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: