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

[lintian] annotated tag 2.5.53 created (now 04f9abd)



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

lamby pushed a change to annotated tag 2.5.53
in repository lintian.

        at  04f9abd   (tag)
   tagging  09af46a89483dd62f51e5b06cec47f1743cbc9fb (commit)
  replaces  2.5.52
 tagged by  Chris Lamb
        on  Wed Sep 20 18:23:57 2017 +0100

- Log -----------------------------------------------------------------
Release lintian/2.5.53 into unstable

Format: 1.8
Date: Wed, 20 Sep 2017 09:25:06 +0100
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.53
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: 681713 762956 779675 814599 835120 847144 849622 857123 865531 868897 869541 869587 869750 869788 870069 870199 870272 870649 870681 870722 870730 870758 870822 871575 871767 871957 872042 872076 872611 872843 873096 873211 873323 873434 873458 873701 873702 874078 874121 874381 875509 875985 876003
Changes:
 lintian (2.5.53) unstable; urgency=medium
 .
   The "we are all Perl developers now" release.
 .
   * Summary of tag changes:
     + Added:
       - alternatively-build-depends-on-python-sphinx-and-python3-sphinx
       - build-depends-on-python-sphinx-only
       - dependency-on-python-version-marked-for-end-of-life
       - maintainer-script-interpreter
       - missing-call-to-dpkg-maintscript-helper
       - node-package-install-in-nodejs-rootdir
       - override-file-in-wrong-package
       - package-installs-java-bytecode
       - python-foo-but-no-python3-foo
       - script-needs-depends-on-sensible-utils
       - script-uses-deprecated-nodejs-location
       - transitional-package-should-be-oldlibs-optional
       - unnecessary-testsuite-autopkgtest-header
       - vcs-browser-links-to-empty-view
     + Removed:
       - debug-package-should-be-priority-extra
       - missing-classpath
       - transitional-package-should-be-oldlibs-extra
 .
   * checks/apache2.pm:
     + [CL] Fix an apache2-unparsable-dependency false positive by allowing
       periods (".") in dependency names.  (Closes: #873701)
   * checks/binaries.pm:
     + [CL] Apply patches from Guillem Jover & Boud Roukema to improve the
       description of the binary-file-built-without-LFS-support tag.
       (Closes: #874078)
   * checks/changes.{pm,desc}:
     + [CL] Ignore DFSG-repacked packages when checking for upstream
       source tarball signatures as they will never match by definition.
       (Closes: #871957)
     + [CL] Downgrade severity of orig-tarball-missing-upstream-signature
       from "E:" to "W:" as many common tools do not make including the
       signatures easy enough right now.  (Closes: #870722, #870069)
     + [CL] Expand the explanation of the
       orig-tarball-missing-upstream-signature tag to include the location
       of where dpkg-source will look. Thanks to Theodore Ts'o for the
       suggestion.
   * checks/copyright-file.pm:
     + [CL] Address a number of issues in copyright-year-in-future:
       - Prevent false positives in port numbers, email addresses, ISO
         standard numbers and matching specific and general street
         addresses.  (Closes: #869788)
       - Match all violating years in a line, not just the first (eg.
         "2000-2107").
       - Ignore meta copyright statements such as "Original Author". Thanks
         to Thorsten Alteholz for the bug report.  (Closes: #873323)
       - Expand testsuite.
   * checks/cruft.{pm,desc}:
     + [CL] Downgrade severity of file-contains-fixme-placeholder
       tag from "important" (ie. "E:") to "wishlist" (ie. "I:").
       Thanks to Gregor Herrmann for the suggestion.
     + [CL] Apply patch from Alex Muntada (alexm) to use "substr" instead
       of "substring" in mentions-deprecated-usr-lib-perl5-directory's
       description.  (Closes: #871767)
     + [CL] Don't check copyright_hints file for FIXME placeholders.
       (Closes: #872843)
     + [CL] Don't match quoted "FIXME" variants as they are almost always
       deliberate. Thanks to Adrian Bunk for the report.  (Closes: #870199)
     + [CL] Avoid false positives in missing source checks for "CSS Browser
       Selector".  (Closes: #874381)
   * checks/debhelper.pm:
     + [CL] Prevent a false positive of
       missing-build-dependency-for-dh_-command that can be exposed by
       following the advice for the recently added
       useless-autoreconf-build-depends tag.  (Closes: #869541)
   * checks/debian-readme.{pm,desc}:
     + [CL] Ensure readme-debian-contains-debmake-template also checks
       for templates "Automatically generated by debmake".
   * checks/description.{desc,pm}:
     + [CL] Clarify explanation of description-starts-with-leading-spaces
       tag. Thanks to Taylor Kline <taylor.kline@utexas.edu> for the report
       and patch.  (Closes: #849622)
     + [NT] Skip capitalization-error-in-description-synopsis for
       auto-generated packages (such as dbgsym packages).
   * checks/fields.{desc,pm}:
     + [CL] Ensure that python3-foo packages have "Section: python", not
       just python2-foo.  (Closes: #870272)
     + [RG] Do no longer require debug packages to be priority extra.
     + [BR] Use Lintian::Data for name/section mapping
     + [CL] Check for packages including "?rev=0&sc=0" in Vcs-Browser.
       (Closes: #681713)
     + [NT] Transitional packages should now be "oldlibs/optional" rather
       than "oldlibs/extra".  The related tag has been renamed accordingly.
   * checks/filename-length.pm:
     + [NT] Skip the check on auto-generated binary packages (such as
       dbgsym packages).
   * checks/files.{pm,desc}:
     + [BR] Avoid privacy-breach-generic false positives for legal.xml.
     + [BR] Detect install of node package under /usr/lib/nodejs/[^/]*$
     + [CL] Check for packages shipping compiled Java class files. Thanks
       Carnë Draug <carandraug+dev@gmail.com>.  (Closes: #873211)
     + [BR] Privacy breach is no longer experimental.
   * checks/init.d.desc:
     + [RG] Do not recommend a versioned dependency on lsb-base in
       init.d-script-needs-depends-on-lsb-base.  (Closes: #847144)
   * checks/java.pm:
     + [CL] Additionally consider .cljc files as code to avoid false-
       positive codeless-jar warnings.  (Closes: #870649)
     + [CL] Drop problematic missing-classpath check.  (Closes: #857123)
   * checks/menu-format.desc:
     + [CL] Prevent false positives in desktop-entry-lacks-keywords-entry
       for "Link" and "Directory" .desktop files.  (Closes: #873702)
   * checks/python.{pm,desc}:
     + [CL] Split out Python checks from "scripts" check to a new, source
       check of type "source".
     + [CL] Check for python-foo without corresponding python3-foo packages
       to assist in Python 2.x deprecation.  (Closes: #870681)
     + [CL] Check for packages that Build-Depend on python-sphinx only.
       (Closes: #870730)
     + [CL] Check for packages that alternatively Build-Depend on the
       Python 2 and Python 3 versions of Sphinx.  (Closes: #870758)
     + [CL] Check for binary packages that depend on Python 2.x.
       (Closes: #870822)
   * checks/scripts.pm:
     + [CL] Correct false positives in
       unconditional-use-of-dpkg-statoverride by detecting "if !" as a
       valid shell prefix.  (Closes: #869587)
     + [CL] Check for missing calls to dpkg-maintscript-helper(1) in
       maintainer scripts.  (Closes: #872042)
     + [CL] Check for packages using sensible-utils without declaring a
       dependency after its split from debianutils.  (Closes: #872611)
     + [CL] Warn about scripts using "nodejs" as an interpreter now that
       nodejs provides /usr/bin/node.  (Closes: #873096)
     + [BR] Add a statistic tag giving interpreter.
   * checks/testsuite.{desc,pm}:
     + [CL] Remove recommendations to add a "Testsuite: autopkgtest" field
       to debian/control as it is added when needed by dpkg-source(1)
       since dpkg 1.17.1.  (Closes: #865531)
     + [CL] Warn if we see an unnecessary "Testsuite: autopkgtest" header
       in debian/control.
     + [NT] Recognise "autopkgtest-pkg-go" as a valid test suite.
     + [CL] Recognise "autopkgtest-pkg-elpa" as a valid test suite.
       (Closes: #873458)
     + [CL] Recognise "autopkgtest-pkg-octave" as a valid test suite.
       (Closes: #875985)
     + [CL] Update the description of unknown-testsuite to reflect that
       "autopkgtest" is not the only valid value; the referenced URL
       is out-of-date (filed as #876008).  (Closes: #876003)
 .
   * data/binaries/embedded-libs:
     + [RG] Detect embedded copies of heimdal, libgxps, libquicktime,
       libsass, libytnef, and taglib.
     + [RG] Use an additional string to detect embedded copies of
       openjpeg2.  (Closes: #762956)
   * data/fields/name_section_mappings:
     + [BR] node- package section is javascript.
     + [CL] Apply patch from Guillem Jover to add more section mappings.
       (Closes: #874121)
   * data/fields/obsolete-packages:
     + [MR] Add dh-systemd.  (Closes: #872076)
   * data/fields/perl-provides:
     + [CL] Refresh perl provides.
   * data/fields/virtual-packages:
     + [CL] Update data file from archive. This fixes a false positive for
       "bacula-director".  (Closes: #835120)
   * data/files/obsolete-paths:
     + [CL] Add note to /etc/bash_completion.d entry regarding stricter
       filename requirements.  (Closes: #814599)
   * data/files/privacy-breaker-websites:
     + [BR] Detect custom donation logos like apache.
     + [BR] Detect generic counter website.
   * data/standards-version/release-dates:
     + [CL] Add 4.0.1 and 4.1.0 as known standards versions.
       (Closes: #875509)
 .
   * debian/control:
     + [CL] Mention Debian Policy v4.1.0 in the description.
     + [CL] Add myself to Uploaders.
     + [CL] Drop unnecessary "Testsuite: autopkgtest"; this is implied from
       debian/tests/control existing.
 .
   * commands/info.pm:
     + [CL] Add a --list-tags option to print all tags Lintian knows about.
       Thanks to Rajendra Gokhale for the suggestion.  (Closes: #779675)
   * commands/lintian.pm:
     + [CL] Apply patch from Maia Everett to avoid British spelling when
       using en_US locale.  (Closes: #868897)
 .
   * lib/Lintian/Check.pm:
     + [CL] Stop emitting {maintainer,uploader}-address-causes-mail-loops
       for @packages.debian.org addresses.  (Closes: #871575)
   * lib/Lintian/Collect/Binary.pm:
     + [NT] Introduce an "auto-generated" argument for "is_pkg_class".
   * lib/Lintian/Data.pm:
     + [CL] Modify Lintian::Data's "all" to always return keys in insertion
       order, dropping dependency on libtie-ixhash-perl.
 .
   * helpers/coll/objdump-info-helper:
     + [CL] Apply patch from Steve Langasek to accommodate binutils 2.29
       outputting symbols in a different format on ppc64el.
       (Closes: #869750)
 .
   * t/tests/fields-perl-provides/tags:
     + [CL] Update expected output to match new Perl provides.
   * t/tests/files-privacybreach/*:
     + [CL] Add explicit test for packages including external fonts via
       the Google Font API. Thanks to Ian Jackson for the report.
       (Closes: #873434)
     + [CL] Add explicit test for packages including external fonts via
       the Typekit API via <script/> HTML tags.
   * t/tests/*/desc:
     + [CL] Add missing entries in "Test-For" fields to make
       development/testing workflow less error-prone.
 .
   * private/generate-tag-summary:
     + [CL] git-describe(1) will usually emit 7 hexadecimal digits as the
       abbreviated object name,  However, as this can be user-dependent,
       pass --abbrev=0 to ensure it does not vary between systems.  This
       also means we do not need to strip it ourselves.
   * private/refresh-*:
     + [CL] Use deb.debian.org as the default mirror.
     + [CL] Update locations of Contents-<arch> files; they are now
       namespaced by distribution (eg. "main").
Checksums-Sha1:
 def6e964fa04e65f2b58976bd9841b33bcaffc93 2898 lintian_2.5.53.dsc
 28ebcfc7d996bc4fd5d1f45e9dae8243345233d8 1237668 lintian_2.5.53.tar.xz
 59ef475fbac642c7330ee3cef8c642edb3d15022 1064748 lintian_2.5.53_all.deb
 867e0c05a4836845a9912124a885c51c8a05ef6b 16171 lintian_2.5.53_amd64.buildinfo
Checksums-Sha256:
 b54180857da9bc15ea045c8be23aafafaee4cdf30636c02381424c486f9b3f81 2898 lintian_2.5.53.dsc
 13b998d82f7cac886b42f009135783e35636e3b6c78e1de0397b3bd20f1e8748 1237668 lintian_2.5.53.tar.xz
 f1c180316e612ccd7dc839b381f9b70d0cf51140dd61d1665a6aa3c9579d83e7 1064748 lintian_2.5.53_all.deb
 7d5f9f503773b0648f25a3cb8b529f95f56a948ca8abdbf01e6bd29bec1f63e2 16171 lintian_2.5.53_amd64.buildinfo
Files:
 a1a14db9a9a55bfa4daab892a85caa9f 2898 devel optional lintian_2.5.53.dsc
 2890d2d1a7cc14eba7c192cc8dc0ca7d 1237668 devel optional lintian_2.5.53.tar.xz
 e70233c86bbcc0d7696a4a3578e78c08 1064748 devel optional lintian_2.5.53_all.deb
 c743028517160bfe0b79bfb34d4086e7 16171 devel optional lintian_2.5.53_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----

iQIzBAABCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAlnCpC0ACgkQHpU+J9Qx
Hlj3PBAAtLyubkgK1XvnxfUfjkAlkDsb3uWWRs29Dk86iLScKOYEFAnq0/dQIv4C
bTU2oSJMjXLAa6fcm8odIKsJGzRo8A5/4e+XV+224B/oNSvMWJnL5MWMVRKV1zkz
tQJAM7ArPcaDwZmgmgrJsTrl24ZUyUdJQxN20CDPRbgUcyKv/Ms7k73Je33arei1
PvHkMDo8VPtJ+JpcXaMRPIhNjQRhPPIISUD9b/azjTNIbO+T8scdsgLLFMiTqxv4
CcEiIO3K91stf3OfHCE4y/GmXmXFSISpOrbegbfCgC91kUcV1kuGWPsNil0dKvkn
Q4/aK70C21Y19LdagLOTOVOQ/1LVRkM8S9cd18/k4Jc86u0aP7ZDZbTOjsLNToHR
UgAc1f+5L3bvJJAO7VGnVsM1fHHOaznoYP36ziutpwKVkp3RiwxB0RTF68etRe9c
HC97lcncpcPIra4gIbPQJ+EMS9bzVkqBojzC1gK1GEKXdlrPLH/KQcVCi8qpqiP4
g3QNrFLODV27gtwcuWmyJqzM1pi64rsrtz4xDqBF3uCtnRDrGDkxXhXb3buf0Oc4
sj7acEuowNcmSdzZkLswB5EJ7EXFaa345Dsktqjk1kpwR932yun3DFiB3/YUzfiI
bOsBcur8puck9Y4JF8r4CMx2PThtPjH7XT4z4dZalUiO4C9s+d0=
=h+c1
-----END PGP SIGNATURE-----

Bastien ROUCARIÈS (15):
      Add new donation website
      Detect generic counter
      Avoid false positive for link to license
      Use Lintian::Data for section/name mapping
      Node- package should go to section javascript
      Detect installation of nodejs pacakge under naked root
      Revert "Node- package should go to section javascript"
      Revert "Use Lintian::Data for section/name mapping"
      Add storage qualifier to Lintian::Data
      Allow ordered type for Lintian::Data
      Move to Lintian::Data section name mapping
      Node- package should go to section javascript
      Add a statistic tag for script interpreter
      Bump ancient time
      Privacy breach is no longer experimental

Boud Roukema (1):
      Apply patch from Boud Roukema to improve the description of the binary-file-built-without-LFS-support tag. (Closes: #874078)

Chris Lamb (106):
      Wrap changelog line.
      Correct false positives in unconditional-use-of-dpkg-statoverride by detecting "if !" as a valid shell prefix. (Closes: #869587)
      Prevent a false positive of missing-build-dependency-for-dh_-command that can be exposed by following the advice for the recently added useless-autoreconf-build-depends tag. (Closes: #869541)
      Ignore DFSG-repacked packages when checking for upstream source tarball signatures as they will never match by definition.
      Only use capturing parens if we plan to use the captured value.
      Address a number of issue sin copyright-year-in-future. (Closes: #869788)
      Correct logic so we accept the current year.
      Re-add the latest year to the output of copyright-year-in-future to make the output easier to parse out of context.
      Add missing colon to debian/changelog.
      Apply patch from Steve Langasek to accomodate binutils 2.29 outputting symbols in a different format on ppc64el. (Closes: #869750)
      Remove recommendations to add a "Testsuite: autopkgtest" field to debian/control as it is added when needed by dpkg-source(1) since dpkg 1.17.1. (Closes: #865531)
      Warn if we see an unnecessary "Testsuite" header in debian/control.
      Restrict (and rename) unnecessary-testsuite-header to only warn about "Testsuite: autopkgtest".
      Ensure that python3-foo packages have "Section: python", not just python2-foo.
      Downgrade severity of file-contains-fixme-placeholder tag from "important" (ie. "E:") to "wishlist" (ie. "I:"). Thanks to Gregor Herrmann for the suggestion.
      checks/python.{pm,desc}: Split out Python checks from "scripts" check to a new, source, check of type "source".
      Check for python-foo without corresponding python3-foo packages to assist in Python 2.x deprecation. (Closes: #870681)
      Downgrade severity of orig-tarball-missing-upstream-signature from "E:" to "W:" as many common tools do not make including the signatures easy enough right now. (Closes: #870722)
      Update tests for change of orig-tarball-missing-upstream-signature severity.
      Check for packages that Build-Depend on python-sphinx only. (Closes: #870730)
      Tidy/split new python2 tests as they were already getting a mess.
      Update tags for new python-foo-but-no-python3-foo check.
      checks/python.pm: Don't mix high and low precedence operators to appease perlcritic.
      Expand the explanation of the orig-tarball-missing-upstream-signature tag to include the location of where dpkg-source will look. Thanks to Theodore Ts'o for the suggestion.
      Check for packages that alternatively Build-Depend on the Python 2 and Python 3 versions of Sphinx. (Closes: #870758)
      Avoid "Use of uninitialized value in pattern match..." warning when no Build-Depends field defined.
      Check for binary packages that depend on Python 2.x. (Closes: #870822)
      Ensure readme-debian-contains-debmake-template also checks for templates "Automatically generated by debmake".
      Chcek for "Automatically generated by debmake" instead.
      Dedent line by 1 space to appease changelog-format test.
      Add reference to Policy 9.6 for the command-in-menu-file-and-desktop-file tag. (Closes: #871008)
      Additionally consider .cljc files as code to avoid false-positive codeless-jar warnings. (Closes: #870649)
      Additionally consider .cljc files in foreach loop. Thanks to Niels Thykier <niels@thykier.net>.
      Tidy checks/java.pm.
      Check for Lintian overrides installed in the wrong package. (Closes: #792198)
      Stop emitting {maintainer,uploader}-address-causes-mail-loops for @packages.debian.org addresses. (Closes: #871575)
      Update fields-maintainer-general tests too. Not sure why this wasn't caught by my onlyrun:tag=[..]
      Move uploader-address-causes-mail-loops-or-bounces to Test-Against.
      Avoid false positives in spelling-error-in-{binary,manpage} for "CAs" which was annoying for cryptographic software. (Closes: #871791)
      Check for missing calls to dpkg-maintscript-helper(1) in maintainer scripts. (Closes: #XXXXXX)
      Add "repack" (along with "dfsg" etc.) to identify a repacked upstream tarball. (Closes: #871957)
      Revert "Check for missing calls to dpkg-maintscript-helper(1) in maintainer scripts. (Closes: #XXXXXX)"
      Check for missing calls to dpkg-maintscript-helper(1) in maintainer scripts. (Closes: #872042)
      Defactor parenthesised text in package-installs-into-obsolete-dir generation.
      Add note to /etc/bash_completion.d entry regarding stricter filename requirements. (Closes: #814599)
      Apply patch from Alex Muntada (alexm) to use "substr" instead of "substring" in mentions-deprecated-usr-lib-perl5-directory's description. (Closes: #871767)
      Add 4.0.1 as a known standards version.
      Check for packages using sensible-utils without declaring a dependency after its split from debianutils. (Closes: #872611)
      Add 4.1.0 a known standards version.
      (Add unstaged hunks for previous commit.)
      Add node as a known interpreter. Thanks to Julien Puydt for the bug report. (Closes: #872699)
      Don't check copyright_hints file for FIXME placeholders. (Closes: #872843)
      Update t/tests/copyright-file-year-in-future/tags to match new Standards-Version.
      Warn about scripts using "nodejs" as an interpreter now that nodejs provides /usr/bin/node. (Closes: #873096)
      Correctly wrap debian/changelog line length.
      Don't match quoted "FIXME" variants as they are almost always deliberate. Thanks to Adrian Bunk for the report. (Closes: #870199)
      Correct grammar of fixme-placeholders test.
      Tidy gramma of some changelog entries.
      Expand tab in debian/control.
      Check for packages shipping compiled Java class files. Thanks to Carnë Draug <carandraug+dev@gmail.com>. (Closes: #873211)
      Add test file missing from 0bd1aae6 commit.
      Ignore meta copyright statements such as "Original Author". Thanks to Thorsten Alteholz for the bug report. (Closes: #873323)
      Expand tab in debian/control.
      Corect comment in checks/files.pm. Thanks to Mattia Rizzolo.
      Add explicit test for packages including external fonts via the Google Font API. Thanks to Ian Jackson for the report. (Closes: #873434)
      [CL] Add explicit test for packages including external fonts via the Typekit API via <script/> HTML tags.
      Recognise "autopkgtest-pkg-ela" as a valid test suite. (Closes: #873458)
      Add missing entries in "Test-For" field.
      Upgrade latest-debian-changelog-entry-without-new-date from a warning to an error. (Closes: #873490)
      Add missing entries in Test-For fields to make development/testing less error-prone.
      Modify Lintian::Data's "all" to always return keys in insertion order, dropping dependency on libtie-ixhash-perl.
      Fix a apache2-unparsable-dependency false positive by allowing periods (".") in dependency names. (Closes: #873701)
      Prevent false positives in desktop-entry-lacks-keywords-entry for "Link" .desktop files. (Closes: #873702)
      Also avoid false positives for Type=Directory .desktop files.
      debian/changelog: a -> an.
      debian/changelog: readmine -> readme.
      Clarify explanation of description-starts-with-leading-spaces tag. Thanks to Taylor Kline <taylor.kline@utexas.edu> for the report and patch. (Closes: #849622)
      Add a --list-tags option to print all tags Lintian knows about. Thanks to Rajendra Gokhale for the suggestion. (Closes: #779675)
      Add bullet-point to debian/changelog.
      Drop problematic missing-classpath check. (Closes: #857123)
      Also close #870069 by downgrading the severity.
      Add missing hunk from 98fbf8152be2b67a63feb22f0ace8a8b292c0c1a.
      Check for packages including "?rev=0&sc=0" in Vcs-Browser. (Closes; #681713)
      Re-add changelog entry; was removed as part of commit 0478080. (Closes: #874078)
      Restyle Ref attribute for binary-file-built-without-LFS-support.
      Set correct Section: in testsuite to appease new section mappings added in c85f00e3806.
      Avoid false positives in missing source checks for "CSS Browser Selector". (Closes: #874381)
      Check for the css_browser_selector function call, not some descriptive text. Thanks to Julian Gilbey for the suggestion. (Refs: #874381)
      Add #871957 as a Closes: bug for ignoring DFSG-repacked versions.
      Add $info->is_repacked_tarball utility. (Refs: #871957)
      Revert "Add $info->is_repacked_tarball utility. (Refs: #871957)"
      Add a bug closed by adding 4.1.0 as a known Standards-Version (originally added in 224eb98af9). (Closes: #875509)
      checks/testsuite.pm: Remove duplicate autopkgtest-pkg-elpa entry in %KNOWN_TESTSUITES.
      Recognise "autopkgtest-pkg-octave" as a valid test suite. (Closes: #875985)
      Update the description of unknown-testsuite to reflect that "autopkgtest" is not the only valid value; the referenced URL is out-of-date (filed as #876008). (Closes: #876003)
      private/refresh-*: Use deb.debian.org as the default mirror.
      Update locations of Contents-<arch> files; they are now namespaced by distribution (eg. "main").
      Update data file from archive. This fixes a false positive for "bacula-director". (Closes: #835120)
      Wrap long changelog line.
      git-describe(1) will usually emit 7 hexadecimal digits as the abbreviated object name, However, as this can be user-dependent, pass --abbrev=0 to ensure it does not vary between systems. This also means we do not need to strip it ourselves.
      Add myself to Uploaders.
      Correct spelling mistake in debian/changelog.
      Refresh Perl provides.
      t/tests/fields-perl-provides/tags: Update expected output to match new Perl provides.
      Drop unnecessary "Testsuite: autopkgtest"; this is implied from debian/tests/control existing.
      Release lintian/2.5.53 into unstable.

Guillem Jover (3):
      Revert "Apply patch from Boud Roukema to improve the description of the binary-file-built-without-LFS-support tag. (Closes: #874078)"
      c/binaries: Improve LFS tag description
      Apply patch from Guillem Jover to add more section mappings. (Closes: #874121)

Maia Everett (1):
      Apply patch from Maia Everett to avoid British spelling when using en_US locale.  (Closes: #868897)

Mattia Rizzolo (1):
      data/fields/obsolete-packages: Add dh-systemd. (Closes: #872076)

Niels Thykier (8):
      d/changelog: Open 2.5.53
      c/testsuite: Add "autopkgtest-pkg-go"
      c/filename-length: Skip on auto-generated pkgs (e.g. dbgsym)
      c/description: Skip picky spell check for auto-generated pkgs
      t/scripts/pod-spelling.t: Ignore dbgsym
      c/fields: Transitional packages are now oldlibs/optional
      t: Replace Priority extra with optional
      t: Add new tags in legacy tests

Paul Wise (12):
      spelling: Add another correction
      spelling: Add another correction
      spelling: Add another correction
      spelling: Add another correction
      spelling: Add another correction
      spelling: Add another correction
      spelling: Add another correction
      spelling: Add another correction
      spelling: Add another correction
      spelling: Add another correction
      spelling: Add another correction
      Revert "spelling: Add another correction"

Raphael Geissert (9):
      checks/fields: drop check for debug packages not being priority extra
      d/b/embedded-libs: detect embedded copies of heimdal
      d/b/embedded-libs: detect embedded copies of libquicktime
      d/b/embedded-libs: detect embedded copies of libytnef
      d/b/embedded-libs: detect embedded copies of libsass
      d/b/embedded-libs: detect embedded copies of openjpeg2
      c/init.d.desc: do not recommend a versioned dependency on lsb-base
      d/b/embedded-libs: detect embedded copies of libgxps
      d/b/embedded-libs: detect embedded copies of taglib

Sylvestre Ledru (1):
      spelling: Add another correction

-----------------------------------------------------------------------

No new revisions were added by this update.

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


Reply to: