Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 2.5.87
    Release lintian/2.5.87 into unstable.
    
    Format: 1.8
    Date: Sat, 19 May 2018 19:30:19 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.87
    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: 897608 898377 898592 898708 898715 898799 899134
    Changes:
     lintian (2.5.87) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - debian-pyversions-is-obsolete
           - debug-symbol-migration-possibly-complete
           - header-has-overly-generic-name
     .
       * checks/cruft.{desc,pm}:
         + [CL] Apply patch from Joseph Herlant to warn about use of obsolete
           debian/pyversion files.  Thanks!  (Closes: #898592)
       * checks/debhelper.pm:
         + [CL] Prevent false-positives with comments and newlines when checking
           debhelper-compat-file-contains-multiple-levels.  (Closes: #898799)
       * checks/fields.{desc,pm}:
         + [BR] Detect privacy breaches in Internet Explorer "<!--[if IE 8]>"
           conditional comments.
         + [CL] Rename python-generic-modules data file to
           generic-python-modules.
         + [CL] Warn about packages that install files under /usr/include with
           overly-generic filenames.  Thanks to Andreas Beckmann for the report.
           (Closes: #898377)
         + [CL] Apply patch from Ian Jackson to not detect
           https://browse.dgit.debian.org/example.git as a VCS deprecated in the
           Debian infrastucture.  (Closes: #898708)
       * checks/files.pm:
         + [BR] Add "umd" as a possible suffix for minified Javascript.
           (alongside "lite", "min", "pack", etc.)
       * checks/menu-format.{desc,pm}:
         + [CL] Apply patch from Ross Vandegrift to update specification URIs.
           (Closes: #899134)
       * checks/upstream-metadata.desc:
         + [CL] Correct a "non-file directory entry" grammatical error in the
           description of the upstream-metadata-is-not-a-file tag.
     .
       * data/files/js-libraries:
         + [BR] Detect uses of the libjs-normalize.css CSS "style reset" helper.
       * data/files/privacy-breaker-websites:
         + [BR] Detect uses of the "libjs-rx" API for asynchronous programming.
       * data/rules/rules-should-not-use:
         + [CL] Add a pedantic-level warning about possibly complete automatic
           debug symbol migrations.  Thanks to Graham Inggs for the report.
           (Closes: #897608)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * lib/Lintian/Collect/Package.pm:
         + [CL] Support parsing tar(1) archives with high-resolution timestamps
           (eg. "21:47:29.12396808").  Based on a patch by Stephen Kitt; thanks!
           (Closes: #898715)
    Checksums-Sha1:
     33d5c845d29a87da0a27d7fec9e0bc2bb6b20cf1 2628 lintian_2.5.87.dsc
     1279f179feb1677ae94ba5d0163482b3e3bdb088 1561148 lintian_2.5.87.tar.xz
     f18688ae6ddb658179853f50a208f4ffbadfc614 1121564 lintian_2.5.87_all.deb
     a8a155019f74547526b03b693e17f05f289e5882 15164 lintian_2.5.87_amd64.buildinfo
    Checksums-Sha256:
     87aa0a96e67e3a50c317ad5e2c90f8064144ab8790a6a29c026a7f5555676241 2628 lintian_2.5.87.dsc
     e4ebfd63d87eed1b655d3e6f4668142a42aefa02cbfdd19248483a892db29515 1561148 lintian_2.5.87.tar.xz
     e79c6b502d1eed223cbcbd7d6bf5b324f9473f0f98c4b98d0b7bcccf2804667a 1121564 lintian_2.5.87_all.deb
     b71f4a6f4964b96b05fed2ddac9f0c558d3ca0fa0d25835875590aae7ef40e6a 15164 lintian_2.5.87_amd64.buildinfo
    Files:
     6ca25a0f1ed46033c7a48a1689866e73 2628 devel optional lintian_2.5.87.dsc
     90256f02ee09e87f9d67c2b3ea2f1b39 1561148 devel optional lintian_2.5.87.tar.xz
     4d75e4128613f8d6182e463299b89c73 1121564 devel optional lintian_2.5.87_all.deb
     37722ae744bdefac5bd8c44e380afb48 15164 devel optional lintian_2.5.87_amd64.buildinfo
    
  • 2.5.86
    Release lintian/2.5.86 into unstable.
    
    Format: 1.8
    Date: Tue, 08 May 2018 22:09:58 -0700
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.86
    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: 889816 889991 898077 898136 898160
    Changes:
     lintian (2.5.86) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - epoch-changed-but-upstream-version-did-not-go-backwards
           - latest-debian-changelog-entry-reuses-existing-version
         + Removed:
           - depends-on-mail-transport-agent-without-alternatives
     .
       * checks/changelog-file.{desc,pm}:
         + [CL] Emit an error when a package bumps the epoch but the upstream
           version did not go "backwards".  Thanks to Raphael Hertzog for the
           idea.  (Closes: #889816)
         + [CL] Correctly warn about packages that re-use a previous version
           number.  Thanks to Raphael Hertzog for spotting this issue and the
           follow-ups.  (Closes: #889991)
       * checks/fields.pm:
         + [CL] Move homepage-field-uses-insecure-uri regex into a separate data
           file now it is getting unwieldy.
         + [CL] Drop depends-on-mail-transport-agent-without-alternatives as it
           only consists of false-positives.  Thanks to Paul Wise and Russ
           Allbery.  (Closes: #898136)
     .
       * data/debhelper/dh_addons-manual:
         + [CL] Also permit python-scour to satisfy the requirement for the
           scour addon.  (Closes: #898077)
       * data/fields/insecure-homepage-uris:
         + [CL] Add non-HTTPS gnu.org to the list of sites we should warn about
           for homepage-field-uses-insecure-uri.  Thanks to Mattia Rizzolo for
           the report.  (Closes: #898160)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
    Checksums-Sha1:
     83908b5dade4cf8a2ecd3912026527c6a65ee8b7 2628 lintian_2.5.86.dsc
     6d502d15f4ebb5192cb20df0fbf25fa885a4ab1e 1559416 lintian_2.5.86.tar.xz
     919939a5d93acbfef24cc6a4f7c1d977a88b8a14 1120440 lintian_2.5.86_all.deb
     9704634595d3889102c8ac4bd99c3a093ac704d1 15358 lintian_2.5.86_amd64.buildinfo
    Checksums-Sha256:
     a7c46659747bc0c988d0d78ff29e73370ce3b0a52513538e8129fa2232fa1491 2628 lintian_2.5.86.dsc
     005efc1a97ea2c349aa5bad22928644fecda34de1d6c58f71deb7c5475b0d429 1559416 lintian_2.5.86.tar.xz
     abd42d206cc7bea84d5d382b6f6cf45226e0a14475045c0c8d2a3a0f158bdddf 1120440 lintian_2.5.86_all.deb
     57788dcc9c8f607c325c9e37f18fd449bf9bd53ae8f4c6fc3f1fb238708feeca 15358 lintian_2.5.86_amd64.buildinfo
    Files:
     9dfe58817edbc754165bed77362cfe45 2628 devel optional lintian_2.5.86.dsc
     1233423650b71d96c6872d5a89260319 1559416 devel optional lintian_2.5.86.tar.xz
     9f4b2a3be29ba076d5be34c27c4b7f73 1120440 devel optional lintian_2.5.86_all.deb
     656ec9fd1d37134f77e49a512ee42cb4 15358 devel optional lintian_2.5.86_amd64.buildinfo
    
  • 2.5.85
    Release lintian/2.5.85 into unstable.
    
    Format: 1.8
    Date: Sat, 05 May 2018 23:31:53 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.85
    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: 884499 892304 896671 896675 896840 897082 897157 897166 897213 897244 897248 897402 897424 897638 897639 897692 897915
    Changes:
     lintian (2.5.85) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - ancient-python-version-field
           - changed-by-invalid-for-derivative
           - old-python-version-field
           - package-does-not-use-debhelper-or-cdbs
     .
       * checks/{binaries,shared-libs.pm}:
         + [CL] Update shared object detection for file >= 5.33 as this version
           will identify shared objects as a "pie executable" or "shared object"
           depending on the file's executable bit.  Thanks to Paul Gevers, Doug
           Freed, Christoph Biedl & Mattia Rizzolo.  (Closes: #896840)
       * checks/changelog-file.pm:
         + [CL] Prevent false-positives in the non-consecutive-debian-revision
           and possible-new-upstream-release-without-new-version tags by
           skipping them if the source package was renamed.  Thanks to Andreas
           Beckmann for the report.  (Closes: #896675)
         + [CL] Include the offending version numbers in the output of the
           non-consecutive-debian-revision tag.
       * checks/cruft.pm:
         + [CL] Make the file-contains-trailing-whitespace tag also emit for
           whitespace at end of files.
         + [CL] Drop now-misleading comment regarding trailing whitespace
           filenames being relative.
         + [CL] Also allow /usr/share/doc/$pkg/examples to be a symlink when
           checking for packages that ship examples.  Thanks to Rafael
           Laboissière for the report.  (Closes: #897157)
       * checks/copyright-file.pm:
         + [CL] Disable the duplicate word "spelling" detection in copyright
           files to their extensive use of headings and other structures causing
           false positives.  Thanks, Stuart Prescott.  (Closes: #897402)
       * checks/debhelper.{pm,desc}:
         + [CL] Don't use $. out-of-context when reporting on dh --parallel.
         + [CL] Add a pedantic warning for packages that do not use debhelper or
           CDBS.  (Closes: #884499)
       * checks/description.pm:
         + [CL] Rework the description-synopsis-might-not-be-phrased-properly
           tag to ensure we do not cause false-positives for literal "e.g.",
           "eg.", ellipsis ("..."), "etc.", splitting out the tests to make
           it clearer and to catch some other corner cases.  Thanks to Andreas
           Beckmann for the detailed report.  (Closes: #896671)
         + [CL] Include the synopsis itself for context, etc. when emitting the
           description-synopsis-might-not-be-phrased-properly tag.
       * checks/fields.pm:
         + [CL] Correct a default-mta-dependency-not-listed-first false-
           positive where we incorrect emitted the tag for, e.g.
           "Depends: a, default-mta | b".  (Closes: #897166)
         + [CL] Fix orphaned-package-not-maintained-in-debian-infrastructure
           false positives for https://git.dgit.debian.org Vcs-* fields.
           Thanks to Thorsten Alteholz for the report.  (Closes: #897915)
       * checks/menus.pm:
         + [CL] Also look in a package's dependencies for files listed in a
           doc-base control file.  (Closes: #897244)
       * checks/patch-systems.pm:
         + [CL] Ignore templated ".in" files in debian/patches for the
           patch-file-present-but-not-mentioned-in-series tag.
       * checks/python.{desc,pm}:
         + [CL] Mark dependency-on-python-version-marked-for-end-of-life as
           "experimental" and with a "pedantic" severity, thus essentially
           hiding it from all Lintian users yet allowing us to continue to
           continue collect statistics and making it easier to re-introduce
           after the release of buster.  (Closes: #897213)
         + [CL] Migrate the malformed-python-version and
           python-version-current-is-deprecated tags from fields.pm, refactor
           to use $info->source_field over $info->field, include the
           offending field name in the output, and also warn about the Python
           3.x variant of this field.
         + [CL] Warn about ancient and old X-Python{,3}-Version fields.  Thanks
           to Scott Kitterman.  (Closes: #892304)
       * checks/watch-file.desc:
         + [CL] Update description of debian-watch-uses-insecure-uri to clarify
           what to do if there is currently no secure URI.  Thanks to Andreas
           Tille for the report.  (Closes: #897082)
     .
       * collection/src-orig-index:
         + [CL] Pass --full-date to tar(1) to ensure that we get a consistent
           output in the presence of spaces in other fields.  (Closes: #897248)
         + [CL] Pass --utc to tar(1) to ensure reproducible date parsing.
     .
       * data/java/constants:
         + [CL] Apply patches from Bas Couwenberg to update the bytecode checks
           for OpenJDK 10 add bytecode number for OpenJDK 11.  (Closes: #897424)
       * data/fields/perl-provides:
         + [CL] Update for Perl 5.026002.
       * data/files/python-generic-modules:
         + [CL] Add "scripts" and "script" to the list of overly generic Python
           module names.  Thanks, Andreas Beckmann.  (Closes: #897692)
       * data/spelling/corrections:
         + [CL] Add a "CBDS" → "CDBS" correction.
         + [CL] Add a "DSFG" → "DFSG" correction.
         + [PW] Add a number of corrections.
     .
       * doc/releases.md:
         + [CL] Clarify that we should add an extra bit of whitespace for
           annotated release tags.
     .
       * lib/Lintian/Check.pm:
         + [CL] Add support for derivative-specific "Changed-By" validation to
           enforce additional restrictions on the uploader.
       * lib/Lintian/Collect/Package.pm:
         + [CL] croak() a meaningful message we cannot parse an index data line.
     .
       * t/tests/*:
         + [CL] Apply patch from Adam Conrad adding "-Wl,--no-as-needed" to fix
           testsuite failures with Ubuntu's ld(1).  (Closes: #897639)
         + [CL] Correct the "files-" (should be "fields-") prefix of the
           files-orphaned-package-not-maintained-in-debian-infrastructure test.
     .
       * vendors/ubuntu/main/data/changes-file/known-dists:
         + [CL] Apply patch from Adam Conrad to add cosmic as a known Ubuntu
           distribution.  (Closes: #897638)
    Checksums-Sha1:
     26e09bd9a5cf7fe5c14b35452ee25c0091b962f7 2628 lintian_2.5.85.dsc
     2869bef7a0aaa4cc8267a3382c7aafc166d08bb3 1558352 lintian_2.5.85.tar.xz
     da8125f4f7d0036b59dfdd2a2024566684b32ad4 1119656 lintian_2.5.85_all.deb
     d92a74b5e57181d9c8db3a80e30336bbb670a774 15317 lintian_2.5.85_amd64.buildinfo
    Checksums-Sha256:
     9982a232fdbf9b859de05498248ed0f80086489aea36a42c052d4f8dad78c7c6 2628 lintian_2.5.85.dsc
     bd299b914b86ed39fdf61c259bef51fccfffd70d87be64d2a8156f8b32c8a365 1558352 lintian_2.5.85.tar.xz
     f983340231677519b165554970d24fcbe573d363be1beb72ef425de5e0a43314 1119656 lintian_2.5.85_all.deb
     899dd2208a9bd4053644ead02533f10b2b5a71f9aba571197e70e185c17e3bf7 15317 lintian_2.5.85_amd64.buildinfo
    Files:
     13984886023e3a84582ec32f18e3e0fa 2628 devel optional lintian_2.5.85.dsc
     9ef2eeeb1e049e8ce0c5d9ef12311d29 1558352 devel optional lintian_2.5.85.tar.xz
     66e4d7ddf5b59af55ff602053dbfc707 1119656 devel optional lintian_2.5.85_all.deb
     396fb977c1a6da68602fe178259fa9b6 15317 devel optional lintian_2.5.85_amd64.buildinfo
    
  • 2.5.84
    Format: 1.8
    Date: Mon, 23 Apr 2018 11:50:51 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.84
    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: 895574 896010 896079 896133
    Changes:
     lintian (2.5.84) unstable; urgency=medium
     .
       * checks/binaries.pm:
         + [CL] Apply patch from Steve McIntyre to fix profiling detection on
           armhf which was causing test failures in Ubuntu on that architecture.
           (Closes: #895574)
       * checks/fields.pm:
         + [CL] Don't warn about binary-package-depends-on-toolchain-package for
           Conflicts/Breaks relations.  Thanks to Guillem Jover for the report.
           (Closes: #896133)
       * checks/{files.desc,menu-format.*}, data/menu-format/known-desktop-keys:
         + [PW] Link to the latest version for all FreeDesktop standards
       * checks/python.desc:
         + [CL] Replace all instances of "specifies a dependency on Python 2.x
           which not be maintained past 2020" with a clarification that this
           refers to upstream's policy followed by a suggestion that it may be
           dropped after the release of Debian "buster".  Thanks to Adrian Bunk
           for the suggestion.  (Closes: #896079)
       * checks/source-copyright.pm:
         + [CL] Add the offending license name to the output of the
           "dep5-copyright-license-name-not-unique" tag.
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * lib/Lintian/Collect/Package.pm:
         + [CL] Ensure directory names always end in a trailing "/" to prevent
           them being added multiple times to our index.  This was resulting in
           false-positives for the source-contains-empty-directory tag.  Thanks
           to James McCoy for the report.  (Closes: #896010)
         + [CL] Correct "as_anchored_root_dir" -> "has_anchored_root_dir" typo
           introduced in e0c833b3 and disable "anchored roots", otherwise
           resolve_path breaks (eg. systemd-complex-service-file).
     .
       * profiles/pureos/main.profile:
         + [CL] Also disable the "changelog-should-mention-nmu" and
           "source-nmu-has-incorrect-version-number" tags.
    Checksums-Sha1:
     b3691d06c22ac094b287a262dce8cb732d3898d0 2628 lintian_2.5.84.dsc
     2bfc720d96ff19bf92adc30b0f8d7533a8f5b7cc 1553968 lintian_2.5.84.tar.xz
     ae583d3f24953a2970a48d76dbfb92f7b691b912 1116392 lintian_2.5.84_all.deb
     ff7fb91e04ff2a845b43e064dfd9de99ac5f1b76 15242 lintian_2.5.84_amd64.buildinfo
    Checksums-Sha256:
     2b856ba7672de192e9dda672e4d366cbe67b77a0fad534506ac1b93d325803f2 2628 lintian_2.5.84.dsc
     89b963d28396c2cca9dc0afef9be49b819f7bf252e6e70d7d182839cd3b88f60 1553968 lintian_2.5.84.tar.xz
     f41836946bb78677e7035f2b6887bba3770e4099ccab8c506c8b6e93d15a7215 1116392 lintian_2.5.84_all.deb
     32cc65a71e8170d6ef67efd19ccfdebb96579e8daf4a0beef5112787b5c6f441 15242 lintian_2.5.84_amd64.buildinfo
    Files:
     c8dde8860cdd90b28dc94b8229c877c4 2628 devel optional lintian_2.5.84.dsc
     4efc20bc8ca9a7b32dd062f01d1f08f7 1553968 devel optional lintian_2.5.84.tar.xz
     d56ccd8cc5f9fac56d6f93016bc49b8f 1116392 devel optional lintian_2.5.84_all.deb
     73cb1a6b039b36fffa5355c5280dfc26 15242 devel optional lintian_2.5.84_amd64.buildinfo
    
  • 2.5.83
    Format: 1.8
    Date: Wed, 18 Apr 2018 10:59:00 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.83
    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: 895573 895656 895674 895818 895831 895841
    Changes:
     lintian (2.5.83) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - debian-rules-should-not-use-sanitize-all-buildflag
     .
       * checks/fields.desc:
         + [ADB] Add missing URL in vcs-deprecated-in-debian-infrastructure's
           description, which was accidentally lost in lintian 2.5.80.
       * checks/version-substvars.desc:
         + [CL] Correct confusing not-binnmuable-any-depends-all tag
           description caused by blind replacement of ${Source-Version} to
           ${source:Version} in 4fd0fa4bc3.  (Closes: #895656)
         + [CL] Correct classification of the maybe-not-arch-all-binnmuable
           tag by marking it as "experimental", downgrading the certainty to
           "wild guess" and re-adding a note recommending against making any
           changes at this point.  Thanks, Jeremy Bicha!  (Closes: #895674)
     .
       * data/binaries/spelling-exceptions:
         + [CL] Add "selectOn" to the list of spelling-error-in-binary
           exceptions; it exists in the source as part of a "void
           ToolBoxWidget::selectOn()" method signature, etc.  (Closes: #895818)
         + [CL] Add "wIH" to the list of exceptions.  (Closes: #895841)
       * data/rules/should-not-use:
         + [CL] Detect debian/rules files that specify the sanitize=+all build
           flag.  (Closes: #895831)
       * data/spelling/corrections:
         + [CL] Add "toogle" → "toggle" correction.  Thanks to Thorsten Glaser
           for the report.  (Closes: #895573)
         + [PW] Add a number of corrections.
    Checksums-Sha1:
     5a77744ca8ddaa25bd74337542f3bbc870a132ef 2628 lintian_2.5.83.dsc
     63b308721c285e462d3daed2a04dcec1264e353e 1553420 lintian_2.5.83.tar.xz
     a23a2b8d84cf08dea510beaf6dee78b1fb544aca 1115948 lintian_2.5.83_all.deb
     e5bfbc949ac428e2c3a5e97d898e9d8e556a6982 15241 lintian_2.5.83_amd64.buildinfo
    Checksums-Sha256:
     288deae68702747c9dda992dddb28bdae8f97f43c95a672d8be6c75c86195dae 2628 lintian_2.5.83.dsc
     0ef4a315bc8ebf5dd2c3da9e3bd236206ff608f4a34a80ce618923f095d3b274 1553420 lintian_2.5.83.tar.xz
     c01d6d1f91a2cecfb9ab16789ebf126fe4b24fc043594e15226e9d8ca74ef051 1115948 lintian_2.5.83_all.deb
     ab625c43ffb6c6bad27506acc683e5c1da22df61011c590b340ff4daf580ae40 15241 lintian_2.5.83_amd64.buildinfo
    Files:
     7dda0b0edabcd755f0b36607ef7ae264 2628 devel optional lintian_2.5.83.dsc
     e16d74c10ebb9ab22b2927566c45cd07 1553420 devel optional lintian_2.5.83.tar.xz
     03e1a3671e121ec4351a6c8cee1dccb3 1115948 devel optional lintian_2.5.83_all.deb
     a2c5620f175bdbe6f5f00d24e942d0b8 15241 devel optional lintian_2.5.83_amd64.buildinfo
    
  • 2.5.82
    Format: 1.8
    Date: Thu, 12 Apr 2018 10:18:25 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.82
    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: 895128 895175 895284 895370
    Changes:
     lintian (2.5.82) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - invalid-field-for-derivative
           - invalid-version-number-for-derivative
     .
       * checks/changes-file.{desc,pm}:
         + [CL] Add support for derivative-specific version validation to permit
           enforcement of additional restrictions on the version number such as
           being suffixed by "derivativeos1", etc.
       * checks/debhelper.pm:
         + [CL] Add a special case for the python3 addon as it needs a
           dependency on dh-python unless the -dev packages are used.
           Thanks to Julian Andres Klode for the report.  (Closes: #895284)
       * checks/fields.{desc,pm}:
         + [CL] Add support for derivative-specific field parsing to allow
           enforcement of additional restrictions (eg. updating Vcs-Git, etc.)
       * checks/python.pm:
         + [CL] Apply patch from Pierre-Elliott Bécue to loosen the changelog
           parsing of the new-package-should-not-package-python2-module tag to
           allow (for example) "Python 2 variant" as well as "Python2
           variant".  Thanks!  (Closes: #895128)
     .
       * commands/reporting-sync-state.pm:
         + [CL] Add support for blacklisting source packages in order to prevent
           some currently-problematic packages such as gcc-8-cross-ports
           preventing the update of https://lintian.debian.org/.  (See #890873)
       * debian/*, commands/*, CONTRIBUTING.md, etc.:
         + [CL] Move canonical source repository from Alioth to salsa.
       * lib/Lintian/Collect/Package.pm:
         + [CL] Allow spaces within the ownership field of tar -tvf output
           whilst still allowing spaces in filenames.  (Closes: #895175)
     .
       * data/scripts/maintainer-script-bad-command:
         + [CL] Also check for find(1) calls when checking for maintainer
           scripts that use a recursive chmod or chown.  Thanks to Daniel Kahn
           Gillmor for the report.  (Closes: #895370)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * vendors/pureos/main/data/changes-file/derivative-versions:
         + [CL] Ensure that PureOS packages always end with (eg. pureosX).
       * vendors/pureos/main/data/fields/derivative-fields:
         + [CL] Add PureOS-specific field name validation, such as ensuring the
           Maintainer field is updated to the mailing list.
    Checksums-Sha1:
     1c9daa9c34bb62bc2ce8e22abd6c97d2f5e94653 2628 lintian_2.5.82.dsc
     461b2cd27743d34eace2cfc7aa6a303d2a3f6506 1552204 lintian_2.5.82.tar.xz
     03486e3cbbc513824a6b82a03ce692dd12a5d50f 1114572 lintian_2.5.82_all.deb
     6e444f1d1397bd165c49daf18d7f29becb8777c8 15161 lintian_2.5.82_amd64.buildinfo
    Checksums-Sha256:
     7f9b12bc6658bd75aae297758668d9632a427fc4b8984e20a7d5a149e37c3245 2628 lintian_2.5.82.dsc
     886e5517cf418e8be964845f5903a5618de01567a7a3eefa46084ce27392ebd0 1552204 lintian_2.5.82.tar.xz
     b5cbf046be542e399aa53c804e90af85d0825341357b10286ff8465cb21209da 1114572 lintian_2.5.82_all.deb
     a55cf09c179627fc277183a8a72e8c79a6ae100b236ca1a7cd299ba456164d8f 15161 lintian_2.5.82_amd64.buildinfo
    Files:
     b48f5df104bee7c0ee3464fba4d9b2e2 2628 devel optional lintian_2.5.82.dsc
     9f4e5575f1c42943fdcdfa0d87d330ff 1552204 devel optional lintian_2.5.82.tar.xz
     cef5c06ac39e6330786b45430c94533b 1114572 devel optional lintian_2.5.82_all.deb
     67d3a63bbb42c76f35af14eae751042a 15161 devel optional lintian_2.5.82_amd64.buildinfo
    
  • 2.5.81
    Format: 1.8
    Date: Sat, 07 Apr 2018 08:17:26 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.81
    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: 881491 893480 894077 894139 894356 894368 894397 894690 894747 894817 894820 894834 895036
    Changes:
     lintian (2.5.81) unstable; urgency=medium
     .
       The "Policy 4.1.4" release.
     .
       * Summary of tag changes:
         + Added:
           - debian-rules-contains-unnecessary-get-orig-source-target
           - source-contains-empty-directory
         + Removed:
           - debian-rules-missing-good-practice-target-dfsg
     .
       * checks/control-file.desc:
         + [CL] Correct location of "AutomaticDebugPackages" wiki page in the
           description of the debian-control-has-obsolete-dbg-package tag.
           Thanks to Antonio Ospite for the report.  (Closes: #893480)
       * checks/cruft.{desc,pm}:
         + [CL] Add a pedantic warning for upstream tarballs that contain empty
           directories as these can cause problems with git-buildpackage.
           Thanks to Balint Reczey for the idea!  (Closes: #894368)
       * checks/gir.{desc,pm}:
         + [CL] Apply a patch series from Simon McVittie to match the Gobject
           Introspection policy and fixing a series of false-positives. Thanks!
           (Closes: #881491)
       * checks/java.{desc,pm}:
         + [CL] Apply patch from Bas Couwenberg to bump the maximum permissible
           bytecode version number now that openjdk-9 is now the default-jdk.
           (Closes: #894397)
         + [CL] Apply patch from Bas Couwenberg to update the description of
           the unknown-java-class-version tag for openjdk-9.  (Closes: #894397)
       * checks/files.pm:
         + [CL] Add .ogg files to the list of non-license file extensions to
           avoid a false-positive in extra-license-file. Thanks to Innocent De
           Marchi for the report.  (Closes: #894139)
         + [CL] Avoid false-positives in Mallard XML files; <link href="...">
           tags are anchor element and not followed automatically. Thanks to
           Simon McVittie for the report.  (Closes: #894690)
       * checks/rules.{desc,pm}:
         + [CL] Stop recommending that packages with repacked tarballs specify a
           get-orig-source target; this was removed in Debian Policy 4.1.4 in
           favour of uscan(1) and debian/watch.
         + [CL] Warn about packages that have apparently unnecessary
           "get-orig-source" targets such as single-line calls to uscan(1).
           Thanks to Mattia Rizzolo for the idea.  (Closes: #895036)
       * checks/scripts.pm:
         + [CL] Also include the offending/unknown shebang in the output of
           missing (unversioned) interpreters.
       * checks/source-copyright.desc:
         + [CL] Change the severity from pedantic ("P:") to info ("I:") for the
           missing-explanation-for-repacked-upstream-tarball tag.
       * checks/testsuite.{desc,pm}:
         + [CL] Apply patch from Georg Faerber to add missing "needs-reboot" to
           the list of known autopkgtest restrictions.  (Closes: #894817)
         + [CL] Apply patch from Georg Faerber to adjust the autopkgtest
           URIs from Alioth to salsa.debian.org.  (Closes: #894820)
       * checks/udev.pm:
         + [CL] Apply patch from Thomas Dallmair to avoid false positives in the
           udev-rule-missing-subsystem tag when SUBSYSTEM GOTO is not the last
           "GOTO" statement.  Thanks!  (Closes: #894356)
       * checks/upstream-metadata.pm:
         + [CL] Re-enable YAML parsing of upstream metadata which was disabled
           in 2.5.51 (via #861958) to close CVE-2017-8829 as we can now use the
           $LoadBlessed option of YAML::XS if we have version 0.69 or above
           Thanks to Dylan Aïssi for the report.  (Closes: #894747)
     .
       * commands/lintian.pm, checks/{fields,patch-systems,python}, ...:
         + [CL] Apply patch from Ville Skyttä correcting many spelling mistakes
           in Lintian itself.  Thanks!  (Closes: #894834)
     .
       * data/standards-version/release-dates:
         + [CL] Add 4.1.4 as a known Standards-Version.
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * lib/Lintian/Check.pm:
         + [CL] Avoid false positives in spelling detection by allowing "(s)"
           suffixes instead of universally stripping all parenthesis.  This
           prevents, for example, "directory(s)" from triggering false-positive
           whilst still warning about "directorys".  Thanks to Patrick Matthäi
           for the report.  (Closes: #894077)
       * lib/Lintian/Util.pm:
         + [NT] Fix a bug in do_fork that could cause lintian to fork bomb.
           (See #890873)
    Checksums-Sha1:
     86b7b9a0044e4882bbb9061591cd8bf39c227eef 2622 lintian_2.5.81.dsc
     3efab7653b8b39b2bb0f5eda693b5b235296fa3f 1551488 lintian_2.5.81.tar.xz
     dcaeb461b9478bb6221907594e559141507daaa7 1113096 lintian_2.5.81_all.deb
     a39db32374dc1c0a86567c4f76116006e5a8c3a6 15134 lintian_2.5.81_amd64.buildinfo
    Checksums-Sha256:
     0ccf02b47fec39d316b3494756f77b9c63808119c84a06419d55cf964bb986dd 2622 lintian_2.5.81.dsc
     0f00b40103a0b871f49e2856caa104b5acfa6d23a45ece32b2e66037b8d3eca1 1551488 lintian_2.5.81.tar.xz
     49e442dce3e21a61d3b593019136ecec693cbf05f52ef5d702f703932372a72c 1113096 lintian_2.5.81_all.deb
     a1c21079980f01ec17d09e64f4dc89f48e9d41d471c197a06af52fd410c9e76e 15134 lintian_2.5.81_amd64.buildinfo
    Files:
     c4af8bf7b31f03217bfcc0d67e16ea5b 2622 devel optional lintian_2.5.81.dsc
     861c8f1270994ccd298f028b3ca79e10 1551488 devel optional lintian_2.5.81.tar.xz
     6983c114182b3a7af8184ded952a16bb 1113096 devel optional lintian_2.5.81_all.deb
     272bc1ed65eb2f1b5f1efa8a32ad4f61 15134 devel optional lintian_2.5.81_amd64.buildinfo
    
  • 2.5.80
    Format: 1.8
    Date: Mon, 19 Mar 2018 02:25:40 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.80
    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: 789802 796285 886096 889016 892549 892550 892597 892905 892967
    Changes:
     lintian (2.5.80) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - build-depends-on-build-essential-package-without-using-version
         + Removed:
           - apache2-module-depends-on-real-apache2-package
           - depends-on-build-essential-package-without-using-version
     .
       * checks/apache2.{desc,pm}:
         + [CL] Drop apache2-module-depends-on-real-apache2-package tag as there
           are separate tags for missing apache2-api-* dependencies.  Thanks to
           Thijs Kinkhorst et al.  (Closes: #796285)
       * checks/cruft.{desc,pm}:
         + [CL] Strip \par elements from files prior to license checks to
           avoid false-positives when checking .rtf files.  Thanks to Adam
           Borowski for the report and testcase.  (Closes: #892967)
         + [CL] Look under all of /usr/share/doc (not just /usr/share/doc/$pkg)
           when looking for installed examples and update tag description to
           match.  Thanks to Ferenc Wágner for the report.  (Closes: #892905)
       * checks/java.{desc,pm}:
         + [CL] Only emit source-contains-prebuilt-java-object reported for .jar
           files that contain classes.  Thanks to Emmanuel Bourg for the report.
           (Closes: #789802)
       * checks/fields.{desc,pm}:
         + [CL] Upgrade vcs-deprecated-in-debian-infrastructure to "W:" from "P"
           due to Alioth becoming read-only from May 1st, as well as
           additionally checking Vcs-Browser fields hosted on Alioth and
           updating the tag description with more details.  Thanks to Stuart
           Prescott for his input.  (Closes: #886096)
         + [CL] Only check dependency fields in binary packages for
           mail-transport-agent-dependency-does-not-specify-default-mta etc.
           (Closes: #892550)
       * checks/rules.pm:
         + [CL] Don't emit unnecessary-source-date-epoch-assignment if the
           package has explicit Build-Depends on dpkg-dev (>= 1.18.8) or
           debhelper (>= 10.10).  Thanks to Andreas Metzler for the report.
           (Closes: #892549)
       * checks/script.pm:
         + [BR] Fix FP with sensible-utils need to depends on sensible-utils.
       * checks/fields.{desc,pm}:
         + [CL] Clarify the meaning of the
           depends-on-build-essential-package-without-using-version tag by
           prefixing it with "build-".  Thanks to Sven Joachim and Laurent
           Bigonville.  (Closes: #892597)
     .
       * data/debhelper/*, data/common/dh_addons:
         + [CL] Refresh all debhelper data, correcting the entry for dh-scour.
           (Closes: #889016)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
    Checksums-Sha1:
     b0f60d5ed37978e0a72ac95e20e690c9b8271b5d 2622 lintian_2.5.80.dsc
     870884068551a6234ad27cf2d55555671c1df6eb 1547692 lintian_2.5.80.tar.xz
     4c4a9169f872998f7d6537feb9c9e714fc01f66b 1111104 lintian_2.5.80_all.deb
     cc2afbb53b424d2a37c5644908321d3c1e764da8 15249 lintian_2.5.80_amd64.buildinfo
    Checksums-Sha256:
     c18ff367503cc501936d9e5eb7e2d43fb729566f3d4047227ff5f598b25984ea 2622 lintian_2.5.80.dsc
     ed03544cde52eadb9a8fb0e78439612019179d00c655ffdf64d08b6f978a951f 1547692 lintian_2.5.80.tar.xz
     6906faa1294389e0697ef14ad542e75eba3043e8718180182eb62de50c934c66 1111104 lintian_2.5.80_all.deb
     d354cd754bfa8891ccff82680a9b2951cd16ea9c2e83f1be68657a4fd554da92 15249 lintian_2.5.80_amd64.buildinfo
    Files:
     3f6def1cc52d35fe9ef0aa9ed829ae26 2622 devel optional lintian_2.5.80.dsc
     6f56f79a3f7ef32cfd5f685f5e8906eb 1547692 devel optional lintian_2.5.80.tar.xz
     7f724414637eebb037d89d36f812d9ca 1111104 devel optional lintian_2.5.80_all.deb
     91ef28d4fbf3d03ab61edf1a55da3fe9 15249 devel optional lintian_2.5.80_amd64.buildinfo
    
  • 2.5.79
    Format: 1.8
    Date: Sat, 10 Mar 2018 06:40:34 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.79
    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: 892143 892144 892197 892249 892255
    Changes:
     lintian (2.5.79) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - default-mta-dependency-does-not-specify-mail-transport-agent
           - default-mta-dependency-not-listed-first
           - depends-on-mail-transport-agent-without-alternatives
           - mail-transport-agent-dependency-does-not-specify-default-mta
     .
       * checks/changelog-file.{desc,pm}:
         + [CL] Ignore entries that end with ":" to avoid false-positives in the
           debian-changelog-line-too-short.  Thanks to Mattia Rizollo for the
           report.  (Closes: #892197)
         + [CL] Update the description of improbable-bug-number-in-closes
           removing the specific number as it can get out of sync with the
           actual check.
       * checks/changes-file.pm:
         + [CL] Don't emit orig-tarball-missing-upstream-signature when the
           package provides a "foo.tar.asc" for a "foo.tar.gz".  We previously
           only checked for a "foo.tar.gz.asc".  Thanks to Uwe Kleine-König for
           the report.  (Closes: #892255)
       * checks/cruft.pm:
         + [CL] Check all subdirectories under /usr/share/doc/foo to test
           whether we ship example files, not just /usr/share/doc/foo/examples/.
       * checks/fields.{desc,pm}:
         + [CL] Warn about packages that have either have dependency on
           default-mta but do not specify mail-transport-agent, have a
           mail-transport-agent dependency but do not specify default-mta and
           packages that do not specify default-mta first in their alternatives.
           Thanks to Paul Wise for the report.  (Closes: #892143)
         + [CL] Warn about packages that have a relationship with a
           mail-transport-agent but do not specify default-mta and
           mail-transport-agent as alternatives.  (Closes: #892144)
       * checks/obsolete-sites.pm:
         + [CL] Emit a warning if a package uses a deprecated FTP package
           download location.  (Closes: #892249)
     .
       * data/fields/obsolete-packages:
         + [PW] Add exim and apache, replaced by exim4 and apache2
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
    Checksums-Sha1:
     6975751910f3fceb0ca080e1d5a1851a78b5fc16 2622 lintian_2.5.79.dsc
     d0298ca95beb2645452536e416ee93b59a6fb04a 1542612 lintian_2.5.79.tar.xz
     f1f311db6820731b4fbbee347db56e59312da8bc 1110260 lintian_2.5.79_all.deb
     c882169cdcd912553c632d47c06c311c0e22ddd4 15196 lintian_2.5.79_amd64.buildinfo
    Checksums-Sha256:
     efdd84d485eb1b36a8897bcd1c4f8573d999605bcf5e670d98d8ada59ee26283 2622 lintian_2.5.79.dsc
     34132560150e10e4481902d002cb33d9c5406236d354680036e1188f884bbfd0 1542612 lintian_2.5.79.tar.xz
     fbf4f305d00cb81c552c2734fc8aa366a93eef5bb7cd677fa8f1f8ba70959e2a 1110260 lintian_2.5.79_all.deb
     bd9a1552093ac05e090bdfcb11260b1dd6cc87ed440551601ce817e8302f9218 15196 lintian_2.5.79_amd64.buildinfo
    Files:
     20692ed1b0ffa9146a1366a8396ff25e 2622 devel optional lintian_2.5.79.dsc
     42d3c5ae8f5560ea00ec39119554e4f2 1542612 devel optional lintian_2.5.79.tar.xz
     b191b50554c1bfbac291ead3d1d7975e 1110260 devel optional lintian_2.5.79_all.deb
     9a453f4cc8e085cd444f3799165b37fa 15196 devel optional lintian_2.5.79_amd64.buildinfo
    
  • 2.5.78
    Format: 1.8
    Date: Mon, 05 Mar 2018 09:05:57 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.78
    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: 891688 891794 891935
    Changes:
     lintian (2.5.78) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - missing-vcs-browser-field
     .
       * checks/fields.{desc,pm}:
         + [CL] Warn about packages that are missing a Vcs-Browser header when
           we know that they have at least one Vcs-* header that has a
           browser-based interface.  Thanks to Paul Wise for the report.
           (Closes: #891688)
     .
       * data/spelling/corrections:
         + [CL] Drop the rouge → rogue correction; it's an (admittedly)
           old-fashioned word for red cheek makeup as well as being a
           fairly-common French word.  It was causing a false-positive in the
           spelling-error-in-binary tag for osmocom-analog.  Thorsten Alteholz
           for the report.  (Closes: #891794)
         + [CL] Drop the wil → will correction as Wil is "a rather common
           name in the Netherlands".  Thanks to Paul Gevers for the report.
           (Closes: #891935)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
    Checksums-Sha1:
     2c3c8bc6da9ac9ac3a82142cae99a2aa56148f8e 2622 lintian_2.5.78.dsc
     1ae7fba9ee684c35d1f9244332d1f6c684c5d294 1541448 lintian_2.5.78.tar.xz
     05f0246c17e78a79a618a96bc4b88e44eff81a4a 1108708 lintian_2.5.78_all.deb
     93361c7a71a47c26cd4cb4fdd5dfd5b89648a384 15197 lintian_2.5.78_amd64.buildinfo
    Checksums-Sha256:
     59deda789344769b7e60d6ac548a50d7340c153456eeb940b5b61f73aa8f71fa 2622 lintian_2.5.78.dsc
     5359f3561d061e3bf65f7e8eb6c58b6506d120339482ac8c480c1d3416d5922d 1541448 lintian_2.5.78.tar.xz
     d30fba5ecc1fa3d37f07602776d45de245327821f0a1889b406320c6e910963d 1108708 lintian_2.5.78_all.deb
     af753f3b3a78d086488d7e8287914eebae6268256ca936dd4daab469cc0b45be 15197 lintian_2.5.78_amd64.buildinfo
    Files:
     be5926da9b8024e2bd475273eb947875 2622 devel optional lintian_2.5.78.dsc
     a29a191e29fb8022fdf8d860f6f75552 1541448 devel optional lintian_2.5.78.tar.xz
     0d0f7a0a50b9d094326871dca8eb151e 1108708 devel optional lintian_2.5.78_all.deb
     bf3308eacc128ca3a4edfad1f2a1b897 15197 devel optional lintian_2.5.78_amd64.buildinfo
    
  • 2.5.77
    Format: 1.8
    Date: Tue, 27 Feb 2018 13:41:26 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.77
    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: 726589 891072 891184 891301 891387
    Changes:
     lintian (2.5.77) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - built-using-field-on-arch-all-package
           - missing-built-using-field-for-golang-package
           - missing-xs-go-import-path-for-golang-package
     .
       * checks/control-file.{desc,pm}:
         + [CL] Apply a patch from Michael Stapelberg to detect Golang packages
           with invalid or missing Built-Using headers.  (Closes: #891072)
         + [CL] Apply patch from Michael Stapelberg to warn when packages do not
           specify a XS-Go-Import-Path.  (Closes: #891184)
       * checks/rules.pm:
         + [CL] Allow rel="generator" and others; they do not cause internet
           access by default.  Thanks to Raphaël Hertzog for the report.
           (Closes: #891301)
       * checks/version-substvars.pm:
         + [CL] Fix a bug in version-substvar-for-external-package parsing to
           prevent false-positives when the LHS of the binary relation contains
           a substvar.  Thanks to Andreas Beckmann.  (Closes: #726589)
     .
       * data/common/architectures, etc.:
         + [CL] Update architecture lists to ensure the inclusion of riscv64.
           This will change everything.  (Closes: #891387)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
    Checksums-Sha1:
     cb99fd3003a32e8a0a5040cb40b01b078d68146b 2622 lintian_2.5.77.dsc
     68abcaa40cfcd3887c53a7818eff2162efb0721f 1540100 lintian_2.5.77.tar.xz
     6fbbc6b725f87c4fec0734c1a83d8b98d4a94b8a 1108020 lintian_2.5.77_all.deb
     dc696e0ba70d12acc0a6992da59df90032f98555 15197 lintian_2.5.77_amd64.buildinfo
    Checksums-Sha256:
     2fbbbae66f2b6ed50ef890ba595d11e94611f47bc315ef17d3abc39145696d38 2622 lintian_2.5.77.dsc
     3212a0b4fcc156250d77a5c86295439149a863e1ccc83cd331e963152ccc9fbf 1540100 lintian_2.5.77.tar.xz
     ece11272b4010e491b06882a1cfea4920e0b2053871544fbd66022e3960408ce 1108020 lintian_2.5.77_all.deb
     74c2866f87564d21d79330a4e40f6f1014ffb520b07ed99e603339c8bff9ac42 15197 lintian_2.5.77_amd64.buildinfo
    Files:
     a9792ef9e6aaeede23318ca53edf1342 2622 devel optional lintian_2.5.77.dsc
     0cbbdbb10f9939b0d454fc6fba24efd6 1540100 devel optional lintian_2.5.77.tar.xz
     fc014781f3167ce2e9327ec0c1dae17e 1108020 devel optional lintian_2.5.77_all.deb
     9b75b8164d53afa9da418027e2279787 15197 devel optional lintian_2.5.77_amd64.buildinfo
    
  • 2.5.76
    Format: 1.8
    Date: Wed, 21 Feb 2018 18:42:26 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.76
    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: 832099 833007 890530 890537 890660 890667 890916 890920 890943 890959 891027
    Changes:
     lintian (2.5.76) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - debhelper-compat-file-contains-multiple-levels
           - debian-changelog-line-too-short
           - unnecessary-source-date-epoch-assignment
           - upstream-metadata-file-is-missing
         + Renamed:
           - co-maintained-package-with-no-vcs-headers ->
             co-maintained-package-with-no-vcs-fields.
           - desktop-contains-deprecated-header ->
             desktop-contains-deprecated-key.
           - xs-testsuite-header-in-debian-control ->
             xs-testsuite-field-in-debian-control.
           - unnecessary-testsuite-autopkgtest-header ->
             unnecessary-testsuite-autopkgtest-field.
           - xs-vcs-header-in-debian-control ->
             xs-vcs-field-in-debian-control.
     .
       * General:
         + [CL] Apply a patch series from Ben Finney to correct inconsistent use
           of "header" terminology (versus "field", etc.) in descriptions and
           tag names.  Thanks!  (Closes: #890959)
     .
       * checks/changelog-file.{desc,pm}:
         + [CL] Warn about changelog files that are too short.  Thanks to Adrian
           Bunk for the suggestion.  (Closes: #890920)
       * checks/cruft.pm:
         + [CL] Avoid false-positives in Jush's syntax highlighting definition
           files.
         + [CL] Avoid a false-positive when matching the fake Lena Söderberg
           image in libplacebo.  Thanks to Thorsten Alteholz for the report.
           (Closes: #890943)
       * checks/debhelper.{desc,pm}:
         + [CL] Warn if packages define multiple compatibility levels in the
           "compat" file, typically via "echo 11 >> debian/compat" (instead of
           ">").
       * checks/fields.desc:
         + [CL] Correct a grammatical error and tighten up the language of the
           "binary-package-depends-on-toolchain-package" tag's description.
           Thanks to Gregor Herrmann for the report.  (Closes: #890530)
       * checks/init.d.pm:
         + [CL] Also check for "RUN=" and "DAEMONRUN=" when evalating lines in
           /etc/default for "init.d-script-should-always-start-service"
           violations. Thanks to Laurent Bigonville.  (Closes: #890916)
       * checks/rules.{desc,pm}:
         + [CL] Update override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS
           to fix a number of false positives. Thanks to Gregor Herrmann for
           the report.  (Closes: #890537)
         + [CL] Also check, for example, "override_dh_fixperms-indep" and
           "override_dh_fixperms-arch" targets for
           "override_dh_fixperms-does-not-call-dh_fixperms", etc.
         + [CL] Prevent a large number of false-positives when checking the
           debian-rules-is-dh_make-template tag.  Thanks to Evgeni Golov for
           the report.  (Closes: #890660)
         + [CL] Check for unnecessary SOURCE_DATE_EPOCH assignments; it is
           either exported by dpkg >= 1.18.8 or one can include pkg-info.pk,
           etc.  (Closes: #832099)
       * checks/scripts.pm:
         + [CL] Prevent some false-positives in udevadm-called-without-guard.
       * checks/upstream-metadata.{desc,pm}:
         + [CL] Apply patch from Dylan Aïssi to suggest maintainers add a
           debian/upstream/metadata file, although downgrade the check to
           "experimental" level for the time being.  (Closes: #833007)
       * checks/watch-file.pm:
         + [CL] Use our new $PKGREPACK_REGEX to match and capture the suffix
           when looking at potential debian/watch mangling issues.
     .
       * commands/reporting-html-reports.pm:
         + [NT] Stop including the uncompressed lintian log in the website
           as it consumes considerable space for no reason.  Consumers
           should migrate to the compressed variant, which has been around
           for years and only consumes ~1/20th of the space.
     .
       * data/files/python-generic-modules:
         + [CL] Detect "core" as an overly-generic module name.  Thanks to
           Andreas Beckmann for the report.  (Closes: #891027)
       * data/scripts/interpreters:
         + [CL] Add cwl-runner (to cwltool) as an interpreter for CWL scripts.
           Thanks to Michael Crusoe for the report.  (Closes: #890667)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * debian/source/lintian-overrides:
         + [CL] Drop all the overrides for Lintian itself now that we use the
           <!nocheck> build profile for the previously-spurious warnings.
     .
       * lib/Lintian/Util.pm:
         + [CL] Factor out the regex that matches "repacked" tarballs based on
           their filename.
       * lib/Lintian/Collect/{Changes,Sources}.pm:
         + [CL] Add repacked subroutines to check whether a package has been
           repacked or not.
     .
       * reporting/templates/maintainer.tmpl:
         + [CL] Link package entries directly to sources.debian.org.
     .
       * t/scripts/changelog-format.t:
         + [CL] Provide some possibly-helpful advice when violating the "entry
           header" changelog test.
       * t/tests/cruft-upstream-binaries:
         + [CL] Add a testcase to check that symlinked missing-sources do the
           right thing (re. #890468).
    Checksums-Sha1:
     77d6994a82b5e88bf1c51144a84b4044001b2788 2622 lintian_2.5.76.dsc
     f039c2e8bf5acd73aea2f968e39c7d6e01f52326 1537236 lintian_2.5.76.tar.xz
     36cf5700e371114c9a5cf1cb1247a3f77f5b7dab 1105364 lintian_2.5.76_all.deb
     884a57b9ad7b298447cfe7e252e5921b4218a7e5 15170 lintian_2.5.76_amd64.buildinfo
    Checksums-Sha256:
     f6df00f50d2bd902f3b079474f826f340f77c8650e08848aabc0a8f8d82132c1 2622 lintian_2.5.76.dsc
     e7a12767b811c6072035691c940c7d0eaf64a986d6f074fe1ccd2caecb434f8b 1537236 lintian_2.5.76.tar.xz
     efbe81a0b506848b04404a0dad6009c85408a022b804d4f106613e0940d2f5ec 1105364 lintian_2.5.76_all.deb
     45393f613cf927b6c96b6bb6336443ca2e03c9788f13819b974a25570c6ac234 15170 lintian_2.5.76_amd64.buildinfo
    Files:
     b466eb35f72012ba63b8bf077f973b87 2622 devel optional lintian_2.5.76.dsc
     01e36a73587f63dcdfdd2fe13e7efebf 1537236 devel optional lintian_2.5.76.tar.xz
     11992858684eb467fc87e2495d564070 1105364 devel optional lintian_2.5.76_all.deb
     077a9196354856b113f9e4ae7567d120 15170 devel optional lintian_2.5.76_amd64.buildinfo
    
  • 2.5.75
    Format: 1.8
    Date: Wed, 14 Feb 2018 14:24:49 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.75
    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: 762753 889964 889991 890100 890298 890358 890361
    Changes:
     lintian (2.5.75) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - debian-rules-uses-unnecessary-dh-argument
           - missing-explanation-for-repacked-upstream-tarball
           - udevadm-called-without-guard
     .
       * checks/changelog-file.desc:
         + [CL] When checking latest-debian-changelog-entry-without-new-version
           ignore any change of epoch.  (Closes: #889991)
       * checks/debhelper.{desc,pm}:
         + [CL] Warn when specifying --parallel to dh(1) in compat levels >= 10.
           Thanks to Nicolas Braud-Santoni for the idea.  (Closes: #890358)
         + [CL] Add a missing verb to the long description of the
           dh-quilt-addon-but-quilt-source-format tag.
       * checks/files.pm:
         + [CL] Tidy logic for detecting allowed rel="" values in <link/>
           HTML tags.
         + [CL] Allow rel="canonical" in <link/> HTML tags; they are used by
           search engines (etc.) and do not cause internet access.
           (Closes: #762753)
       * checks/init.desc:
         + [CL] Improve various parts of the long description for
           init.d-script-should-always-start-service.
       * checks/patch-systems.{desc,pm}:
         + [CL] Avoid false positives when checking for typos by ignoring files
           or patch descriptions that contain the words "typo" or "spelling".
           Thanks to Bas Couwenberg for the report.  (Closes: #889964)
         + [CL] Check the first line of the description separately for spelling
           errors to avoid false-positive duplicate checks across a patch
           description's synopsis and its body.  (Closes: #890100)
       * checks/python.desc:
         + [CL] Underline that maintainers do not need to override the
           new-package-should-not-package-python2-module tag but rather leave a
           comment in debian/changelog.
       * checks/scripts.{desc,pm}:
         + [CL] Check for maintainer scripts that call udevadm without a guard
           as it can fail within a chroot.  (Closes: #890298)
       * checks/source-copyright.{desc,pm}:
         + [CL] Emit a pendatic warning for packages with repacked upstream
           tarballs that lack a Files-Excluded or Comment header in
           debian/copyright.
     .
       * collection/override-file:
         + [CL] Actually pick the first out of debian/source/lintian-overrides
           and debian/source.lintian-overrides. Thanks to Thorsten Glaser for
           the report.  (Closes: #890361)
     .
       * commands/reporting-html-reports.html:
         + [NT] Minimize generated SVG files if scour is installed and
           available in PATH.
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
    Checksums-Sha1:
     c0fa6690c7ad67abceeb3298b0b38e840067e0ba 2622 lintian_2.5.75.dsc
     97e4f2785508bb670ea541b354e68244584e284e 1482104 lintian_2.5.75.tar.xz
     c2195cb2792b16a2c93401ddeb06cc0d707bb2fe 1102948 lintian_2.5.75_all.deb
     61a7d50725af702cad2e22a39041cff8ee0d6fd7 15197 lintian_2.5.75_amd64.buildinfo
    Checksums-Sha256:
     86640b7d27e316b1a5e4dd468050a7f7d0ef7bef348e5c21c1ccf3ffc1afb7fa 2622 lintian_2.5.75.dsc
     6092f056552732edf96ce19d5771ad9a07f5978054559150571f4b444fce902d 1482104 lintian_2.5.75.tar.xz
     42eb64b309703de0a89bd8dfbf63b86b357b69c505952dc9c41c011138144d69 1102948 lintian_2.5.75_all.deb
     d13911367d22235d2ef96331cbf0bcd5bfe2bdba3d975dd73456748742248ff3 15197 lintian_2.5.75_amd64.buildinfo
    Files:
     a808364d0133cc398c5dc61ad98ea8ec 2622 devel optional lintian_2.5.75.dsc
     4ea25ddaacbe4b297faebdc2eddc95cd 1482104 devel optional lintian_2.5.75.tar.xz
     cdfa73ecb3dc750ba35542d2851308db 1102948 devel optional lintian_2.5.75_all.deb
     7dad3154b87704914e647c9b1002d7a2 15197 devel optional lintian_2.5.75_amd64.buildinfo
    
  • 2.5.74
    Format: 1.8
    Date: Thu, 08 Feb 2018 17:41:55 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.74
    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: 679124 738442 756130 762113 817170 858588 869547 889102 889486 889489 889535 889591 889592 889628 889638 889639 889746 889760 889814 889856
    Changes:
     lintian (2.5.74) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - control-tarball-compression-format
           - data-tarball-compression-format
           - debian-rules-is-dh_make-template
           - init.d-script-should-always-start-service
           - jar-contains-source
           - missing-systemd-service-for-init.d-script
           - override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS
           - source-contains-prebuilt-wasm-binary
           - spelling-error-in-patch-description
           - systemd-service-file-refers-to-unusual-wantedby-target
         + Renamed:
           - systemd-no-service-for-init-script ->
             omitted-systemd-service-for-init.d-script
           - systemd-no-service-for-init-rcS-script ->
             missing-systemd-service-for-init.d-rcS-script
         + Removed:
           - override_dh_auto_test-does-not-check-DEB_BUILD_PROFILES
     .
       * checks/changelog-file.desc:
         + [CL] Improve the long description of epoch-change-without-comment.
           Based on suggestions by Raphael Hertzog and Ian Jackson - thanks!
           (Closes: #889814)
       * checks/cruft.desc:
         + [BR] Check for wasm files.  (Closes: #889102)
         + [CL] Factor out call to _ships_examples to avoid excessive looping
           over $sorted_index.
         + [CL] Do not emit package-does-not-install-examples if we don't have
           any binary packages in our laboratory.  (Closes: #889591)
         + [CL] Improve the description of package-does-not-install-examples to
           give more debhelper advice.
         + [CL] Assume that if a source package generates a binary ending in
           "-examples" then it does ship examples.
       * checks/deb-format.{desc,pm}:
         + [CL] Add a classification tag for the .deb data tarball compression
           format.  (Closes: #738442)
         + [CL] Add a classification tag for the control tarball compression
           format.  (Closes: #889856)
       * checks/fields.pm:
         + [CL] Avoid false positives when checking binary packages depending on
           toolchain packages by ignoring packages starting with "dh-" or ending
           with "-source". Thanks to Josh Triplett for the report.
           (Closes: #889486)
       * checks/files.pm:
         + [BR] Add context for privacy breach in order to improve debugging.
       * checks/fields.desc:
         + [CL] Downgrade severity of build-depends-on-obsolete-package from
           error to warning.  (Closes: #889638)
       * checks/java.{desc,pm}:
         + [CL] Only warn about bad-jar-name for "public" .jar files.
           (Closes: #889628)
         + [CL] Check for .jar files that embed Foo.java alongside a Foo.class
           file.  (Closes: #762113)
       * checks/init.d.{desc,pm}:
         + [CL] Warn about packages that use ENABLED="true" (etc.) in
           /etc/default files.
       * checks/patch-systems.{desc,pm}:
         + [CL] Avoid emitting "Can't use an undefined value as an ARRAY
           reference" warnings when debian/patches is a file, not a directory.
           (Closes: #889535)
         + [CL] Check spelling of patch headers.  (Closes: #756130)
       * checks/rules.{desc,pm}:
         + [CL] Fix a number of false-positives when checking the
           "override_dh_auto_test-does-not-check-DEB_BUILD_PROFILES" tag
           (Closes: #889592)
         + [CL] Make a large number of changes suggested by Mattia Rizzolo to
           the override_dh_auto_test-does-not-check-DEB_BUILD_PROFILES tag,
           renaming it to reference DEB_BUILD_OPTIONS throughout, add Debian
           Policy 4.9.1 to the tag's Ref, lower "Certanty" to "wild-guess" and
           mark the tag as experimental, updating the tests to match.
           (Closes: #889746)
         + [CL] Check for debian/rules files that are dh_make templates.
           (Closes: #679124)
       * checks/scripts.desc:
         + [CL] Improve, elaborate and tidy the long description of the
           maintainer-script-should-not-use-recursive-chown-or-chmod tag.
           Heavily based on a patch by Daniel Kahn Gillmor - thanks!
           (Closes: #889489)
       * checks/source-copyright.pm:
         + [CL] Prevent false positives when checking for missing NOTICE.txt
           files by looking inside .jar archives.  (Closes: #889760)
       * checks/systemd.{desc,pm}:
         + [CL] Warn about unit files that install to usual WantedBy= targets.
           Thanks to Sam Morris for the initial patch.  (Closes: #817170)
         + [CL] Rework the no service detection, improving the (rarely
           overridden) tag names to better match what they detect as well as
           adding a new "missing-systemd-service-for-init.d-script" pedantic tag
           where we do not have an equivalent unit as this implies missing
           bespoke security hardening support, etc. Thanks to Lucas Nussbaum for
           his input.  (Closes: #858588)
       * checks/udev.pm:
         + [CL] Add simple GOTO parsing to avoid false positives when checking
           for udev rules for SUBSYSTEM specifiers.  (Closes: #869547, #889639)
     .
       * commands/reporting-{html-reports,lintian-harness}.pm:
         + [NT] Register packages that fail during archive wide processing.
     .
       * data/files/privacy-breaker-fragments:
         + [BR] Detect new fragments for Google CSE.
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * lib/Lintian/Util.pm:
         + [NT] Give lower processing priority to packages that repeatedly
           trigger errors during archive-wide processing.
     .
       * reporting/templates/index.tmpl:
         + [NT] Display summary of how many groups had errors during their
           last processing.
       * reporting/templates/{lintian.css,maintainer}.tmpl:
         + [NT] Use a distinct error status instead of "Outdated" for
           packages with errors during their last processing.
    Checksums-Sha1:
     6ab26c788acef3b23e5776247e0fac81db731e74 2622 lintian_2.5.74.dsc
     3b6d9daa7eb6ce8ae2c6e35acf94d6e1f0be397d 1479936 lintian_2.5.74.tar.xz
     cf0a6e3875994c42d5721025470cbc869f2bbcae 1100980 lintian_2.5.74_all.deb
     d3dd566757ea2cea69a69a6f04e1c89fb7652ef8 15106 lintian_2.5.74_amd64.buildinfo
    Checksums-Sha256:
     94516ba778ea4c2594a98434f2d8a1bab2641704052070eb4125380dbc356212 2622 lintian_2.5.74.dsc
     7bc82aeddd3092b48a357a7c877d9dc5d49b8c16af8b50f25de80b3f6f9ef847 1479936 lintian_2.5.74.tar.xz
     fe39422089d32f2e6bb010c7ff03f013ab56f2bc0b7a398972625d74c405ddf7 1100980 lintian_2.5.74_all.deb
     f143578b2490d3bbe115784935f63f716dba87cc870ff438459d257ef3fcc1e7 15106 lintian_2.5.74_amd64.buildinfo
    Files:
     0bd758bbe9212d494c068a2863e7fe8f 2622 devel optional lintian_2.5.74.dsc
     34e57c8fbbda0693bf901a4fe7f26903 1479936 devel optional lintian_2.5.74.tar.xz
     77baff5d246ff4f9ac449146c88116ff 1100980 devel optional lintian_2.5.74_all.deb
     d4e3a3d2dc29726f1dfc0c59eafaff98 15106 devel optional lintian_2.5.74_amd64.buildinfo
    
  • 2.5.73
    Format: 1.8
    Date: Sat, 03 Feb 2018 10:25:40 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.73
    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: 539326 658542 664520 700953 702671 712394 745743 773562 778427 782990 787469 791552 832027 853274 879235 884497 884500 888559 888809 888972 889016 889066 889154
    Changes:
     lintian (2.5.73) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - bad-jar-name
           - binary-package-depends-on-toolchain-package
           - checksum-count-mismatch-in-changes-file
           - co-maintained-package-with-no-vcs-headers
           - description-mentions-planned-features
           - files-excluded-without-copyright-format-1.0
           - global-files-wildcard-not-first-paragraph-in-dep5-copyright
           - maintainer-script-should-not-use-recursive-chown-or-chmod
           - missing-explanation-for-contrib-or-non-free-package
           - multi-arch-same-package-has-arch-specific-overrides
           - override_dh_auto_test-does-not-check-DEB_BUILD_PROFILES
           - package-does-not-install-examples
           - package-uses-deprecated-dpatch-patch-system
           - package-uses-deprecated-source-override-location
           - unusual-documentation-package-name
     .
       * checks/cruft.{desc,pm}:
         + [CL] When looking for the source of "build/foo/bar.min.js", also
           check "src/foo/bar.js".  (Closes: #832027)
         + [CL] Check for upstream tarballs that ship examples but none is
           installed in any binary package.  (Closes: #539326)
       * checks/debian-source-dir.desc:
         + [CL] Upgrade severity of missing-debian-source-format from wishlist
           ("I") to normal ("W").  (Closes: #702671)
       * checks/description.{desc.pm}:
         + [CL] Check for packages that mention planned/upcoming features in
           their long description.  (Closes: #782990)
         + [CL] Improve the description-synopsis-might-not-be-phrased-properly
           tag also detect multiple sentences and improve the tag description.
           (Closes: #778427)
       * checks/changes-file.{desc.pm}:
         + [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
           package contained an upstream signature.
         + [CL] Check for inconsistencies between "Files" and Checksums-*
           sections in .changes files.  (Closes: #658542)
       * checks/cruft.{desc.pm}:
         + [CL] Add pedantic warning for packages using source.lintian-overrides
           instead of debian/source/lintian-overrides.
       * checks/fields.{desc,pm}:
         + [CL] Add a pedantic warning for co-maintained packages that are not
           managed in a revision control system.  (Closes: #884497)
         + [CL] Warn about Multi-Arch: same packages that ship
           architecture-specific Lintian overrides. Thanks to Sebastian
           Ramacher for the report.  (Closes: #787469)
         + [CL] Check for packages that specify binary dependencies on toolchain
           packages such as cdbs or debhelper.  (Closes: #700953)
         + [CL] Emit a warning about documentation packages that end with -docs.
           (Closes: #664520)
         + [CL] Ensure salsa.debian.org Vcs-Git and Vcs-Browser URIs are
           canonical and do not redirect.  (Closes: #888809)
       * checks/files.pm:
         + [CL] Support scanning contents of (eg.) data/files/js-libraries.
       * checks/java.{desc,pm}:
         + [CL] Check for .jar files that do not match the Debian Java policy.
           (Closes: #791552)
       * checks/patch-systems.{desc,pm}:
         + [CL] Emit a pedantic warning for packages that are using the dpatch
           patch system.  (Closes: #884500)
       * checks/rules.pm:
         + [CL] Check for override_dh_auto_test targets that do not check
           DEB_BUILD_OPTIONS for "nocheck".  (Closes: #712394)
       * checks/scripts.desc:
         + [CL] Update the maintainer-script-should-not-use-service tag to
           include advice and Debian Policy reference.  (Closes: #889154)
       * checks/source-copyright.{desc,pm}:
         + [CL] Warn about packages that specify a Files-Excluded header without
           a valid Format header as the former will be ignored by uscan(1).
           Thanks to Gunnar Wolf for the initial patch.  (Closes: #745743)
         + [CL] Warn when a "Files: *" DEP-5 paragraph exists but it is not the
           first paragraph. Thank to Christoph Biedl for the report and idea.
           (Closes: #879235)
         + [CL] Ask maintainers to add a comment header to debian/copyright if
           their package is in contrib or non-free.  (Closes: #773562)
     .
       * commands/reporting-html-reports.pm:
         + [NT] Add a limit to how many instances of a tag is deplayed on a tag
           page as 151 000 instances of unstripped-static-library is hardly
           human readable.
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
       * data/common/dh_addons:
         + [CL] Move/create from data/debhelper/dh_addons as we plan to use
           it elsewhere.
       * data/debhelper/dh_commands:
         + [CL] Update requirement for dh_scour (again!) from python3-scour to
           scour.  (Closes: #889016)
       * data/debhelper/dh_commands-manual:
         + [NT] Remove dh_systemd* entries.  Debian stable have a recent
           enough version of debhelper that this entry no longer matters.
       * data/files/fnames:
         + [CL] Ensure package-contains-python-doctree-file also warns about
           compressed .doctree files.
       * data/files/js-libraries:
         + [CL] Avoid false-positives when detecting Twitter's bootstrap
           library.  (Closes: #888972)
       * data/files/python-generic-modules:
         + [CL] Detect "backports" (and "backport") as overly generic Python
           module names.  (Closes: #888559)
       * data/scripts/maintainer-script-bad-command:
         + [CL] Warn if the maintainer scripts include "chown -R" or "chmod -R"
           to prevent hardlink attacks on kernels that do not have
           fs.protected_hardlinks=1.  (Closes: #889066)
     .
       * doc/lintian.xml:
         + [CL] Use the debian/source/lintian-overrides location in override
           example.
     .
       * lib/Lintian/*:
         + [CL] Add support for passing .buildinfo files to Lintian.
           (Closes: #853274)
     .
       * reporting/templates/tag.tmpl:
         + [NT] Update template to mention tag limit when not all instances
           are shown.
    Checksums-Sha1:
     de00a0578cd971797a7f77c5371aba4d60b38e3a 2622 lintian_2.5.73.dsc
     c9f57cc956244b018d51075497aab2daf04cbc0a 1474544 lintian_2.5.73.tar.xz
     78503acfe448ea7e485b9a790a85f46e9c3b25e6 1097868 lintian_2.5.73_all.deb
     bc38728685f1de2110ac53f9462ee7c198aa30a4 15104 lintian_2.5.73_amd64.buildinfo
    Checksums-Sha256:
     43d33c7bf635cb55a906173c83f62525ec6cfcedac3aab71525c2965c78138e1 2622 lintian_2.5.73.dsc
     d4f9d5fb0e69f6cedfaa5131c1732607e4f2c679641dfa457792878bcfb951db 1474544 lintian_2.5.73.tar.xz
     f1d299392a3d282cc1c271b13b0569dc13a835522fba41e684210839da93169f 1097868 lintian_2.5.73_all.deb
     a88e356e9d450b9357e25c78e3dac8f503119281431bda703575ded45df964ea 15104 lintian_2.5.73_amd64.buildinfo
    Files:
     b034b505080090e4519ef33bbd44cc83 2622 devel optional lintian_2.5.73.dsc
     55b891fc3a0f2085ce0c4b9ca3ddd3da 1474544 devel optional lintian_2.5.73.tar.xz
     3c2eea0f41e8438fce4bbaab0bf37996 1097868 devel optional lintian_2.5.73_all.deb
     16ac0e094b36229b3ddb970b78e6a29e 15104 devel optional lintian_2.5.73_amd64.buildinfo
    
  • 2.5.72
    Format: 1.8
    Date: Fri, 26 Jan 2018 05:17:01 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.72
    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: 735040 740118 762261 810780 831729 836771 878609 883719 887899 888074 888304 888413 888456
    Changes:
     lintian (2.5.72) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - debian-rules-uses-deprecated-systemd-override
           - debian-watch-does-not-check-gpg-signature
         + Removed:
           - debian-watch-may-check-gpg-signature
     .
       * checks/binaries.pm:
         + [CL] Avoid a false positive for spelling-error-in-binary that was
           causing a FTBFS on armhf.  (Closes: #888074)
         + [CL] Drop a duplicate line in spelling-error-in-binary exceptions.
         + [CL] Move spelling-error-in-binary exceptions to a data file.
         + [CL] Support binutils 2.29.90.20180122 (vs. 2.29.1) when parsing ELF
           files for errors as the newer version modified the readelf output.
           This was causing a testsuite failure when checking the
           apparently-corrupted-elf-binary tag.  (Closes: #888456)
       * checks/cruft.{desc,pm}:
         + [CL] Do not emit "license-problem-php-license" when the source comes
           from pecl.php.net: "The last agreement with FTP Masters was that PHP
           license is OK when the sources some from PECL repository."
           (Closes: #810780)
         + [CL] Allow, for example, debian/missing-sources/foo.js directories to
           represent the source for foo.js. This is useful when foo.js is the
           result of concatenating multiple files.  (Closes: #836771)
       * checks/debhelper.{desc,pm}:
         + [CL] Warn about packages that use about dh_systemd_enable or
           dh_systemd_start overrides whilst using debhelper compat level 11 as
           they are no longer being called.  (Closes: #887899)
         + [CL] Include the offending context and line when emitting the
           brace-expansion-in-debhelper-config-file tag.
         + [CL] Avoid false positives and remove an existing (incorrect) test
           for apparent brace expansions in config files that do not include a
           comma.  (Closes: #888304)
       * checks/fields.pm:
         + [CL] Also check xfonts-foo for font-package-not-multi-arch-foreign.
       * checks/files.desc:
         + [CL] Downgrade extra-license-file from "W" to "I".  (Closes: #740118)
       * checks/patch-systems.{desc,pm}:
         + [CL] Ignore files called "README" or "README.patches" when checking
           packages for patch-file-present-but-not-mentioned-in-series.
           (Closes: #888413)
         + [CL] Ignore commented-out patches in series files when checking the
           patch-file-present-but-not-mentioned-in-series tag.
         + [CL] Check "$vendor.series" (not "series.$vendor") when checking for
           the patch-file-present-but-not-mentioned-in-series tag.
       * checks/source-copyright.desc:
         + [CL] Clarify that paragraph ordering matters in the description of
           the unused-file-paragraph-in-dep5-copyright tag.  (Closes: #762261)
       * checks/watch-file.{desc,pm}:
         + [CL] Rename the debian-watch-may-check-gpg-signature tag to
           debian-watch-does-not-check-gpg-signature to avoid confusion around
           the "may check" implying that the package in question does such
           checking and we disapprove of it. Thanks to Andreas Beckmann for the
           suggestion.  (Closes: #735040)
     .
       * data/fields/name_section_mappings:
         + [CL] Ensure xfonts-foo are recognised as part of the "x11" section to
           match the definition on https://packages.debian.org/en/sid/.
           (Closes: #878609)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * debian/control:
         + [CL] docbook-xml is required to build the documentation, so drop
           "<!nocheck>" build restriction.
       * debian/copyright:
         + [CL] Add missing initials for Gergely Nagy, Sylvestre Ledru and Steve
           Langasek.  (Closes: #831729)
     .
       * lib/Lintian/Check.pm:
         + [CL] Avoid false positives in the spelling-error-in-description
           (etc.) tags where the repetition is part of an acronym expansion such
           as "ORA (ORA Recursive Acronym)".  (Closes: #883719)
    Checksums-Sha1:
     eebeccf39c7ff67ecf0fcf0f024ce67e984de14c 2622 lintian_2.5.72.dsc
     8cd7bffd5c95f557588bcd13564c4a328e2f05ad 1468640 lintian_2.5.72.tar.xz
     5b6621c58fd35e5b75c7a76f485318ff0a29669e 1090028 lintian_2.5.72_all.deb
     79cfb65700371e53f319f9adfa646cd8cc360bb2 15114 lintian_2.5.72_amd64.buildinfo
    Checksums-Sha256:
     9759fb0a72df35b5887cf3b33cafdba3ec46cbc5551012f5cfb57912ada1abfe 2622 lintian_2.5.72.dsc
     972800f973ce287935ca48f8f276f64f9aa7fa5638e65f731951575c0bf1af86 1468640 lintian_2.5.72.tar.xz
     2198fa998a1f0474705d554b76c6ce90a9416b81f1ad3cc8c73795033c5d1856 1090028 lintian_2.5.72_all.deb
     da9c2938c0c1a566ab78a783136c2248854a0c76c13ae2b5d65eb61ee2ef2ea6 15114 lintian_2.5.72_amd64.buildinfo
    Files:
     4336f411e3a7265939d6c2ac1f8462bc 2622 devel optional lintian_2.5.72.dsc
     164cf78ac2fe0a69c5d922b061da881f 1468640 devel optional lintian_2.5.72.tar.xz
     e61d203a89c8f39ed1a855a0f4945a53 1090028 devel optional lintian_2.5.72_all.deb
     cfbe541a6cc277b88b5f7754f64e8438 15114 devel optional lintian_2.5.72_amd64.buildinfo
    
  • 2.5.71
    Format: 1.8
    Date: Sun, 21 Jan 2018 05:24:47 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.71
    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: 886163 887428 887715 887817
    Changes:
     lintian (2.5.71) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - patch-file-present-but-not-mentioned-in-series
     .
       * checks/files.pm:
         + [CL] Ignore Rust .rs files in extra-license-file.  (Closes: #887715)
       * checks/patch-systems.{desc,pm}:
         + [CL] Check for patch files under the debian/patches that are not
           mentioned in any series file. Thanks to Paul Wise for the idea.
           (Closes: #887817)
       * checks/python.{desc,pm}:
         + [CL] Don't emit "python-package-missing-depends-on-python" for debug
           packages
         + [CL] Include possibility that the file should not even be installed
           in the description of python-package-missing-depends-on-python.
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
       * data/rules/rules-should-not-use:
         + [CL] Add more context to xz-compression-level-too-high tag output.
     .
       * lib/Lintian/Collect/Package.pm:
         + [CL] Fix "Use of uninitialized value in string ne" warnings that
           would have appeared as part of the src-orig-index handling in 2.5.66.
           (Closes: #887428)
     .
       * t/tests/files-multiarch-foreign-files:
         + [CL] Only run on amd64.  (Closes: #886163)
    Checksums-Sha1:
     977ee69d21a09e05fa0225fbc324b38839d23d12 2633 lintian_2.5.71.dsc
     56d687c8f3a74169d1f08a53abefb53c8752318f 1467212 lintian_2.5.71.tar.xz
     cb2b7b523923ca155c51d9c68b2398177da21580 1088784 lintian_2.5.71_all.deb
     4c8d102a8949da077effeef8040c6712c9b75686 14989 lintian_2.5.71_amd64.buildinfo
    Checksums-Sha256:
     8a0bd82a9e150ff430cc32a597227670ddd6b91f15d568a1b79b6ae196424565 2633 lintian_2.5.71.dsc
     5fb49d2e639a758ae35adc49797e39eb35223d9addc735dba551bbb6a03ebd57 1467212 lintian_2.5.71.tar.xz
     5bd002d83827e321d5013321702a19269773ae035bb6f006845fc362961e56ef 1088784 lintian_2.5.71_all.deb
     383ece98bc17cfe6ff2849be18f21e0f8b0ee09ee5bd18ae49627a63c0999ade 14989 lintian_2.5.71_amd64.buildinfo
    Files:
     fbae4baa59a94c49dbcb424e59d26e42 2633 devel optional lintian_2.5.71.dsc
     a78c37ee41f8246a9ad17b14254fa86f 1467212 devel optional lintian_2.5.71.tar.xz
     9d9b3bd8f5573d0ef52212ad473829da 1088784 devel optional lintian_2.5.71_all.deb
     c66408da0efcfc367126e4c0e4b54d7c 14989 devel optional lintian_2.5.71_amd64.buildinfo
    
  • 2.5.70
    Format: 1.8
    Date: Tue, 16 Jan 2018 06:44:46 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.70
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Changes:
     lintian (2.5.70) unstable; urgency=medium
     .
       * checks/python.pm:
         + [CL] Fix false positives in python-package-missing-depends-on-python
           for Python 3 packages; we were not checking python3:any or
           python3-minimal:any.
     .
       * data/spelling/corrections:
         + [PW] Add bumpded -> bumped correction.
    Checksums-Sha1:
     01cdccc503f78f213f4f29eba28c6d150396668c 2633 lintian_2.5.70.dsc
     c7fcb5dd6ae443e27f81375890981f3858447527 1466368 lintian_2.5.70.tar.xz
     06e8ee6df46ad8c33d1d89da7f7139775f677037 1087752 lintian_2.5.70_all.deb
     f6f23175f485d328da303f2a99b84ee6bb2aa920 14997 lintian_2.5.70_amd64.buildinfo
    Checksums-Sha256:
     8feac91f4faf1d70d5abb26f854e084251501d50f97383ccbf3603299e4fb3e6 2633 lintian_2.5.70.dsc
     db6c542d1db741bb11e6df1cdcd31412519dddc3abd93c5709ac40a05e28c119 1466368 lintian_2.5.70.tar.xz
     237be6130eaa64f36ea89d169532a37939bbb12686222856390853c27cdd0cba 1087752 lintian_2.5.70_all.deb
     de1471b819cb146c35d88ed68193c5a6a19fc17ac50a569b5eb464138b297bc7 14997 lintian_2.5.70_amd64.buildinfo
    Files:
     4ff9bc7b1e4856466daabd0281c74aba 2633 devel optional lintian_2.5.70.dsc
     69ef172a57e2866666f3508527768048 1466368 devel optional lintian_2.5.70.tar.xz
     4911db5218879811c10438cf5bff0a29 1087752 devel optional lintian_2.5.70_all.deb
     9398a50deb5af7820f3c2d5e7b0d9c72 14997 devel optional lintian_2.5.70_amd64.buildinfo
    
  • 2.5.69
    Format: 1.8
    Date: Tue, 16 Jan 2018 00:41:30 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.69
    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: 829100 863384 883772 886930 886961 887083 887120 887124
    Changes:
     lintian (2.5.69) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - insecure-copyright-format-uri
           - package-contains-file-in-etc-skel
           - package-contains-python-tests-in-global-namespace
           - python-package-missing-depends-on-python
           - xz-compression-level-too-high
     .
       * checks/cruft.pm:
         + [CL] Ignore TeX \section (etc.) titles when checking for GFDL
           license. Thanks, Norbert Preining for the report.  (Closes: #863384)
       * checks/fields.{pm,desc}:
         + [CL] Downgrade severity of wrong-section-according-to-package-name
           from "W:" to "I:".  (Closes: #883772)
         + [CL] Thanks to Niels Thykier, update the description of the
           orphaned-package-not-maintained-in-debian-infrastructure tag.
         + [CL] Include the offending uri in the output of the
           vcs-deprecated-in-debian-infrastructure tag.
       * checks/python.{pm,desc}:
         + [CL] Don't emit new-package-should-not-package-python2-module if
           the maintainer justifies its inclusion in the changelog entry.
         + [CL] Improve the description and reasoning for the
           new-package-should-not-package-python2-module tag.
         + [CL] Include the offending package name when warning about
           new-package-should-not-package-python2-module.
         + [CL] Warn about packages that ship Python modules but are missing
           dependencies on any Python interpreter.  (Closes: #887083)
         + [CL] Remark that new-package-should-not-package-python2-module's
           appearance on https://lintian.debian.org/ can be ignored.
           (Closes: #887124)
       * checks/rules.pm:
         + [CL] Allow rules-not-should-not-use data-based tags to capture
           variables and include them in the emitted tag.
       * checks/source-copyright.{desc,pm}:
         + [CL] Warn about insecure "Format:" URIs that reference debian.org.
           Based on a patch by Nicolas Braud-Santoni.  (Closes: #886930)
       * checks/standards-version.pm:
         + [CL] Include the date the Standards-Version was actually released in
           the output of the ancient-standards-version and the
           out-of-date-standards-version tags.
     .
       * data/debhelper/*:
         + [ADB] Refresh.
       * data/files/fnames:
         + [CL] Warn about packages that ship (eg.) test_foo.py files in the
           global Python module namespace.
         + [CL] Emit an error if packages ship files in /etc/skel. Thanks to
           Paul Wise for the suggestion.  (Closes: #887120)
       * data/files/fonts:
         + [ADB] Refresh.
       * data/fields/name_section_mappings:
         + [CL] Ensure that NSS (Name Services Switch) modules are placed in the
           "admin" section. Thanks to Mathieu Parent (sathieu) for the patch.
           (Closes: #886961)
       * data/rules/rules-should-not-use:
         + [CL] Include the assigned value in the Lintian output for the
           debian-rules-should-not-use-DH_EXTRA_ADDONS tag.
         + [CL] Detect overly-compressed xz packages.  (Closes: #829100)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
    Checksums-Sha1:
     7225b782975745c11434dc57da0fd8d35e071d7e 2633 lintian_2.5.69.dsc
     1cc1bf9d3cced913b810fc17920242a9e3352c8f 1465732 lintian_2.5.69.tar.xz
     96d3f2b4c754c3af7133d261d0a97a6f279a7de0 1087936 lintian_2.5.69_all.deb
     3cd2ec6986b26ae73b54c482868f7ec7eaf7021e 14997 lintian_2.5.69_amd64.buildinfo
    Checksums-Sha256:
     45071ad3e3350d554a087d2066eb9c0646c62c6b98b925fa6a9913e0a539505c 2633 lintian_2.5.69.dsc
     9679bdf5f3943fb76894f0b05761f40c7146e81f7714251cd1fc617815993178 1465732 lintian_2.5.69.tar.xz
     f7566b1199d80b6aace9bc11d29312737aab5abb6eea4a2fd9ac95934c2fa4f2 1087936 lintian_2.5.69_all.deb
     62a565553d80ca4aa5e0e1943937440c0649ee9bafb52d6272586661a25c70b4 14997 lintian_2.5.69_amd64.buildinfo
    Files:
     91cc76e8f98aa42d787f879d075dc881 2633 devel optional lintian_2.5.69.dsc
     658a23251c0cf8400f40d2592a5c20bc 1465732 devel optional lintian_2.5.69.tar.xz
     ad3314f6ae274185556b92529b15cfe1 1087936 devel optional lintian_2.5.69_all.deb
     446a1474016411b55941eb6bb9fecb84 14997 devel optional lintian_2.5.69_amd64.buildinfo
    
  • 2.5.68
    Format: 1.8
    Date: Tue, 09 Jan 2018 14:33:30 +0000
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.68
    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: 648755 677870 687141 749202 884142 885974 886057 886101 886163 886210 886219 886259 886271 886297 886303 886343 886426 886479 886555 886566 886574 886586
    Changes:
     lintian (2.5.68) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - dh-quilt-addon-but-quilt-source-format
           - orphaned-package-not-maintained-in-debian-infrastructure
           - package-contains-python-hypothesis-example
           - should-specify-rules-requires-root
           - vcs-deprecated-in-debian-infrastructure
     .
       * checks/changelog-file.pm:
         + [FL] Fix version parsing for hyphen in upstream versions.
       * checks/cruft.pm:
         + [CL] Avoid a false-positive reported by Theppitak Karoonboonyanan
           when matching autotools-pkg-config-macro-not-cross-compilation-safe
           by skipping comment lines.  (Closes: #886297)
         + [FL] Fix version parsing for native packages.
       * checks/control-file.{desc.pm}:
         + [CL] Check for packages that should specify Rules-Require-Root.
           (Closes: #886479)
       * checks/debconf.pm:
         + [CL] Don't warn about unknown template type "entropy" when a package
           depends on cdebconf.  (Closes: #677870)
       * checks/debhelper.{desc,pm}:
         + [CL] Add a check for packages that specify "dh --with quilt" but use
           the "3.0 (quilt)" source format. Thanks to Mattia Rizzolo for the
           idea.  (Closes: #886566)
       * checks/fields.pm:
         + [CL] Warn about orphaned packages that are not maintained in the
           Debian infrastucture.  (Closes: #886057)
         + [CL] Emit pedantic warnings for packages that refer to a non-Git
           version control systems hosted in the Debian infrastructure for the
           upcoming salsa.debian.org migration.  (Closes: #885974)
         + [CL] Include the offending "Bugs" field value in the output of the
           bugs-field-does-not-refer-to-debian-infrastructure tag.
         + [CL] Ensure that bugs-field-does-not-refer-to-debian-infrastructure
           can be overridden by not emitting them for -dbgsym packages. Thanks
           to Thorsten Glaser for the report.  (Closes: #886426)
       * checks/huge-usr-share.pm:
         + [CL] Bump arch-dep-package-has-big-usr-share thresholds; they were
           last set in 2004.  (Closes: #648755)
       * checks/pe.pm:
         + [CL] Apply a patch from Stephen Kitt to avoid false-positives when
           checking PE32+ Windows Portable Executable files, additionally
           dropping the now-unnecessary magic number parsing.  (Closes: #886555)
       * checks/python.{pm,desc}:
         + [CL] Don't warn about django-package-does-not-depend-on-django for
           -doc packages, etc.
         + [CL] Lower the severity of the
           "dependency-on-python-version-marked-for-end-of-life" tag from normal
           ("W:") to wishlist ("I:") as it is not necessarily actionable by the
           maintainer. This reverts bug #883581.  (Closes: #886259)
         + [CL] When checking for a Python 3 variant of a Python 2.x package
           also consider any package that declares a binary dependency on the
           ${python3:Depends} substvar to catch packages that have been renamed.
           Thanks to Scott Kitterman for the report.  (Closes: #886303)
       * checks/rules.pm:
         + [CL] Also allow $(overridden_command) when checking for the
           override_dh_fixperms-does-not-call-dh_fixperms etc. tags.
       * checks/scripts.desc:
         + [CL] Also mention Recommends and Suggests in the opening paragraph of
           python-script-but-no-python-dep.  (Closes: #687141)
       * checks/shared-libs.pm:
         + [CL] Skip Objective-C libraries for the no-symbols-control-file tag
           as instance/class methods do not appear in the symbol table. Thanks
           to Yavor Doganov for the report and help.  (Closes: #749202)
       * checks/source-copyright.desc:
         + [CL] Avoid false positives for missing-notice-file-for-apache-license
           by also looking for files with a .txt extension in binary packages.
           Thanks to Ferenc Wágner for the report.  (Closes: #886343)
       * checks/standards-version.desc:
         + [CL] Downgrade severity of out-of-date-standards-version from normal
           ("W:") to wishlist ("I:").  (Closes: #886210)
       * checks/watch-file.pm:
         + [CL] Apply patch from Carlos Maddela <e7appew@gmail.com> to prevent
           false-positives when options contain escaped quotation marks.
           (Closes: #886574)
     .
       * collection/src-orig-index:
         + [CL] Return the replaced string after injecting any tarball prefix
           (ie. "foo/bar\n"), not Perl's result of the replacement (ie. "1").
           (Closes: #886586)
     .
       * data/common/dbg-pkg:
         + [CL] Identify both python-foo-dbg and python3-foo-dbg as known debug
           packages to avoid a false-positive for the former when checking for
           debian-control-has-obsolete-dbg-package.  (Closes: #886271)
       * data/files/fnames:
         + [CL] Warn about packages that ship (non-reproducible) Python
           Hypothesis examples.  (Closes: #886101)
         + [CL] Only test for packages shipping gschemas.compiled files in
           usr/share/glib-*/schemas as it is valid for packages to generate
           schemas at build time. Thanks to Jonathan Carter (highvoltage) for
           the followup.  (Closes: #884142)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
       * data/standards-version/ancient-date:
         + [CL] Change the policy of "ancient-standards-version" to "a release
           of Policy from the previous stable release cycle" and update the
           value to match.  (Closes: #886219)
     .
       * reporting/templates/maintainer.tmpl:
         + [CL] Make the previously-hidden package anchor links visible so that
           one can right-click and copy the URL instead of constructing it
           manually.
     .
       * t/tests/files-multiarch-foreign-files:
         + [CL] Ensure that we install to a multiarch directory on all
           architectures to prevent a FTBFS on, for example, i386.
           (Closes: #886163)
    Checksums-Sha1:
     0112b900d66a4c912a8036b4a6e86d22773eb194 2633 lintian_2.5.68.dsc
     057049a1b6ff92d082f40365361ca5b77191c26f 1462860 lintian_2.5.68.tar.xz
     a3a7f4ad49f1c4fa07310ce2ad9cda379167a5a9 1084904 lintian_2.5.68_all.deb
     132bd4a8e1b18f6619f160ba70a4d457a2a0fff8 7632 lintian_2.5.68_amd64.buildinfo
    Checksums-Sha256:
     7bfef351139dcecd592408de3a2fe869d31af5092eacf2e07df55707b8847fd6 2633 lintian_2.5.68.dsc
     1199ce0ea1e39a1aa952795c59161d923eed4380459d2cbfeeb44f0c3b2737cb 1462860 lintian_2.5.68.tar.xz
     dfff5a2055e7e1f41faeaa81c4e57eb3aabfae9e7bd646408bb7e3348776f425 1084904 lintian_2.5.68_all.deb
     d50f92cba49c01905cc3a3f9d2da4c593754163efed0e53bea8f8d1ab3645e9b 7632 lintian_2.5.68_amd64.buildinfo
    Files:
     a1198343e687b0bade9768417dab10ac 2633 devel optional lintian_2.5.68.dsc
     a991ecc8d05bb92411219dacf8798d41 1462860 devel optional lintian_2.5.68.tar.xz
     b4e8b2d296f92ce0009e9c0f0fa29ac4 1084904 devel optional lintian_2.5.68_all.deb
     0245708a60463260029fcedeb2d923e3 7632 devel optional lintian_2.5.68_amd64.buildinfo