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

[lintian] 01/01: Rename (unreleased) tag no-strong-checksums-in-dsc to no-strong-digests-in-dsc



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

abe pushed a commit to branch master
in repository lintian.

commit 7f94ae211eb53de487f231718781e2698a0dfcb6
Author: Axel Beckert <abe@deuxchevaux.org>
Date:   Fri May 27 21:54:01 2016 +0200

    Rename (unreleased) tag no-strong-checksums-in-dsc to no-strong-digests-in-dsc
    
    Suggested by dkg, thanks!
---
 checks/fields.desc               | 4 ++--
 checks/fields.pm                 | 2 +-
 debian/changelog                 | 2 +-
 t/source/no-sha256-checksum/tags | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/checks/fields.desc b/checks/fields.desc
index 1168a8d..5c21a04 100644
--- a/checks/fields.desc
+++ b/checks/fields.desc
@@ -1277,11 +1277,11 @@ Info: No package should (build-) depend on 'perl-modules'. Instead, a
  perl-modules package is an implementation detail of the perl
  packaging.
 
-Tag: no-strong-checksums-in-dsc
+Tag: no-strong-digests-in-dsc
 Severity: serious
 Certainty: certain
 Info: This .dsc file contains no Checksum-Sha256 field and hence only
- weak checksums.
+ weak digests.
  .
  This issue will only show up for source packages built with
  dpkg-source before 1.14.17 (March 2008) and hence will probably never
diff --git a/checks/fields.pm b/checks/fields.pm
index 732be43..37ce500 100644
--- a/checks/fields.pm
+++ b/checks/fields.pm
@@ -1313,7 +1313,7 @@ sub run {
 
     if ($type eq 'source') {
         if (!$info->field('checksums-sha256')) {
-            tag 'no-strong-checksums-in-dsc';
+            tag 'no-strong-digests-in-dsc';
         }
     }
 
diff --git a/debian/changelog b/debian/changelog
index 38d1a3a..e6efdcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,7 +17,7 @@ lintian (2.5.45) UNRELEASED; urgency=medium
   * checks/fields.{desc,pm}:
     + [JW] Fix typos.
     + [AB] Add new check for weak checksums in source packages:
-      new tag no-strong-checksums-in-dsc (Closes: #824916)
+      new tag no-strong-digests-in-dsc (Closes: #824916)
   * checks/files.desc:
     + [BR] Do not suggest unsupported Multi-arch: no.
       (Closes: #816455)
diff --git a/t/source/no-sha256-checksum/tags b/t/source/no-sha256-checksum/tags
index 84ad849..8ed6eca 100644
--- a/t/source/no-sha256-checksum/tags
+++ b/t/source/no-sha256-checksum/tags
@@ -1 +1 @@
-E: no-sha256-checksum source: no-strong-checksums-in-dsc
+E: no-sha256-checksum source: no-strong-digests-in-dsc

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


Reply to: