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

Bug#795614: marked as done ([PATCH] fix false-positive spelling-error-in-binary affecting many Go binaries)



Your message dated Fri, 11 Sep 2015 15:24:47 +0000
with message-id <E1ZaQBz-0001W0-L6@franck.debian.org>
and subject line Bug#795614: fixed in lintian 2.5.37
has caused the Debian Bug report #795614,
regarding [PATCH] fix false-positive spelling-error-in-binary affecting many Go binaries
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
795614: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795614
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.5.33
Severity: normal
Tags: patch

>From the patch description:
 [PATCH] spelling-error-in-binary: ignore ang/and
 
 The Go stdlib html/ package contains the string "ang;" (for the &ang;
 entity). Every program which directly or indirectly imports the html/
 package will hence end up with an unuseful spelling-error-in-binary
 lintian warning.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages lintian depends on:
ii  binutils                       2.25-10
ii  bzip2                          1.0.6-8
ii  diffstat                       1.58-1
ii  file                           1:5.22+15-2
ii  gettext                        0.19.4-1
ii  hardening-includes             2.7
ii  intltool-debian                0.35.0+20060710.2
ii  libapt-pkg-perl                0.1.29+b2
ii  libarchive-zip-perl            1.48-1
ii  libclass-accessor-perl         0.34-1
ii  libclone-perl                  0.38-1
ii  libdpkg-perl                   1.18.1
ii  libemail-valid-perl            1.196-1
ii  libfile-basedir-perl           0.07-1
ii  libipc-run-perl                0.94-1
ii  liblist-moreutils-perl         0.413-1
ii  libparse-debianchangelog-perl  1.2.0-4
ii  libtext-levenshtein-perl       0.12-1
ii  libtimedate-perl               2.3000-2
ii  liburi-perl                    1.64-1
ii  man-db                         2.7.0.2-5
ii  patchutils                     0.3.4-1
ii  perl [libdigest-sha-perl]      5.20.2-6
ii  t1utils                        1.38-4
ii  xz-utils                       5.1.1alpha+20120614-2.1

Versions of packages lintian recommends:
ii  dpkg                            1.18.1
pn  libperlio-gzip-perl             <none>
ii  perl                            5.20.2-6
ii  perl-modules [libautodie-perl]  5.20.2-6

Versions of packages lintian suggests:
pn  binutils-multiarch     <none>
ii  dpkg-dev               1.18.1
ii  libhtml-parser-perl    3.71-2
ii  libtext-template-perl  1.46-1
pn  libyaml-perl           <none>

-- no debconf information
>From 9e94af4f6d4bc0169fd3de6073707e4ce4e94c04 Mon Sep 17 00:00:00 2001
From: Michael Stapelberg <stapelberg@debian.org>
Date: Sat, 15 Aug 2015 21:54:16 +0200
Subject: [PATCH] spelling-error-in-binary: ignore ang/and

The Go stdlib html/ package contains the string "ang;" (for the &ang;
entity). Every program which directly or indirectly imports the html/
package will hence end up with an unuseful spelling-error-in-binary
lintian warning.
---
 checks/binaries.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/checks/binaries.pm b/checks/binaries.pm
index 94197b6..1ad6282 100644
--- a/checks/binaries.pm
+++ b/checks/binaries.pm
@@ -364,6 +364,7 @@ sub run {
             'teH' => 1, # From #711207
             'tEH' => 1, # From #782902
             'tEh' => 1, # From #782902, too
+            'ang' => 1, # The Go stdlib html/ package contains "ang;"
         };
         my $tag_emitter
           = spelling_tag_emitter('spelling-error-in-binary', $file);
-- 
2.1.4


--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.37

We believe that the bug you reported is fixed in the latest version of
lintian, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 795614@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier <niels@thykier.net> (supplier of updated lintian package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 11 Sep 2015 16:37:10 +0200
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.37
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Niels Thykier <niels@thykier.net>
Description:
 lintian    - Debian package checker
Closes: 786867 788926 792418 793503 795614 795667 795779 795955 796311 796822 797395 797600 797951 798063 798359 798385 798422
Changes:
 lintian (2.5.37) unstable; urgency=medium
 .
   * Summary of tag changes:
     + Added:
       - obsolete-url-in-packaging
       - renamed-tag
 .
   * checks/application-not-library.{desc,pm}:
     + [AB] Downgrade libapp-perl-package-name to certainty possible.
     + [AB] Add libapp-options-perl to the package whitelist.
   * checks/binaries.pm:
     + [NT] Apply patch from Michael Stapelberg to ignore
       "no-relro" and "no-fortify-functions" issues in
       binaries built by the go compiler, as it does not
       support these features.  (Closes: #795667)
     + [NT] Apply patch from Michael Stapelberg to a
       common false positive spelling mistake in "go"
       binaries.  (Closes: #795614)
     + [NT] Apply patch from Guillem Jover to avoid some false
       positive  shared-lib-without-dependency-information tags.
       (Closes: #798063)
   * checks/control-file.pm:
     + [AB] Apply patch by Christoph Biedl for relaxing dependency checks
       to allow versions with tilde. (Closes: #797951)
   * checks/copyright.pm:
     + [BR] Fix FP for copyright-without-copyright-notice tag
       allow public-domain.  (Closes: #786867)
   * checks/cruft.pm:
     + [BR] Fix complex regular subexpression recursion limit.
       Strip comments is only done on first 8192 characters.
       (Closes: #795955).
     + [BR] Performance improvement check if line < 1024 before
       stripping comment. Classify to minified if line > 1024.
     + [BR] Fix false positive in missing-sources directory
       search path.
   * checks/debhelper.pm:
     + [NT] Unconditionally warn about dh_clean -k usage even when the
       debhelper compat is less than 7.
   * checks/description.pm:
     + [AB] Fix false positives in
       perl-module-name-not-mentioned-in-description.  (Closes: #795779)
   * checks/fields.{desc,pm}:
     + [JW] Use "an" (instead of "a") before "HTTP".
     + [NT] Assert that -dbgsym packages are in the "debug" section.
       Thanks to Jean-Michel Vourgère for reporting the issue.
     + [AB] Also emit package-relation-with-perl-module for build-*
       relations. Thanks gregor herrmann! (Closes: #798385)
   * checks/obsolete-sites.{desc,pm}:
     + [AB] New check with tag obsolete-url-in-packaging to check for URLs
       of hosting sites with frozen contents or (soon to be) closed hosting
       sites (Google Code, Gitorious, Freshmeat, etc.) inside the
       packaging.  (Closes: #793503)
   * checks/scripts.pm:
     + [BR] Fix Unescaped left brace in regex.  (Closes: #788926)
   * checks/shared-libs.{desc,pm}:
     + [NT] Accept an "activate-noawait ldconfig" trigger instead of
       explicit calls to "ldconfig".
   * checks/testsuite.pm:
     + [AB] Split up restrictions, features and tests by comma as well as
       space. (Closes: #798359, #792418)
   * checks/version-substvars.pm:
     + [BR] Fix Unescaped left brace in regex is deprecated line 68.
   * checks/watch.desc:
     + [BR] Upgrade upstream PGP keys location.  (Closes: #796311)
 .
   * data/binaries/embedded-libs:
     + [RG] Add another matching string for libidn
   * data/common/source-fields:
     + [AB] Add patch by Tianon Gravi to add go-import-path as known source
       field. (Closes: #798422)
   * data/fields/archive-sections:
     + [NT] Remove the "debugsym" section as "ddebs" will be put in
       the regular "debug" section.
   * data/fields/binary-fields:
     + [NT] Accept the "Build-Ids" field, which debhelper will start to
       include in debug packages.
   * data/scripts/maintainer-script-bad-command:
     + [AB] Fix maintainer-script-should-not-use-adduser-system-without-home
       false positive in cases where --system and --home are ordered
       differently than initially expected. (Closes: #797395)
   * data/spelling/corrections:
     + [JW] Add correction for "bellow". (This is an actual English word,
       but in technical texts, it's almost certainly a misspelling of
       "below".)
     + [JW] Add correction for "positve".
 .
   * debian/control:
     + [AB] Update Vcs-Browser header to use https and cgit.
 .
   * lib/Lintian/{Tags.pm,Tag/Override.pm}:
     + [BR] Support tag renaming. Warn about renamed
       tags.
 .
   * t/runtests:
     + [BR] Apply patch from Chris Lamb improving documentation.
       (Closes:  #796822).
   * t/scripts/01-critic/runner.pl:
     + [AB] Fix FTBFS in perlcritic runner with Test::Perl::Critic 1.03
   * t/tests/application-not-library/debian/debian/control.in:
     + [AB] Add a false positive test for libapp-perl-package-name.
   * t/tests/rules-perl-makemaker/debian/debian/rules:
     + [NT] Pass DESTDIR to MakeMaker to avoid FTBFS with Perl 5.22.
       Thanks to Dominic Hargreaves for the report.  (Closes: #797600)
Checksums-Sha1:
 67d5166215911cb519df1ed6e486ca0c6f9a2a63 2758 lintian_2.5.37.dsc
 42a1ffc0d1a5782fd527e7784accd0df38065556 1248884 lintian_2.5.37.tar.xz
 736a806f10e6718d310f1898e29e6ecbceb7c0e8 833260 lintian_2.5.37_all.deb
Checksums-Sha256:
 ba30420ac586304141af3b958589a5d276533a16d797dcc1529d0af9dfaa9577 2758 lintian_2.5.37.dsc
 2214355114c7120ca95ea094894148c7dbec7c890dd88834e537a0c2da4fef6a 1248884 lintian_2.5.37.tar.xz
 5af5d33b24467fec0169977aede130b7261b10b2f930e682bc95079323e03b98 833260 lintian_2.5.37_all.deb
Files:
 0c44741de4634a190ff87e38bdc57cc5 2758 devel optional lintian_2.5.37.dsc
 60ef2d2990b4f56f5ddec83911098e92 1248884 devel optional lintian_2.5.37.tar.xz
 b70b6d07004095c77ad4a67fab115882 833260 devel optional lintian_2.5.37_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJV8ufcAAoJEAVLu599gGRC+ocP/08Oy+EiLcZCA60AdO3R66k/
sLcwBCsWgeC4UD7J8k39Ywa+QZ4fLMTaagHGhc5F8eMESUD8+MVGHh3nVie3sBp6
MmxEzQJZ4jR2JpZf405lDdh6kJShcIejc1exUbdaSoGeilynWiMYHOZyv+7LFfHe
gtXri8G+O8cQn528M6j58bqPycs7n/aV5J2i2lkxwca/HLmHu8dc5jlW0b93FouS
PatTdR8OBW6osUQVlY8vGZE35gtvHTOo5YhS6oFo8L+GMdmWUtm1fDGtiI4OOobF
+Wn3k13Sjx8I1Ke/Zf+dgsSFYmoLNJqh3yhhTA9dsDceHU79M+fogD7XZgFITQlz
XAwNVA9AqMAQ1vZOn9yYzvxmRIU+QsAho+cQQWcXGFvbvuaBMuwfur3blWD2N/GK
QlSCCtwKpdMvxVsLeZPdCMhTakA8gdbCZ7uGTkY/YThxFyEGrOiXCkEQuK+Jk739
8BCRsA1Pj9jWqou8tpkyXIS/stF66Rxw/oHGl/TCqNUX+HOKIfgJSNMAO/ttrn5u
07MQtLUkso/X2JSfBYgPSU0fXuUDhMmKe6Tkfedx8FO9jqK3CDrfu5mWYneyoIar
BQMN3zj0kNnNG6d8bOrrvvzsBOH5POHgUHH7k28iQScmPBHQOsMdW82il5MifmuS
XEUKeEJVyR+gQxeMAKF9
=owdz
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: