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

Bug#878446: marked as done (lintian: [PATCH] Spelling fixes)



Your message dated Fri, 27 Oct 2017 19:04:14 +0000
with message-id <E1e89vS-0006P3-NZ@fasolo.debian.org>
and subject line Bug#878446: fixed in lintian 2.5.56
has caused the Debian Bug report #878446,
regarding lintian: [PATCH] Spelling fixes
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.)


-- 
878446: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=878446
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.5.53ubuntu2
Severity: minor

Dear Maintainer,

'git am'able patch containing spelling fixes is attached.

-- System Information:
Debian Release: stretch/sid
  APT prefers artful
  APT policy: (500, 'artful')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.13.0-15-generic (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=en_US.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.29.1-4ubuntu1
ii  bzip2                             1.0.6-8.1
ii  diffstat                          1.61-1build1
ii  dpkg                              1.18.24ubuntu1
ii  file                              1:5.32-1
ii  gettext                           0.19.8.1-4ubuntu1
ii  intltool-debian                   0.35.0+20060710.4
ii  libapt-pkg-perl                   0.1.33
ii  libarchive-zip-perl               1.59-1
ii  libclass-accessor-perl            0.34-1
ii  libclone-perl                     0.38-2build2
ii  libdpkg-perl                      1.18.24ubuntu1
ii  libemail-valid-perl               1.202-1
ii  libfile-basedir-perl              0.07-1
ii  libipc-run-perl                   0.96-1
ii  liblist-moreutils-perl            0.416-1build3
ii  libparse-debianchangelog-perl     1.2.0-12
ii  libperl5.26 [libdigest-sha-perl]  5.26.0-8ubuntu1
ii  libtext-levenshtein-perl          0.13-1
ii  libtimedate-perl                  2.3000-2
ii  liburi-perl                       1.72-1
ii  libxml-simple-perl                2.24-1
ii  libyaml-libyaml-perl              0.63-2build1
ii  man-db                            2.7.6.1-2
ii  patchutils                        0.3.4-2
ii  perl                              5.26.0-8ubuntu1
ii  t1utils                           1.40-2
ii  xz-utils                          5.2.2-1.3

Versions of packages lintian recommends:
ii  libperlio-gzip-perl  0.19-1build3

Versions of packages lintian suggests:
pn  binutils-multiarch     <none>
ii  dpkg-dev               1.18.24ubuntu1
ii  libhtml-parser-perl    3.72-3build1
pn  libtext-template-perl  <none>

-- no debconf information
>From 86dc452a32ea7e4df8d95f08b01a67efd7c13c55 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
Date: Fri, 13 Oct 2017 21:34:39 +0300
Subject: [PATCH] Spelling fixes

---
 checks/conffiles.pm | 2 +-
 checks/debconf.desc | 2 +-
 checks/files.desc   | 6 +++---
 checks/scripts.desc | 2 +-
 4 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/checks/conffiles.pm b/checks/conffiles.pm
index 90db31547..180a11cd3 100644
--- a/checks/conffiles.pm
+++ b/checks/conffiles.pm
@@ -83,7 +83,7 @@ sub run {
         }
         next unless $file =~ m{\A etc/ }xsm and $file->is_file;
 
-       # If there is a /etc/foo, it must be a conffile (with a few exceptions).
+       # If there is an /etc/foo, it must be a conffile (with a few exceptions).
         if (    not exists($conffiles{$file})
             and $file !~ m{ /README $}xsm
             and $file ne 'etc/init.d/skeleton'
diff --git a/checks/debconf.desc b/checks/debconf.desc
index d5d3ac19a..6bf813869 100644
--- a/checks/debconf.desc
+++ b/checks/debconf.desc
@@ -309,7 +309,7 @@ Tag: template-uses-unsplit-choices
 Severity: normal
 Certainty: possible
 Info: The use of _Choices in templates is deprecated.
- An _Choices field must be translated as a single string.
+ A _Choices field must be translated as a single string.
  .
  Using __Choices allows each choice to be translated separately, easing
  translation and is therefore recommended.
diff --git a/checks/files.desc b/checks/files.desc
index 4f575b86d..4ba0d7da3 100644
--- a/checks/files.desc
+++ b/checks/files.desc
@@ -82,7 +82,7 @@ Tag: package-installs-apt-preferences
 Severity: serious
 Certainty: possible
 Ref: apt_preferences(5)
-Info: Debian packages should not install files under <tt>/etc/apt/preferences.d/</tt> or install a /etc/apt/preferences file.
+Info: Debian packages should not install files under <tt>/etc/apt/preferences.d/</tt> or install an /etc/apt/preferences file.
  This directory is under the control of the local administrator.
  .
  Package should not override local administrator choices.
@@ -92,7 +92,7 @@ Severity: serious
 Certainty: possible
 Ref: sources.list(5)
 Info: Debian packages should not install files under <tt>/etc/apt/sources.list.d/</tt>
- or install a /etc/apt/sources.list file.
+ or install an /etc/apt/sources.list file.
  This directory is under the control of the local administrator.
  .
  Package should not override local administrator choices.
@@ -1741,7 +1741,7 @@ Info: The package is architecture-dependent, ships a shared library in
  a public library search path and is marked <tt>Multi-Arch:
  foreign</tt>. Typically, shared libraries are marked <tt>Multi-Arch:
  same</tt> when possible. Sometimes, private shared libraries are put
- into the public library search path to accomodate programs in the
+ into the public library search path to accommodate programs in the
  same package, but this package does not contain any programs.
  .
  Please remove the <tt>Multi-Arch: foreign</tt> stanza.
diff --git a/checks/scripts.desc b/checks/scripts.desc
index aa2fb0d84..8d02ec4ff 100644
--- a/checks/scripts.desc
+++ b/checks/scripts.desc
@@ -737,7 +737,7 @@ Info: Lintian has detected the presence of a #DEBHELPER# token in the
 Tag: debhelper-autoscript-in-maintainer-scripts
 Severity: classification
 Certainty: possible
-Info: The maintainer scripts of the package contians one or more
+Info: The maintainer scripts of the package contain one or more
  auto-generated shell snippets inserted by the listed debhelper tool.
 
 Tag: unconditional-use-of-dpkg-statoverride
-- 
2.14.1


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

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 878446@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Chris Lamb <lamby@debian.org> (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, 27 Oct 2017 18:29:35 +0000
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.56
Distribution: unstable
Urgency: medium
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Chris Lamb <lamby@debian.org>
Description:
 lintian    - Debian package checker
Closes: 744388 748405 781372 793554 851126 871711 873612 878446 878449 878457 878515 878517 878518 878521 878522 878798 878806 879152 879206 879661 879860 879861 879862 879935 879953
Changes:
 lintian (2.5.56) unstable; urgency=medium
 .
   * Summary of tag changes:
     + Added:
       - appstream-metadata-invalid
       - debhelper-tools-from-autotools-dev-are-deprecated
       - debian-control-has-empty-field
       - debian-rules-sets-dpkg-architecture-variable
       - empty-section-field
       - file-contains-trailing-whitespace
       - init.d-script-contains-skeleton-template-content
       - latest-changelog-entry-without-new-date
 .
   * checks/appstream-metadata.{pm,desc}:
     + [CL] Don't error out when AppStream metadata is invalid and emit new
       appstream-metadata-invalid tag instead.  (Closes: #879661)
   * checks/binaries.desc:
     + [CL] Apply patch from Adrian Bunk to mention the lack of the "-g"
       flag as a common cause for the debug-file-with-no-debug-symbols tag.
       (Closes: #878806)
     + [CL] Apply patch from Guillem Jover to strongly discourage the use
       of the getconf(1) interface for LFS support.  (Closes: #879935)
   * checks/changes-file.desc:
     + [CL] Add a note to orig-tarball-missing-upstream-signature regarding
       support in pristine-tar and git-buildpackage.
   * checks/conffiles.pm, checks/{debconf,files,scripts}.desc:
     + [CL] Apply patch from Ville Skyttä <ville.skytta@iki.fi> to fix a
       number of spelling mistakes.  (Closes: #878446)
     + [CL] Apply patch from Ville Skyttä <ville.skytta@iki.fi> to update
       a number of manual references.  (Closes: #878517)
   * checks/control-file.{pm,desc}:
     + [CL] Warn about empty fields in debian/control.  (Closes: #744388)
   * checks/cruft.{pm,desc}:
     + [CL] Warn about certain files under debian/* that contain trailing
       whitespace characters.  (Closes: #748405)
   * checks/debconf.desc:
     + [CL] Apply patch from Ville Skyttä <ville.skytta@iki.fi> to update
       the debconf-spec refs.  (Closes: #878449)
   * checks/debhelper.{desc,pm}:
     + [NT] Add a check for packages using the debhelper tooling from the
       autotools-dev package.  These have been replaced by the changes
       inside debhelper itself.
     + [NT] Avoid useless-autoreconf-build-depends for autotools-dev when
       the autotools-dev tooling is used in debian/rules.
       (Closes: #871711)
   * checks/fields.pm:
     + [CL] Apply patch from Nicolas Boulenguez to accept and recommend the
       new vcs-mtn mtn:// uri format.  (Closes: #878798)
     + [CL] Emit new empty-section-field tag instead of uninitialized value
       warnings on an empty "Section:" field.  (Closes: #878515)
   * checks/files.pm:
     + [CL] Lower the severity of package-installs-java-bytecode from
       "error" to "warning".  (Closes: #879862)
     + [CL] Do not trigger package-installs-java-bytecode if the path
       contains "WEB-INF", "demo", "doc" etc.  (Closes: #879860)
     + [CL] Verify files triggering package-installs-java-bytecode files
       really are Java class files.  (Closes: #879861)
   * checks/init.d.pm:
     + [CL] Check for files that use content from the /etc/init.d/skeleton
       template. Thanks to Christoph Biedl for the idea.  (Closes: #879152)
   * checks/md5sums.pm:
     + [CL] Allow empty md5sums files.  (Closes: #781372)
   * checks/rules.{pm,desc}:
     + [CL] Warn on packages unnecessararily setting dpkg-architecture(1)
       variables.  (Closes: #793554)
   * checks/scripts.desc:
     + [CL] Check the "Recommends" field as well when testing scripts for
       script-needs-depends-on-sensible-utils.  (Closes: #879953)
   * checks/source-changelog.{desc.pm}:
     + [CL] Move latest-debian-changelog-entry-without-new-date tag into a
       new check of type "source".  (Closes: #873612)
   * checks/watch-file.pm:
     + [CL] Include the offending URI in debian-watch-uses-insecure-uri
       output, not the line number.
     + [CL] Ignore the magic http://sf.net/ redirector URI for the
       debian-watch-uses-insecure-uri tag.  (Closes: #879206)
 .
   * data/common/source-fields:
     + [NT] Add "Rules-Requires-Root".
   * data/fields/essential:
     + [CL] Apply patch from Helmut Grohne <helmut@subdivi.de> to treat
       e2fsprogs as non-essential.  (Closes: #878518)
   * data/fields/perl-provides:
     + [CL] Update for Perl 5.026001.
   * data/scripts/interpreters:
     + [CL] Add cwl-runner to the list of interpreters.  (Closes: #851126)
   * data/spelling/corrections:
     + [CL] Revert addition of "none were" -> "none was" multiword spelling
       correction as it is "acceptable beyond serious criticism".
       (Closes: #878457)
 .
   * debian/control:
     + [NT] Set R³ to "no".  Lintian builds fine without root and
       Build-Depends on fakeroot for the tests that still require
       fakeroot.
 .
   * doc/lintian.xml, checks/{fields,files,menu-format}.desc, etc.:
     + [CL] Apply patch from Ville Skyttä <ville.skytta@iki.fi> to update
       a large number of errors in links.  (Closes: #878521)
 .
   * private/refresh-manual-refs:
     + [CL] Apply patch from Ville Skyttä <ville.skytta@iki.fi> to update
       the Debconf reference mapping. Many thanks!  (Closes: #878449)
     + [CL] Apply a patch series from Ville Skyttä <ville.skytta@iki.fi>
       to a number of issues in the Menu, Perl, Python and Debian
       Policy parsing.
 .
   * t/scripts/pod-synopsis.t:
     + [CL] Apply patch from Ville Skyttä <ville.skytta@iki.fi> to skip all
       POD synopsis tests if Test::Pod is not available.  (Closes: #878522)
   * t/tests/debconf-config-*, t/tests/legacy-maintainer-scripts:
     + [CL] Split out checks for debconf-config-not-executable into a
       separate test protected by a Test-Requires now that dpkg >= 1.19.0
       will bail out on that condition.
Checksums-Sha1:
 9509c6c2beae026c7165d2195b5d013595bb19b3 2898 lintian_2.5.56.dsc
 40d577cc22aa9ebdf56ff4336a5d4703a047e219 1244428 lintian_2.5.56.tar.xz
 947bb2fe4fe0566ba6d6d13ddbafa7ae9839b177 1069044 lintian_2.5.56_all.deb
 45ae22b1184857202abfaf809e76716ff26ca8c9 16230 lintian_2.5.56_amd64.buildinfo
Checksums-Sha256:
 6a44332e3bc5eb76b895ae998d4fd3fe41148367565fb42da778c98a11bf63f0 2898 lintian_2.5.56.dsc
 0f2e78eabe121083a92c16089bc6dc603328c501a0ffa4c98c001eec7fc137dc 1244428 lintian_2.5.56.tar.xz
 89ab4f2485f1452de7e4253665bc3935b003c6115242463ec3be659cd267fc5b 1069044 lintian_2.5.56_all.deb
 e2a30dd54ad9cc770765998bb8019f70ad9d1ecd051f7b85a35d1198c6fb844a 16230 lintian_2.5.56_amd64.buildinfo
Files:
 74034295183ef0fbe47f745c414e18fa 2898 devel optional lintian_2.5.56.dsc
 528861471e0a5dc46c0211330b66aa70 1244428 devel optional lintian_2.5.56.tar.xz
 9eceea481400c4cf3543169cb3c44d39 1069044 devel optional lintian_2.5.56_all.deb
 b76210bfb9f5d1f8023be00bb255a6a7 16230 devel optional lintian_2.5.56_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlnzgWoACgkQHpU+J9Qx
HlivlxAAivIUyPBWEiE2PagDCy9aI/xrgCcpOVo5ZWWvXzJ4uBo5VoxKCHUkG2b7
IiqRZmykTcO8Q0/tKsJNXQYAh8ybSfluaTaWWfQIA/gZ25OmK5v1/8OlMBLmhvPN
FkTRbx56Gvo13xhqrJirGAP9WyEPDAEIWxewcdkCl1FY/kdz/8ToDTYPMgFwZ8Bp
Q5F/C17e97RxvyueO5dhhLdfxecoKEAonA01DXAIKPfPXu0h4VeonSc3OYfymHbq
PxWnABYanRaf36BJkDI3gWGFRTbjONiV8B/bKKVaTpagUBS11eEsrnT6VcudcxET
lirLx/5RDIqt8eB+flWmpxVljIKtIH/LR8Ko2QaFcBo+FyHECZWjXjvfLFOeHqXL
gcxIT1++6oNuMW9H6EewSY5eFlEgAOE9nwcECd12aOJ7WNN2/5/+xAhJfCKYQsez
LTxll+YGWSNZK0H/OhnK7Y6uKpwx1yJsLvWE3fpQPdjmeTBkIKhXjRUMh3MNbAhM
2BBJp5B2PFJg5WOSVCTXfrpb3oolPVakj4rGQ88HSN2tJ8ElKVEJnUt2GWiXUYwN
w/APrbLyyeVeu3xzBpr6qwvpVEqnYYpPfDfkywsRdYNqVHzOLPV4QsEaCtlVQUPm
kYTwUt4zIt8/NBq3nalFnjHJ0LfUtr7zOeuS7mkhtPseaXLOIZ8=
=OZf8
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: