Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 2.5.123
    Release lintian/2.5.123 into unstable.
    
    Format: 1.8
    Date: Mon, 21 Jan 2019 18:53:24 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.123
    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: 907072 919162 919604 919740 919839 919979
    Changes:
     lintian (2.5.123) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - inconsistent-appstream-metadata-license
           - package-contains-python-header-in-incorrect-directory
         + Renamed:
           - package-contains-usr-unmerged-pathnames ->
             package-contains-real-file-outside-usr
     .
       [ Chris Lamb ]
       * Group warnings that only differ on the architecture in the HTML
         reports. (Closes: #919162)
       * Prevent a large number false-positives when checking "new style" init
         scripts that use "#!/usr/bin/env /lib/init/init-d-script" as their
         shebang. (Closes: #919604)
       * Check for packages that ship headers in /usr/include/python3.x.
         (Closes: #919979)
       * Check for inconsistencies between debian/copyright and the information
         embedded/duplicated in AppStream metadata files. Thanks to Daniel Kahn
         Gillmor for the idea. (Closes: #907072)
       * package-contains-usr-unmerged-pathnames tag:
         - Prevent false-positives for leading directories. (Closes: #919839)
         - Rename from package-contains-real-file-outside-usr.
         - Move to "Classification" severity instead of a pedantic/experimental
           combination.
       * Use a verb in the debian-changelog-line-too-short tag description.
       * Use "state cache" vs "state-cache" consistently between source and
         binary packages when printing warnings during report generation.
       * Update added/removed tag summary generation code to match "WIP" now we
         are using gbp-dch(1).
     .
       [ Niels Thykier ]
       * lib/lintian: Do entry removals asynchroniously in temp labs.
       * Lintian::Unpacker:
         * Migrate to use IO::Async.
         * Refactor to extract a "find_next_task"-sub(-generator).
         * Add a simple queue to avoid some overhead.
         * Support prioritizing unpacking by collections.
     .
       [ Felix Lechner ]
       * Template cleanup: (MR: !131)
         - Rename tests-watchfile and tests-pedantic.
         - Use renamed template sets in skeletons for suite tests.
         - Move upstream/metadata from debian-native to debian-extra-non-native.
         - Delete unused template set source-arch-independent.
     .
       [ Mike Miller ]
       * Reword the description of the description-too-long tag to match the
         actual check. (Closes: #919740)
     .
       [ Paul Wise ]
       * Add several spelling corrections.
    Checksums-Sha1:
     3bfc170c32b89aab29884ac6c13263679d2f9e22 2685 lintian_2.5.123.dsc
     c7b444577d5ede8cd807f42271201a6da67dd35f 1636528 lintian_2.5.123.tar.xz
     7326894ad57711fda1e75f9fce9a74775cca075b 1187544 lintian_2.5.123_all.deb
     558fa0871dd6fbcc36e78fff3dacae25de8e7ced 16658 lintian_2.5.123_amd64.buildinfo
    Checksums-Sha256:
     ee6da688cb6415e5910e46ff1a54d0c76f3aa9e87f0e41588236ea43b368edef 2685 lintian_2.5.123.dsc
     74ab0933f04667b9b78566b1728c6a3bef9d7aa32e621c267edb341565767027 1636528 lintian_2.5.123.tar.xz
     e6d72c623bb9f638f00ca800c0d2e2071dcbfea7f005a0e66fb5da24a97892a5 1187544 lintian_2.5.123_all.deb
     aa08c2bc5209288fc6f4505d90a3a613a7b9ecccdae87ef0e7ea7591b9fc8f86 16658 lintian_2.5.123_amd64.buildinfo
    Files:
     36f129813494c60c923ddaac8ee27d75 2685 devel optional lintian_2.5.123.dsc
     790d2a215e0187e7ad49708e18543327 1636528 devel optional lintian_2.5.123.tar.xz
     de5f4e44d2d6c764f2c61a54c95faada 1187544 devel optional lintian_2.5.123_all.deb
     ff78c5e9f7507153ca2c7c44165daac0 16658 devel optional lintian_2.5.123_amd64.buildinfo
    
  • 2.5.122_bpo9+1
    Release lintian/2.5.122~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Mon, 21 Jan 2019 11:31:51 +0000
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.122~bpo9+1
    Distribution: stretch-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 917566 917567 917790 918473 918809 918963 919096 919458
    Changes:
     lintian (2.5.122~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.122) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - example-incorrect-path-for-interpreter
           - incorrect-path-for-interpreter
           - package-contains-real-file-outside-usr
           - zero-byte-executable-in-path
     .
       [ Chris Lamb ]
       * Add a check for empty executable files in PATH; these files do not do
         anything and produce no error message. (Closes: #919458)
       * Prevent false-positives in the
         maintainer-script-should-not-use-dpkg-maintscript-helper tag by adding
         optional support for ignoring sections automatically added by
         debhelper. (Closes: #917567)
       * Split the wrong-path-for-interpreter tag into "wrong" and "incorrect"
         variants, the latter with a reduced severity and capturing incorrect
         (but working) shebangs such as "#!/usr/bin/env perl". Thanks to Ivo De
         Decker for the report. (Closes: #917790)
       * Update Debian Policy regex and manual references since this document
         moved to Sphinx. (Closes: #918963)
       * Also update the Java policy references as a new version of Docbook
         generates different HTML links.
       * Tests:
         - Tidy "sorry" message in t/runtests.
         - Drop changelog-format.t tests now we are trialling using gbp-dch.
         - Add a note that using a "maintainer-script-should-not-" tag prefix
           ensures that the tag will automatically pass the internal coverage
           tests.
       * debian/control:
         - Clarify some grammar in the package long description.
         - Prune Uploaders field to the current members of the "lintian" LDAP
           group. With thanks to all who have contributed in the past.
     .
       [ Felix Lechner ]
       * Always use the extracted testing code in autopkgtests. (Closes: #919096)
       * Exit test runner with error code after parsing errors on the command line.
       * Convert test modules to the "Test Anything Protocol" (TAP).
         - Run TAP scripts for all tests through TAP::Harness. (MR: !124)
         - Add a generic test script for TAP::Harness.
         - Add name of the generic TAP script to the default settings.
         - Install generic TAP script into work directories during preparation.
       * Make harness timestamp calculation more robust for non-existent files.
       * Always use the installed "dplint" in autopkgtests.
     .
       [ Josh Triplett ]
       * Add a pedantic-level package-contains-real-file-outside-usr tag to
         detect files installed to /. (MR: !128)
     .
       [ Paul Wise ]
       * Add several spelling corrections.
     .
     lintian (2.5.121) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - maintainer-script-should-not-use-dpkg-maintscript-helper
           - maintainer-script-supports-ancient-package-version
     .
       * checks/shared-libs.pm:
         + [CL] Fix symbols-file-missing-build-depends-package-field
           false-positives when a package contains more than one library.
           Thanks to Mike Gabriel for the bug report.  (Closes: #918473)
       * checks/scripts.{desc,pm}:
         + [CL] Check for manual calls to dpkg-maintscript-helper(1) in
           maintainer scripts; recommend using dh_installdeb .maintscript
           files instead.  (Closes: #917567)
         + [CL] Check for packages that have maintainer scripts that ship
           support code for legacy versions of Debian.  (Closes: #917566)
     .
       * data/debhelper/compat-level:
         + [CL] Don't emit a pedantic warning for compat level 12 "until
           bullseye to avoid having to revert that change in case you need an
           unblock for the buster release".  (Closes: #918809)
       * data/scripts/interpreters:
         + [CL] Apply a patch from Mo Zhou to fix the Julia interpreter path.
           (MR: !120)
     .
       * t/*:
         + [CL] Apply a patch from Felix Lechner to ensure the
           debhelper-compat-experimental tag is run after the upgrade to
           debhelper compat level 12.  (MR: !117)
         + [CL] Apply a patch series from Felix Lechner to support adaptive
           rebuilding, speeding up the test suite by a factor of 17 (excluding
           "scripts" tests).  (MR: !118)
         + [CL] Apply a patch series from Felix Lechner to add a number of
           "internal" tests for the test apparatus itself.  (MR: !119)
         + [CL] Apply a patch series from Felix Lechner to split the
           preparation of tests from the test runner itself.  (MR: !122)
    Checksums-Sha1:
     af96442e06ef10cf90484a3f2828ad9e33ebd43e 3607 lintian_2.5.122~bpo9+1.dsc
     1e50b31159c18c741aba03f9287fa49810a3b5c4 1634936 lintian_2.5.122~bpo9+1.tar.xz
     b9752ee0d6eea28372be9d459025e96f90e8e2dd 1186426 lintian_2.5.122~bpo9+1_all.deb
     e7b703cd9576b58027d7eadd061920244111b99b 8744 lintian_2.5.122~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     78ae8f1d42475abdfa4470a48d998befcf531d598a85712a9987fd206c6c536c 3607 lintian_2.5.122~bpo9+1.dsc
     8edd2529640f6a4d4b3f61981fc7cdd3363d1255af3e43760dfa27a71bb1a179 1634936 lintian_2.5.122~bpo9+1.tar.xz
     9d0b3bcd602db5e31862c36cc8635be34fed721492f3c5d539e988b69056ffc6 1186426 lintian_2.5.122~bpo9+1_all.deb
     5d33d5ca45fc46a0095e8fe4dc3cf17d89a8fd6ce9adfa916032832e89aef5d4 8744 lintian_2.5.122~bpo9+1_amd64.buildinfo
    Files:
     fef10eff3d042ba39b3cdc17e1188233 3607 devel optional lintian_2.5.122~bpo9+1.dsc
     771b13998d5dad2ebf905c21d02d7732 1634936 devel optional lintian_2.5.122~bpo9+1.tar.xz
     836478ad203bb19dcb0aabef8e0a8d20 1186426 devel optional lintian_2.5.122~bpo9+1_all.deb
     c4aeed0e6704220fe8c980f06cd50717 8744 devel optional lintian_2.5.122~bpo9+1_amd64.buildinfo
    
    
  • 2.5.122
    Release lintian/2.5.122 into unstable.
    
    Format: 1.8
    Date: Thu, 17 Jan 2019 15:52:23 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.122
    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: 917567 917790 918963 919096 919458
    Changes:
     lintian (2.5.122) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - example-incorrect-path-for-interpreter
           - incorrect-path-for-interpreter
           - package-contains-real-file-outside-usr
           - zero-byte-executable-in-path
     .
       [ Chris Lamb ]
       * Add a check for empty executable files in PATH; these files do not do
         anything and produce no error message. (Closes: #919458)
       * Prevent false-positives in the
         maintainer-script-should-not-use-dpkg-maintscript-helper tag by adding
         optional support for ignoring sections automatically added by
         debhelper. (Closes: #917567)
       * Split the wrong-path-for-interpreter tag into "wrong" and "incorrect"
         variants, the latter with a reduced severity and capturing incorrect
         (but working) shebangs such as "#!/usr/bin/env perl". Thanks to Ivo De
         Decker for the report. (Closes: #917790)
       * Update Debian Policy regex and manual references since this document
         moved to Sphinx. (Closes: #918963)
       * Also update the Java policy references as a new version of Docbook
         generates different HTML links.
       * Tests:
         - Tidy "sorry" message in t/runtests.
         - Drop changelog-format.t tests now we are trialling using gbp-dch.
         - Add a note that using a "maintainer-script-should-not-" tag prefix
           ensures that the tag will automatically pass the internal coverage
           tests.
       * debian/control:
         - Clarify some grammar in the package long description.
         - Prune Uploaders field to the current members of the "lintian" LDAP
           group. With thanks to all who have contributed in the past.
     .
       [ Felix Lechner ]
       * Always use the extracted testing code in autopkgtests. (Closes: #919096)
       * Exit test runner with error code after parsing errors on the command line.
       * Convert test modules to the "Test Anything Protocol" (TAP).
         - Run TAP scripts for all tests through TAP::Harness. (MR: !124)
         - Add a generic test script for TAP::Harness.
         - Add name of the generic TAP script to the default settings.
         - Install generic TAP script into work directories during preparation.
       * Make harness timestamp calculation more robust for non-existent files.
       * Always use the installed "dplint" in autopkgtests.
     .
       [ Josh Triplett ]
       * Add a pedantic-level package-contains-real-file-outside-usr tag to
         detect files installed to /. (MR: !128)
     .
       [ Paul Wise ]
       * Add several spelling corrections.
    Checksums-Sha1:
     2fd3ae829c2bb96bb806abb6b9e89e2ed02d38e3 2696 lintian_2.5.122.dsc
     d4c995b815215fc1e9572adb1b92c919a029cf8c 1633416 lintian_2.5.122.tar.xz
     e157def037ef79688473b348645e328d26b09732 1185228 lintian_2.5.122_all.deb
     fac1793a2a715fbd5d576692a6559ddc7c47453f 16662 lintian_2.5.122_amd64.buildinfo
    Checksums-Sha256:
     6fa4f28c4a405a7ca14ca8a8237b3c15d240e35d0314a50c4a6f705992ec5407 2696 lintian_2.5.122.dsc
     ab930e07005e48e883c4d3983c5cad651719709e3e43749b87e0fb21efe51fb7 1633416 lintian_2.5.122.tar.xz
     b4b09e3eb9500318fbb6ffa23a4fad17b44495b433e36285d2b880cff1e6ff54 1185228 lintian_2.5.122_all.deb
     3d120eab79bc43d915a222506ea85bed3444177ed5e7c227133c63d7b0882ea0 16662 lintian_2.5.122_amd64.buildinfo
    Files:
     50f624797b30c8b10519df0c4af01687 2696 devel optional lintian_2.5.122.dsc
     0eb877c8821492db40fd78bc27ee3e7e 1633416 devel optional lintian_2.5.122.tar.xz
     453b5dc8d02028f192e898bd9546804c 1185228 devel optional lintian_2.5.122_all.deb
     a5cc95e7ac7f61e75f81e2da705cdb7a 16662 devel optional lintian_2.5.122_amd64.buildinfo
    
  • 2.5.121
    Release lintian/2.5.121 into unstable.
    
    Format: 1.8
    Date: Thu, 10 Jan 2019 21:16:24 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.121
    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: 917566 917567 918473 918809
    Changes:
     lintian (2.5.121) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - maintainer-script-should-not-use-dpkg-maintscript-helper
           - maintainer-script-supports-ancient-package-version
     .
       * checks/shared-libs.pm:
         + [CL] Fix symbols-file-missing-build-depends-package-field
           false-positives when a package contains more than one library.
           Thanks to Mike Gabriel for the bug report.  (Closes: #918473)
       * checks/scripts.{desc,pm}:
         + [CL] Check for manual calls to dpkg-maintscript-helper(1) in
           maintainer scripts; recommend using dh_installdeb .maintscript
           files instead.  (Closes: #917567)
         + [CL] Check for packages that have maintainer scripts that ship
           support code for legacy versions of Debian.  (Closes: #917566)
     .
       * data/debhelper/compat-level:
         + [CL] Don't emit a pedantic warning for compat level 12 "until
           bullseye to avoid having to revert that change in case you need an
           unblock for the buster release".  (Closes: #918809)
       * data/scripts/interpreters:
         + [CL] Apply a patch from Mo Zhou to fix the Julia interpreter path.
           (MR: !120)
     .
       * t/*:
         + [CL] Apply a patch from Felix Lechner to ensure the
           debhelper-compat-experimental tag is run after the upgrade to
           debhelper compat level 12.  (MR: !117)
         + [CL] Apply a patch series from Felix Lechner to support adaptive
           rebuilding, speeding up the test suite by a factor of 17 (excluding
           "scripts" tests).  (MR: !118)
         + [CL] Apply a patch series from Felix Lechner to add a number of
           "internal" tests for the test apparatus itself.  (MR: !119)
         + [CL] Apply a patch series from Felix Lechner to split the
           preparation of tests from the test runner itself.  (MR: !122)
    Checksums-Sha1:
     00072e6043663f8a5a61779844aac2ab7878aae8 2863 lintian_2.5.121.dsc
     20ba451dd6d8a252ee4977c5c2884a6c5f07e523 1632748 lintian_2.5.121.tar.xz
     7eea954aec5cd9de815492c347ad55c6a2f21bd3 1183464 lintian_2.5.121_all.deb
     505b4786d6e13bbc6e0186ba0b60c74fb65d60d1 16679 lintian_2.5.121_amd64.buildinfo
    Checksums-Sha256:
     7f765bf8151c762bf2580c9b42437f55a6ce471694e42be5635ae9d7b961c3cc 2863 lintian_2.5.121.dsc
     67288f325de58e41f357da3c1dbbd57d7c7262403599b7e6a0497734e8fd26ff 1632748 lintian_2.5.121.tar.xz
     71a413bbb234bbade44f4ba23668e5077b7b624506014e30825ef373e5d0e70d 1183464 lintian_2.5.121_all.deb
     466dd2fa93925d2fe42292c245897673de32f88bc84fa56421ea1ac2360de163 16679 lintian_2.5.121_amd64.buildinfo
    Files:
     cf1a1c15f358ab1eef680cd0dc58c045 2863 devel optional lintian_2.5.121.dsc
     f45a9d310d127f68bdda896dfc4a6c7a 1632748 devel optional lintian_2.5.121.tar.xz
     777933aaade2065ab0d3567a3c308b6a 1183464 devel optional lintian_2.5.121_all.deb
     e350d2f2863afd6a720f07769a980cd8 16679 devel optional lintian_2.5.121_amd64.buildinfo
    
  • 2.5.120_bpo9+1
    Release lintian/2.5.120~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Thu, 10 Jan 2019 09:07:52 +0100
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.120~bpo9+1
    Distribution: stretch-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 917964 917967 918444 918459 918621
    Changes:
     lintian (2.5.120~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.120) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Removed:
           - versioned-dependency-satisfied-by-perl
     .
       * checks/binaries.pm:
         + [CL] Guile object files do not objdump/strip correctly so exclude
           them from a number of tests.  (Closes: #918444)
       * checks/fields.{desc,pm}:
         + [CL] Drop versioned-dependency-satisfied-by-perl; Perl now provides
           its dual-lived module packages with versions.  (Closes: #917967)
       * checks/{menus,patch-systems}.desc:
         + [CL] Clarify that spelling-* tags also correct various grammatical
           errors too.
       * checks/rules.desc:
         + [AB] override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS: Replace
           misleading "profile" with "option" in long description. See #889746
           and https://lists.debian.org/debian-devel/2019/01/msg00047.html
       * checks/systemd.pm:
         + [CL] Apply a patch from Robin Jarry to handle service
           templates for missing init scripts.  (MR: !115)
       * checks/testsuite.pm:
         + [CL] Apply a patch from Ondřej Nový fix false-positives in the
           unnecessary-testsuite-autopkgtest-field tag with non-"autopkgtest"
           values in the Testsuite control field.  (Closes: #918621)
     .
       * data/systemd/init-whitelist:
         + [CL] Add "brightness" to the list of initscripts that do not need a
           corresponding service file.  (Closes: #918459)
     .
       * debian/control:
         + [AB] Build-conflict with libperl-critic-pulp-perl (except with
           nocheck build profile) as it adds additional perlcritic rules which
           cause several checks under t/scripts/01-critic/ to fail.
     .
       * lib/Lintian/Util.pm:
         + [CL] Add optional support for stripping comments at EOL in
           read_dpkg_control via DCTRL_COMMENTS_AT_EOL.  (Closes: #917964)
    Checksums-Sha1:
     2d71aedde6859a2803f6674f0729f3d467e6d833 3774 lintian_2.5.120~bpo9+1.dsc
     c7ef7a0e77fb4c8faf60684e9b0f4f58f57537d6 1627660 lintian_2.5.120~bpo9+1.tar.xz
     38f866703faf0cfc81cfa9e74c372949a54eb362 1175078 lintian_2.5.120~bpo9+1_all.deb
     203e7ab9f7cbcfd405d4152ff872d943b3ac14a7 8744 lintian_2.5.120~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     f16261ec54bdaee90cfdac4a9227b094a52a17644329fa3a0637cc35fca494b0 3774 lintian_2.5.120~bpo9+1.dsc
     1fa241bebcb73572fc4cdf73f8a34c5d8f0c5531d560d4e868650aa6ccace463 1627660 lintian_2.5.120~bpo9+1.tar.xz
     80c79ae464dceaa703651c3a90d149ef1b8ce0d4ee915434a28ffd11591debe2 1175078 lintian_2.5.120~bpo9+1_all.deb
     5f91349d510ce0a1330a3bafa566583ae013e7bcf323670baaafedb0513919df 8744 lintian_2.5.120~bpo9+1_amd64.buildinfo
    Files:
     b11324d3a447eb0c587209965ec63696 3774 devel optional lintian_2.5.120~bpo9+1.dsc
     d5ba891e14999b3d8a67d11bd00d6076 1627660 devel optional lintian_2.5.120~bpo9+1.tar.xz
     22b055dc887edb12d741fd402c6962f7 1175078 devel optional lintian_2.5.120~bpo9+1_all.deb
     7de4e9bdc3980ad1dfc6506d54c961cb 8744 devel optional lintian_2.5.120~bpo9+1_amd64.buildinfo
    
    
  • 2.5.120
    Release lintian/2.5.120 into unstable.
    
    Format: 1.8
    Date: Mon, 07 Jan 2019 22:19:07 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.120
    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: 917964 917967 918444 918459 918621
    Changes:
     lintian (2.5.120) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Removed:
           - versioned-dependency-satisfied-by-perl
     .
       * checks/binaries.pm:
         + [CL] Guile object files do not objdump/strip correctly so exclude
           them from a number of tests.  (Closes: #918444)
       * checks/fields.{desc,pm}:
         + [CL] Drop versioned-dependency-satisfied-by-perl; Perl now provides
           its dual-lived module packages with versions.  (Closes: #917967)
       * checks/{menus,patch-systems}.desc:
         + [CL] Clarify that spelling-* tags also correct various grammatical
           errors too.
       * checks/rules.desc:
         + [AB] override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS: Replace
           misleading "profile" with "option" in long description. See #889746
           and https://lists.debian.org/debian-devel/2019/01/msg00047.html
       * checks/systemd.pm:
         + [CL] Apply a patch from Robin Jarry to handle service
           templates for missing init scripts.  (MR: !115)
       * checks/testsuite.pm:
         + [CL] Apply a patch from Ondřej Nový fix false-positives in the
           unnecessary-testsuite-autopkgtest-field tag with non-"autopkgtest"
           values in the Testsuite control field.  (Closes: #918621)
     .
       * data/systemd/init-whitelist:
         + [CL] Add "brightness" to the list of initscripts that do not need a
           corresponding service file.  (Closes: #918459)
     .
       * debian/control:
         + [AB] Build-conflict with libperl-critic-pulp-perl (except with
           nocheck build profile) as it adds additional perlcritic rules which
           cause several checks under t/scripts/01-critic/ to fail.
     .
       * lib/Lintian/Util.pm:
         + [CL] Add optional support for stripping comments at EOL in
           read_dpkg_control via DCTRL_COMMENTS_AT_EOL.  (Closes: #917964)
    Checksums-Sha1:
     835de358a60580f2b7111ff5dfa6e85571cae0a0 2863 lintian_2.5.120.dsc
     dae8b17fb39f846c23b07c5082c11b2d90778300 1626980 lintian_2.5.120.tar.xz
     46f5b24c3c39d1c5a8aa4e6ea297e16af55b4fc6 1174552 lintian_2.5.120_all.deb
     8b5f6ae852c398085c9287903bb56a5d4628e010 16699 lintian_2.5.120_amd64.buildinfo
    Checksums-Sha256:
     54ae858ea5a4d715969d40990fa334f17871888eeab987d45ea8557ca8c0e502 2863 lintian_2.5.120.dsc
     c8bacad6d4ac54d14db579a8738d480133de4c8fabd330c85217703d47b6f64e 1626980 lintian_2.5.120.tar.xz
     fcf9a875555068529a0b3f46a8ec367e1ba940bb54585344e0f240b8be1a2286 1174552 lintian_2.5.120_all.deb
     5cd2335a7910f5224bd5b87d69d9a1c9de6c70f568ebd771224cc5598925f268 16699 lintian_2.5.120_amd64.buildinfo
    Files:
     115c13232e70ab3444e3045b77675f9b 2863 devel optional lintian_2.5.120.dsc
     ed8114001fec9cd6886a03edcde087f9 1626980 devel optional lintian_2.5.120.tar.xz
     1f72bcedd72acbac759d68d5f35feab1 1174552 devel optional lintian_2.5.120_all.deb
     3e845d7da42d8da01649d5742619d574 16699 devel optional lintian_2.5.120_amd64.buildinfo
    
  • 2.5.119_bpo9+1
    Release lintian/2.5.119~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Fri, 04 Jan 2019 11:49:57 +0100
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.119~bpo9+1
    Distribution: stretch-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 913930 917264 917344 917345 917752 917844
    Changes:
     lintian (2.5.119~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.119) unstable; urgency=medium
     .
       * checks/changelog-file.pm:
         + [CL] Avoid false-positives in changelog-file-missing-explicit-entry
           when uploading updates to updates such as "1.2-3+nmu2" or
           "1.2-3deb8u2".
       * checks/cruft.pm:
         + [BR] Following #916095, tag "invariant sections" modified by upstream
           versions as non official.
       * checks/debhelper.desc:
         + [CL] Include the debhelper-compat method of setting the compatibility
           level in a number of tag descriptions.  Thanks to Jeremy Bicha for
           the idea.  (Closes: #917345)
       * checks/python.desc:
         + [CL] Update the dependency-on-python-version-marked-for-end-of-life
           tag's description to mention that a commented override would be
           useful in order to document that the package will not ported to
           Python 3.x.  Thanks to Scott Kitterman.  (Closes: #917264)
       * checks/shared-libs.desc:
         + [CL] Clarify that "Build-Depends-Package" lines should start in
           column 1 of the file and not be indented to align with the symbols
           themselves.
       * checks/upstream-signing-key.pm:
         + [CL] Apply a patch from Felix Lechner to provide writable temporary
           home directory for GPG.  (Closes: #913930)
     .
       * data/debhelper/compat-level:
         + [CL] Bump the recommended and experimental debhelper compat levels to
           12 and 13 respectfully.  (Closes: #917344)
       * data/files/js-libraries:
         + [BR] Detect the html5shiv library. This library is the de facto way
           to enable the use of HTML5 "sectioning" elements in legacy Internet
           Explorer.
         + [BR] Detect the mocha testing framework and recommend libjs-mocha.
         + [BR] Detect the "chai" testing framework, recommending libjs-chai.
       * data/files/privacy-breaker-websites:
         + [BR] Suggest using libjs-html5shiv over linking to an external
           version.
         + [BR] Detect the libjs-chai package.
         + [BR] Detect the libjs-expect.js package.
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * debian/control:
         + [CL] Move to debhelper compatibility level 12.
     .
       * t/tests/*:
         + [CL] Apply a patch eries from Felix Lechner to ensure the tests pass
           under groff 1.22.4-1.  (Closes: #917752, #917844)
         + [CL] Apply a patch series from Felix Lechner to update the Debhelper
           compatibility level in tests.  The value is now read from
           Lintian::Data and no longer hardcoded.  (MR: !111)
       * t/tests/debhelper-compat-experimental/tags:
         + [CL] Apply a patch from Felix Lechner to remove a tag that is no
           longer emitted.  (MR: !112)
    Checksums-Sha1:
     a7872a2e55822ac4bec5a70a9bbc8a107b0b6b2f 3721 lintian_2.5.119~bpo9+1.dsc
     2a1aa58447a738a671ebd99e1ba4e9fd75b275a9 1626876 lintian_2.5.119~bpo9+1.tar.xz
     4af6fb9a519b76fd4bf65fe045050aafad094157 1174144 lintian_2.5.119~bpo9+1_all.deb
     921c3a3b85d3071b4a07cc8bf17b2571b7f8edab 8744 lintian_2.5.119~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     9ea5a540d5d70ad8952a2cf8b987667e7dcb1883e44c4c8bcd5cbc0db323e610 3721 lintian_2.5.119~bpo9+1.dsc
     aa7f8843726165c93882eb34bcc88ba1bbb80d94f99ab4de389a22bdd48182c6 1626876 lintian_2.5.119~bpo9+1.tar.xz
     64a3e6fba368c5abf35ba39321ab543cacc069c265d1bbc642300b9601074d11 1174144 lintian_2.5.119~bpo9+1_all.deb
     adb565ca97505cedc7b91c91e37d1288189a83bee775d5200874aa684b68cf40 8744 lintian_2.5.119~bpo9+1_amd64.buildinfo
    Files:
     cbee92f20b2512b2a5718728afd3dbcc 3721 devel optional lintian_2.5.119~bpo9+1.dsc
     35533edc6d90a59d60d9358e35525dbb 1626876 devel optional lintian_2.5.119~bpo9+1.tar.xz
     006a77f44eab9e06f1d3944f64ffd793 1174144 devel optional lintian_2.5.119~bpo9+1_all.deb
     2bd80f364158173cb2481eb06dc64ca7 8744 devel optional lintian_2.5.119~bpo9+1_amd64.buildinfo
    
    
  • 2.5.119
    Release lintian/2.5.119 into unstable.
    
    Format: 1.8
    Date: Tue, 01 Jan 2019 14:55:01 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.119
    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: 913930 917264 917344 917345 917752 917844
    Changes:
     lintian (2.5.119) unstable; urgency=medium
     .
       * checks/changelog-file.pm:
         + [CL] Avoid false-positives in changelog-file-missing-explicit-entry
           when uploading updates to updates such as "1.2-3+nmu2" or
           "1.2-3deb8u2".
       * checks/cruft.pm:
         + [BR] Following #916095, tag "invariant sections" modified by upstream
           versions as non official.
       * checks/debhelper.desc:
         + [CL] Include the debhelper-compat method of setting the compatibility
           level in a number of tag descriptions.  Thanks to Jeremy Bicha for
           the idea.  (Closes: #917345)
       * checks/python.desc:
         + [CL] Update the dependency-on-python-version-marked-for-end-of-life
           tag's description to mention that a commented override would be
           useful in order to document that the package will not ported to
           Python 3.x.  Thanks to Scott Kitterman.  (Closes: #917264)
       * checks/shared-libs.desc:
         + [CL] Clarify that "Build-Depends-Package" lines should start in
           column 1 of the file and not be indented to align with the symbols
           themselves.
       * checks/upstream-signing-key.pm:
         + [CL] Apply a patch from Felix Lechner to provide writable temporary
           home directory for GPG.  (Closes: #913930)
     .
       * data/debhelper/compat-level:
         + [CL] Bump the recommended and experimental debhelper compat levels to
           12 and 13 respectfully.  (Closes: #917344)
       * data/files/js-libraries:
         + [BR] Detect the html5shiv library. This library is the de facto way
           to enable the use of HTML5 "sectioning" elements in legacy Internet
           Explorer.
         + [BR] Detect the mocha testing framework and recommend libjs-mocha.
         + [BR] Detect the "chai" testing framework, recommending libjs-chai.
       * data/files/privacy-breaker-websites:
         + [BR] Suggest using libjs-html5shiv over linking to an external
           version.
         + [BR] Detect the libjs-chai package.
         + [BR] Detect the libjs-expect.js package.
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * debian/control:
         + [CL] Move to debhelper compatibility level 12.
     .
       * t/tests/*:
         + [CL] Apply a patch eries from Felix Lechner to ensure the tests pass
           under groff 1.22.4-1.  (Closes: #917752, #917844)
         + [CL] Apply a patch series from Felix Lechner to update the Debhelper
           compatibility level in tests.  The value is now read from
           Lintian::Data and no longer hardcoded.  (MR: !111)
       * t/tests/debhelper-compat-experimental/tags:
         + [CL] Apply a patch from Felix Lechner to remove a tag that is no
           longer emitted.  (MR: !112)
    Checksums-Sha1:
     9b6f6e8e80471ddb4e0cdaa3942bd32f414fb28c 2810 lintian_2.5.119.dsc
     f9072696bd2af78d0f712ffe53e51db9f5edf890 1626668 lintian_2.5.119.tar.xz
     cb6e214ae3b62808bd42c64e280d3c0404eb979c 1172988 lintian_2.5.119_all.deb
     73990f8dde4a8cde1755edbe6cadac024fbb7072 16707 lintian_2.5.119_amd64.buildinfo
    Checksums-Sha256:
     6110b32383dc2b371011ae4ae6251f9fbb0a16cf03923a38c10f259ddce90c5b 2810 lintian_2.5.119.dsc
     b13783bd49f4899e16d870591dc85a888c545d1c02b3c46fc1a1feebdfdb1ca7 1626668 lintian_2.5.119.tar.xz
     b9218ccadb8c99f7eb4c8e9a14688724fa5c0243077aa94cf15089ee3ae3dd02 1172988 lintian_2.5.119_all.deb
     caaad54e7a450ccf77f085b52d6fd634d86b047ec4aa2301907eec24ea4d40dc 16707 lintian_2.5.119_amd64.buildinfo
    Files:
     cc7e71c51d0c084bab6540413cffbc5a 2810 devel optional lintian_2.5.119.dsc
     8228d7e40f7fc74b0d040d6c1db51179 1626668 devel optional lintian_2.5.119.tar.xz
     7c4b9b6e9e4eb9f6bd9c9c000aa9c7c2 1172988 devel optional lintian_2.5.119_all.deb
     6649eb02b623baebe27195064ff48b73 16707 devel optional lintian_2.5.119_amd64.buildinfo
    
  • 2.5.118_bpo9+1
    Release lintian/2.5.118~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Wed, 26 Dec 2018 08:34:21 +0000
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.118~bpo9+1
    Distribution: stretch-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 833608 916095 916497 916877 916901 917028 917120
    Changes:
     lintian (2.5.118~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.118) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - changelog-file-missing-explicit-entry
           - debian-tests-control-and-control-autodep8
           - debian-tests-control-autodep8-is-obsolete
     .
       * checks/*.desc:
         + [CL] Consistently use a single space after a full-stop/period.
       * checks/changelog-file.{desc,pm}:
         + [CL] Check that 1.2-3~debXuY stanzas follow a 1.2-3 one. Thanks to
           Andreas Beckmann for the suggestion.  (Closes: #916877)
       * checks/cruft.pm:
         + [CL] Allow some alternatives in the "invariant sections" regular
           expressions as some upstream's have modified the official wording.
           Thanks to Dmitry Bogatov for the patch.  (Closes: #916095)
       * checks/files.pm:
         + [CL] The package-contains-documentation-outside-usr-share-doc tag
           should accept files under "/usr/share/help"; these are being
           installed by a number of GNOME packages.  Thanks to Jeremy Bicha for
           the report.  (Closes: #916497)
         + [CL] Avoid a number of false-positives in documentation files when
           processing the uses-dpkg-database-directly tag as these are
           invariably legitimate.
         + [CL] Prevent package-contains-no-arch-dependent-files false-positives
           regarding files under /usr/lib/<gnu-triplet>.  Thanks to Andreas
           Beckmann.  (Closes: #916901, #917028)
       * checks/systemd.pm:
         + [CL] Don't emit systemd-service-file-missing-hardening-features for
           WantedBy=sleep.target "services" such as autosuspend.
       * checks/testsuite.{desc,pm}:
         + [CL] Apply a patch series from Paul Gevers to warn about obsolete
           debian/tests/control.autodep8 files.  (MR: !95)
       * checks/version-substvars.pm:
         + [CL] Apply a patch from Matt Kraai (via MR !101) to make the
           version-substvar-for-external-package tag require versioned provides.
           (Closes: #833608)
     .
       * CONTRIBUTING.md:
         + [CL] Update a number of references to Salsa, recommending merge
           requests, etc.
     .
       * data/output/manual-references:
         + [CL] Refresh.
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
       * data/standards-version/release-dates:
         + [CL] Add 4.3.0 as a known Standards-Version.
       * data/systemd/wantedby-whitelist:
         + [CL] Add default, network-online and sleep' to the list of valid
           WantedBy systemd targets.
         + [PW] Add a number of corrections.
     .
       * debian/{docs,lintian.install}:
         + [CL] Order lines.
           to Salvo Tomaselli for the report.  (Closes: #917120)
     .
       * doc/lintianrc.example:
         + [CL] Clarify that spaces are valid in variable assignments.  Thanks
     .
       * private/refresh-manual-refs:
         + [CL] Update location of the Python policy; it is now shipped in the
           "python3" binary package.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to capture log output in
           tests using Capture::Tiny as it works better in a multi-threaded
           environment.  (MR: !102)
         + [CL] Apply a patch from Felix Lechner to remove the "diff" directory
           and contents for two tests.  (MR: !103)
    Checksums-Sha1:
     c7c5f8c638d0adabda354017135d12b9879f5107 3716 lintian_2.5.118~bpo9+1.dsc
     ce285ebd201b129d91b573ab5553161b0281ee47 1625012 lintian_2.5.118~bpo9+1.tar.xz
     362f4a5ae1343b1c660c1a649a632f2047f7f6f4 1173624 lintian_2.5.118~bpo9+1_all.deb
     0f86a842fb6d8c583dd12e69ccf771dce9207d70 8732 lintian_2.5.118~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     53915c482960c93f642ffcf06467528be67f258eb2a2c52c5597ccc6381c82a1 3716 lintian_2.5.118~bpo9+1.dsc
     bee3dba16aefc6a29fe4d8283b8a100f7a0336658b8f45c120f4b8eda6ff9793 1625012 lintian_2.5.118~bpo9+1.tar.xz
     e53206e32e8455ff2a9f25adc7b4adc8fec8b06c4b86c715224bd012bbc96d81 1173624 lintian_2.5.118~bpo9+1_all.deb
     ca77491d0a47cdb1752066972e9b91ec8e500f3927e57224ed2f11a9fd9dec09 8732 lintian_2.5.118~bpo9+1_amd64.buildinfo
    Files:
     9e97723617c7baa865764200693e3421 3716 devel optional lintian_2.5.118~bpo9+1.dsc
     7f45e938e9153e0a999e0920d093a52c 1625012 devel optional lintian_2.5.118~bpo9+1.tar.xz
     dbb9d767bc44eecc32f6351f8f6d2ab6 1173624 devel optional lintian_2.5.118~bpo9+1_all.deb
     cf5c5318a0229d71128828c5d31775ef 8732 devel optional lintian_2.5.118~bpo9+1_amd64.buildinfo
    
    
  • 2.5.118
    Release lintian/2.5.118 into unstable.
    
    Format: 1.8
    Date: Sun, 23 Dec 2018 16:42:08 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.118
    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: 833608 916095 916497 916877 916901 917028 917120
    Changes:
     lintian (2.5.118) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - changelog-file-missing-explicit-entry
           - debian-tests-control-and-control-autodep8
           - debian-tests-control-autodep8-is-obsolete
     .
       * checks/*.desc:
         + [CL] Consistently use a single space after a full-stop/period.
       * checks/changelog-file.{desc,pm}:
         + [CL] Check that 1.2-3~debXuY stanzas follow a 1.2-3 one. Thanks to
           Andreas Beckmann for the suggestion.  (Closes: #916877)
       * checks/cruft.pm:
         + [CL] Allow some alternatives in the "invariant sections" regular
           expressions as some upstream's have modified the official wording.
           Thanks to Dmitry Bogatov for the patch.  (Closes: #916095)
       * checks/files.pm:
         + [CL] The package-contains-documentation-outside-usr-share-doc tag
           should accept files under "/usr/share/help"; these are being
           installed by a number of GNOME packages.  Thanks to Jeremy Bicha for
           the report.  (Closes: #916497)
         + [CL] Avoid a number of false-positives in documentation files when
           processing the uses-dpkg-database-directly tag as these are
           invariably legitimate.
         + [CL] Prevent package-contains-no-arch-dependent-files false-positives
           regarding files under /usr/lib/<gnu-triplet>.  Thanks to Andreas
           Beckmann.  (Closes: #916901, #917028)
       * checks/systemd.pm:
         + [CL] Don't emit systemd-service-file-missing-hardening-features for
           WantedBy=sleep.target "services" such as autosuspend.
       * checks/testsuite.{desc,pm}:
         + [CL] Apply a patch series from Paul Gevers to warn about obsolete
           debian/tests/control.autodep8 files.  (MR: !95)
       * checks/version-substvars.pm:
         + [CL] Apply a patch from Matt Kraai (via MR !101) to make the
           version-substvar-for-external-package tag require versioned provides.
           (Closes: #833608)
     .
       * CONTRIBUTING.md:
         + [CL] Update a number of references to Salsa, recommending merge
           requests, etc.
     .
       * data/output/manual-references:
         + [CL] Refresh.
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
       * data/standards-version/release-dates:
         + [CL] Add 4.3.0 as a known Standards-Version.
       * data/systemd/wantedby-whitelist:
         + [CL] Add default, network-online and sleep' to the list of valid
           WantedBy systemd targets.
         + [PW] Add a number of corrections.
     .
       * debian/{docs,lintian.install}:
         + [CL] Order lines.
           to Salvo Tomaselli for the report.  (Closes: #917120)
     .
       * doc/lintianrc.example:
         + [CL] Clarify that spaces are valid in variable assignments.  Thanks
     .
       * private/refresh-manual-refs:
         + [CL] Update location of the Python policy; it is now shipped in the
           "python3" binary package.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to capture log output in
           tests using Capture::Tiny as it works better in a multi-threaded
           environment.  (MR: !102)
         + [CL] Apply a patch from Felix Lechner to remove the "diff" directory
           and contents for two tests.  (MR: !103)
    Checksums-Sha1:
     edcf2fbca9f43dc780297c9ef988bba472e67ee4 2805 lintian_2.5.118.dsc
     95d2259cfff51bdde32b107574378b62d5f43a8f 1624760 lintian_2.5.118.tar.xz
     811d482eaf51cc5aa26e22d0110d4e9273247d40 1172112 lintian_2.5.118_all.deb
     bdc09a55fe1ceab909d6de5a75a6ebff51701ce4 17340 lintian_2.5.118_amd64.buildinfo
    Checksums-Sha256:
     e3ffb952971a5b5235efe1690fb7f34b25d9c0ed63cab30c4eb48d582810ade7 2805 lintian_2.5.118.dsc
     cd15e46385d00d413324a64dfd388475b0f12223a0fbe6e166deb3a3bb02a7b0 1624760 lintian_2.5.118.tar.xz
     67388a55f51b94fe96ad5f12e9f1241facefc3a8f80ef222dee261dd9e9a8659 1172112 lintian_2.5.118_all.deb
     175f1f8be0fcb9a79642b6781ed7c1028a9b81c201e36199166a957525655b3c 17340 lintian_2.5.118_amd64.buildinfo
    Files:
     71085f73aa93209670967d42cd27dd6d 2805 devel optional lintian_2.5.118.dsc
     a24954a5ea0a07664d74b843f7345328 1624760 devel optional lintian_2.5.118.tar.xz
     e56f519719b073f0c79612d392e8d21c 1172112 devel optional lintian_2.5.118_all.deb
     19b89b1d2169ea99539803104fd6f2d5 17340 devel optional lintian_2.5.118_amd64.buildinfo
    
  • 2.5.117_bpo9+1
    Release lintian/2.5.117~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Fri, 21 Dec 2018 15:39:00 +0000
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.117~bpo9+1
    Distribution: stretch-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 916021 916023 916087 916207
    Changes:
     lintian (2.5.117~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.117) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - file-references-package-build-path
     .
       * checks/files.pm:
         + [CL] Don't emit uses-dpkg-database-directly for d-i components; they
           likely know what they are doing with no alternatives.
         + [CL] Use the output from file(1) when determining whether to emit
           the package-contains-no-arch-dependent-files tag to catch packages
           that ship (for example) just a Python script under /usr/bin in an
           architecture-dependent package.  This reverts 6f4bd2fee2 in order to
           distinguish between "data" and such scripts.  Thanks to Dmitry
           Bogatov for investigating.  (Closes: #916023)
         + [CL] Refactor, tidy and optimise various checks for the contents of
           files.
         + [CL] Check files for references to the build path if specified in a
           .buildinfo.  (Closes: #916021
       * checks/shared-libs.desc:
         + [CL] Clarify that symbols-file-missing-build-depends-package-field is
           emitted per-package in its long description, not based on a file.
       * checks/systemd.pm:
         + [CL] Don't emit systemd-service-file-missing-hardening-features for
           Type=oneshot "services" such as mdadm(8).
       * checks/watch-file.desc:
         + [CL] Correct grammar of the debian-watch-does-not-check-gpg-signature
           tag description.
         + [CL] Mark debian-watch-does-not-check-gpg-signature as "experimental"
           as it is not actionable in the vast majority of cases and is in
           danger of diluting the output of Lintian.  (Closes: #916207)
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to use "skeletons" as
           test templates, fixing a "exec failed: Text file busy" regression
           when running tests by tag name.  (Closes: #916087)
         + [CL] Apply a patch series from Felix Lechner to improve the
           "onlyrun=" test selection feature.  One can now select all tests
           connected to particular Lintian check with "check:foo".  (MR: !90)
         + [CL] Apply a patch set from Felix Lechner to sign test packages.
           when a upstream/private-key.asc is present.  (MR: !93)
    Checksums-Sha1:
     c87112492532f7847cc9ec0ec6bbe57a3566bbd6 3653 lintian_2.5.117~bpo9+1.dsc
     5024feff66957b01c3f57c898ab78f4c005e4fb7 1623724 lintian_2.5.117~bpo9+1.tar.xz
     7c82c795c01ebdc65901f5d09b87cd175bfe7262 1172142 lintian_2.5.117~bpo9+1_all.deb
     63ea642603c97bb1c02d1746bbc922804365f423 8732 lintian_2.5.117~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     9dd6f331f6b58429c33bc2381fce2d8063f68fd2d4a6d33e65ce304a1fa78748 3653 lintian_2.5.117~bpo9+1.dsc
     d060f9e8dcc835c0583a8e98ac3998b5ffaf1c7eae1ea7f17abe0e1af1eca056 1623724 lintian_2.5.117~bpo9+1.tar.xz
     f7543b3bb2c54f24c158e69e0498ffe54d366471b9e1dc97c8715f897ad09557 1172142 lintian_2.5.117~bpo9+1_all.deb
     834157e7456bfe1cfeda5c314995184d4b4f777770121bd18c9acf335146d7f4 8732 lintian_2.5.117~bpo9+1_amd64.buildinfo
    Files:
     d5a10a9e308cc038ea0def26e6402a5c 3653 devel optional lintian_2.5.117~bpo9+1.dsc
     3df185353338335820068840ab98722b 1623724 devel optional lintian_2.5.117~bpo9+1.tar.xz
     6339a01f18f2d03494f72fa237fe791f 1172142 devel optional lintian_2.5.117~bpo9+1_all.deb
     678fbeb1b26fd7d091058af5e91464df 8732 devel optional lintian_2.5.117~bpo9+1_amd64.buildinfo
    
    
  • 2.5.117
    Release lintian/2.5.117 into unstable.
    
    Format: 1.8
    Date: Fri, 14 Dec 2018 17:56:27 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.117
    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: 916021 916023 916087 916207
    Changes:
     lintian (2.5.117) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - file-references-package-build-path
     .
       * checks/files.pm:
         + [CL] Don't emit uses-dpkg-database-directly for d-i components; they
           likely know what they are doing with no alternatives.
         + [CL] Use the output from file(1) when determining whether to emit
           the package-contains-no-arch-dependent-files tag to catch packages
           that ship (for example) just a Python script under /usr/bin in an
           architecture-dependent package.  This reverts 6f4bd2fee2 in order to
           distinguish between "data" and such scripts.  Thanks to Dmitry
           Bogatov for investigating.  (Closes: #916023)
         + [CL] Refactor, tidy and optimise various checks for the contents of
           files.
         + [CL] Check files for references to the build path if specified in a
           .buildinfo.  (Closes: #916021
       * checks/shared-libs.desc:
         + [CL] Clarify that symbols-file-missing-build-depends-package-field is
           emitted per-package in its long description, not based on a file.
       * checks/systemd.pm:
         + [CL] Don't emit systemd-service-file-missing-hardening-features for
           Type=oneshot "services" such as mdadm(8).
       * checks/watch-file.desc:
         + [CL] Correct grammar of the debian-watch-does-not-check-gpg-signature
           tag description.
         + [CL] Mark debian-watch-does-not-check-gpg-signature as "experimental"
           as it is not actionable in the vast majority of cases and is in
           danger of diluting the output of Lintian.  (Closes: #916207)
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to use "skeletons" as
           test templates, fixing a "exec failed: Text file busy" regression
           when running tests by tag name.  (Closes: #916087)
         + [CL] Apply a patch series from Felix Lechner to improve the
           "onlyrun=" test selection feature.  One can now select all tests
           connected to particular Lintian check with "check:foo".  (MR: !90)
         + [CL] Apply a patch set from Felix Lechner to sign test packages.
           when a upstream/private-key.asc is present.  (MR: !93)
    Checksums-Sha1:
     df680b9458d843f0ef3ce71fa73147e9420f62cf 2742 lintian_2.5.117.dsc
     25d25b87771aae7d6f944e75f3cc75e4271f2202 1622804 lintian_2.5.117.tar.xz
     407107338c832d83f875f62881b065d317d8d7b8 1170904 lintian_2.5.117_all.deb
     3af2219ca123086f5ff91759f206222fa56b4ea1 16717 lintian_2.5.117_amd64.buildinfo
    Checksums-Sha256:
     d111ea450623c2746229280338c2c2c243b5a87b748f3d5296daa81b673dece5 2742 lintian_2.5.117.dsc
     9dd665703c6af57557447dcf5a9e8aa5acd159eeb7cd6f3de49b0d72d7a884b7 1622804 lintian_2.5.117.tar.xz
     51057fecea6ab6896d7b25ceb37eca596d3ad32ea0ed84aef7d707a348ae9096 1170904 lintian_2.5.117_all.deb
     4491a67d0e60011823411752037e195aeb1698cd54f74b772af091f042d06417 16717 lintian_2.5.117_amd64.buildinfo
    Files:
     035e65c0abd1cfd3896999f156b03ab8 2742 devel optional lintian_2.5.117.dsc
     6ba7b8521f344c3c45c7a098adbbfd77 1622804 devel optional lintian_2.5.117.tar.xz
     ec10d9e6b8c66d5a0cfed78e1a68b3ad 1170904 devel optional lintian_2.5.117_all.deb
     487ffc9064ea19aed1e9a9bb85e83efe 16717 devel optional lintian_2.5.117_amd64.buildinfo
    
  • 2.5.116_bpo9+1
    Release lintian/2.5.116~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Sun, 09 Dec 2018 17:40:40 +0100
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.116~bpo9+1
    Distribution: stretch-backports
    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.116~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.116) unstable; urgency=medium
     .
       * checks/fields.pm:
         + [CL] Apply a patch from Felix Lechner to remove the incorrect line in
           the fields-bugs-field-does-not-refer-to-debian-infrastructure tag's
           output.  (MR: !83)
     .
       * data/fields/perl-provides:
         + [CL] Update for Perl 5.028001.
       * data/java/constants:
         + [CL] Apply a patch from Felix Lechner to fix the "maximum existing
     .
       * debian/rules:
         + [CL] Apply a patch from Felix Lechner to remove the "runtests" build
           stamp mechanism as it blocks runs that should be allowed such as
           when only the test runner itself has changed.  (MR: !80)
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to make "pedantic"
           templates the default for all tests.  (MR: !87)
         + [CL] Apply a patch from Felix Lechner to allow debian/rules to be
           generated from templates in tests.  (MR: !81)
         + [CL] Apply a patch from Felix Lechner to remove pre-existing metadata
           in the upstream-metadata-is-not-a-file test.  (MR: !84)
         + [CL] Apply a patch series from Felix Lechner to provide a generalised
           facility to make any test template set independent of the package
           format.  (MR: !82)
         + [CL] Apply a patch series from Felix Lechner to support
           suite-independent test templates.  (MR: !88)
    Checksums-Sha1:
     ced43ac7013a5c6821cf76282a4873cdf50dbe0f 3615 lintian_2.5.116~bpo9+1.dsc
     ec7bf400de6ead4a2118aa177a88db69e9cd41c3 1613976 lintian_2.5.116~bpo9+1.tar.xz
     c40a6a1ee94b27de749b4d734b6a357fd2b50275 1158186 lintian_2.5.116~bpo9+1_all.deb
     530981017137b3cfaf8575f914b13cc36ae19c6f 8731 lintian_2.5.116~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     3976d66eae67a114ec94c48079b7508ac3400fb5c34e00c87696669495fc37a7 3615 lintian_2.5.116~bpo9+1.dsc
     9648c92e3ca5451b4297cb443089ec0d8f84257357df837f789e32170f68411c 1613976 lintian_2.5.116~bpo9+1.tar.xz
     45182c41466c4393f00abbf4b07a7b17a4e65aa879005eb8ea548ba3fdd3fd1d 1158186 lintian_2.5.116~bpo9+1_all.deb
     1efc1c8b54741ac9d4ad880a2baff2a5b00b218c27edb3faeef193567c64ed52 8731 lintian_2.5.116~bpo9+1_amd64.buildinfo
    Files:
     dab6baad31e3ae94fb5acde34098f2b6 3615 devel optional lintian_2.5.116~bpo9+1.dsc
     91e343132a80d4cab3f72483aadb46f4 1613976 devel optional lintian_2.5.116~bpo9+1.tar.xz
     77e5d21a24a36a2c77ae734171b4af51 1158186 devel optional lintian_2.5.116~bpo9+1_all.deb
     0d2bcaaef6d8bc1890061f20afcb9bcb 8731 devel optional lintian_2.5.116~bpo9+1_amd64.buildinfo
    
    
  • 2.5.116
    Release lintian/2.5.116 into unstable.
    
    Format: 1.8
    Date: Fri, 07 Dec 2018 08:59:39 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.116
    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.116) unstable; urgency=medium
     .
       * checks/fields.pm:
         + [CL] Apply a patch from Felix Lechner to remove the incorrect line in
           the fields-bugs-field-does-not-refer-to-debian-infrastructure tag's
           output.  (MR: !83)
     .
       * data/fields/perl-provides:
         + [CL] Update for Perl 5.028001.
       * data/java/constants:
         + [CL] Apply a patch from Felix Lechner to fix the "maximum existing
     .
       * debian/rules:
         + [CL] Apply a patch from Felix Lechner to remove the "runtests" build
           stamp mechanism as it blocks runs that should be allowed such as
           when only the test runner itself has changed.  (MR: !80)
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to make "pedantic"
           templates the default for all tests.  (MR: !87)
         + [CL] Apply a patch from Felix Lechner to allow debian/rules to be
           generated from templates in tests.  (MR: !81)
         + [CL] Apply a patch from Felix Lechner to remove pre-existing metadata
           in the upstream-metadata-is-not-a-file test.  (MR: !84)
         + [CL] Apply a patch series from Felix Lechner to provide a generalised
           facility to make any test template set independent of the package
           format.  (MR: !82)
         + [CL] Apply a patch series from Felix Lechner to support
           suite-independent test templates.  (MR: !88)
    Checksums-Sha1:
     88ad672969d118a09ff6b8a8d5137c78f9ac3b85 2704 lintian_2.5.116.dsc
     95bc6636aeacf012ff3a195aadf7c0dbc4d738ed 1613032 lintian_2.5.116.tar.xz
     9e495ace9c09cdb1824cf26014e82b7319d86a62 1157076 lintian_2.5.116_all.deb
     4b84a29a4ccda6563b8cea2a452dc34893b798ae 16749 lintian_2.5.116_amd64.buildinfo
    Checksums-Sha256:
     9296101ef4acd8aff371526595c14906f21b4d03cfc0179953cd60703a12ebb1 2704 lintian_2.5.116.dsc
     2e1e901d927d338cbe4ffefe8be5329b328079c314f2dc9707e3060a50b4d372 1613032 lintian_2.5.116.tar.xz
     37178c1365081627763033432875b61b429b53923752dbfe9d2be697e17be4d6 1157076 lintian_2.5.116_all.deb
     a5ab12e286bfacd14ad52bf300a59da305073717980567d32995e4afe9aa434a 16749 lintian_2.5.116_amd64.buildinfo
    Files:
     a931249f12da5e70ed330fca7a6db08d 2704 devel optional lintian_2.5.116.dsc
     0e549437cf4c2dd6bd54ce974428b94a 1613032 devel optional lintian_2.5.116.tar.xz
     ea00227d4f3a32ab598ddbf5c5a87218 1157076 devel optional lintian_2.5.116_all.deb
     8289c7e7a8d7b6083338e37aa10db5dd 16749 devel optional lintian_2.5.116_amd64.buildinfo
    
  • 2.5.115_bpo9+1
    Release lintian/2.5.115~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Fri, 07 Dec 2018 09:53:24 +0100
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.115~bpo9+1
    Distribution: stretch-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 914873 914885 914952
    Changes:
     lintian (2.5.115~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.115) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Removed:
           - debian-rules-makemaker-prefix-is-deprecated
     .
       * checks/binaries.pm:
         + [CL] Allow packages to define an RPATH under /usr/lib/ghc/ as the
           Haskell team have their own scheme for this.  (Closes: #914873)
       * checks/rules.{desc,pm}:
         + [CL] Drop the debian-rules-makemaker-prefix-is-deprecated tag as the
           transition was completed in 2015.  Thanks to Niko Tyni for the
           update.  (Closes: #914885)
       * checks/patch-systems.desc:
         + [CL] Downgrade package-uses-vendor-specific-patch-series from "E:" to
           "W:" as they are not RC bugs until the release of buster.
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to implement a universal
           test runner with file-based default values.  (MR: !76)
       * t/runtests:
         + [CL] Apply a patch from Felix Lechner to fail tests with outdated
           specifications (ie. ./debian/debian exists).  (MR: !77)
       * t/tests/{binaries-missing-lfs,deb-format-udeb-compression}:
         + [CL] Apply a patch from Adam Conrad to fix two typos introduced
           when parameterising test architectures.  (Closes: #914952)
       * t/tests/files-multiarch-foreign-files:
         + [CL] Apply a patch from James Clarke to fix this test on non-amd64
           architectures.  (MR: !78)
    Checksums-Sha1:
     318611e1639365be3db84d02a6a633788c7ea979 3615 lintian_2.5.115~bpo9+1.dsc
     c31f146863523ce820bae940cc1e692dce41f3ca 1613500 lintian_2.5.115~bpo9+1.tar.xz
     57c931a957eddb1965d2984eaf4075812ce11cda 1157322 lintian_2.5.115~bpo9+1_all.deb
     416e078eefd3547da120542abab0ab0f45b87249 8731 lintian_2.5.115~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     d7079823bbdfac67c9dd2bf3f6b84abcd08ff04b6ea6ddcab972b16935cfa531 3615 lintian_2.5.115~bpo9+1.dsc
     42a4616be48b5a75d5931da46dbc95827f3263ed69e466040a57e296fa3a0be6 1613500 lintian_2.5.115~bpo9+1.tar.xz
     7ed56c4545d5b4855b27fc0bed2cd795e98257b4eac081c52105d37006804cc3 1157322 lintian_2.5.115~bpo9+1_all.deb
     5e95d628090614539106222078dbdc938fdac422b911b7894a0e9e270acf63e6 8731 lintian_2.5.115~bpo9+1_amd64.buildinfo
    Files:
     252924eb8173a9ef58d99f957739ef1a 3615 devel optional lintian_2.5.115~bpo9+1.dsc
     8f45d6b80305224cedfbf1156a4fce7b 1613500 devel optional lintian_2.5.115~bpo9+1.tar.xz
     e026e954e31970e21d85c058156138fa 1157322 devel optional lintian_2.5.115~bpo9+1_all.deb
     174804769bba8d8c2406846faadce05f 8731 devel optional lintian_2.5.115~bpo9+1_amd64.buildinfo
    
    
  • 2.5.115
    Release lintian/2.5.115 into unstable.
    
    Format: 1.8
    Date: Mon, 03 Dec 2018 13:33:49 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.115
    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: 914873 914885 914952
    Changes:
     lintian (2.5.115) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Removed:
           - debian-rules-makemaker-prefix-is-deprecated
     .
       * checks/binaries.pm:
         + [CL] Allow packages to define an RPATH under /usr/lib/ghc/ as the
           Haskell team have their own scheme for this.  (Closes: #914873)
       * checks/rules.{desc,pm}:
         + [CL] Drop the debian-rules-makemaker-prefix-is-deprecated tag as the
           transition was completed in 2015.  Thanks to Niko Tyni for the
           update.  (Closes: #914885)
       * checks/patch-systems.desc:
         + [CL] Downgrade package-uses-vendor-specific-patch-series from "E:" to
           "W:" as they are not RC bugs until the release of buster.
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to implement a universal
           test runner with file-based default values.  (MR: !76)
       * t/runtests:
         + [CL] Apply a patch from Felix Lechner to fail tests with outdated
           specifications (ie. ./debian/debian exists).  (MR: !77)
       * t/tests/{binaries-missing-lfs,deb-format-udeb-compression}:
         + [CL] Apply a patch from Adam Conrad to fix two typos introduced
           when parameterising test architectures.  (Closes: #914952)
       * t/tests/files-multiarch-foreign-files:
         + [CL] Apply a patch from James Clarke to fix this test on non-amd64
           architectures.  (MR: !78)
    Checksums-Sha1:
     502b1734d39feb202680958728eabef1f1547181 2704 lintian_2.5.115.dsc
     8b0994e12e7ed411f0128566ff8d1dab2679246c 1613240 lintian_2.5.115.tar.xz
     5f966cc6c6134429cdd0a2ef8fc995f0333bbd34 1156240 lintian_2.5.115_all.deb
     87977bfe0450aeb311ac9923ddf469c20ccdb6de 16744 lintian_2.5.115_amd64.buildinfo
    Checksums-Sha256:
     1c691e1d22b1a83d52be229b938745142e4787a0c77c85c4397682048e2e3294 2704 lintian_2.5.115.dsc
     49eefcf9ed64d162e9fba6e2cd2f9eb12307227c422ba951f1d271d701adcad7 1613240 lintian_2.5.115.tar.xz
     f8d98cc40d3511a508314d1f1d46a0b476ef8edbd606e76da755c640d32fe3b8 1156240 lintian_2.5.115_all.deb
     b9a1beca2110dfebf48d0eefdb1679cc84f89b7eca385eb0dd1d136a06154054 16744 lintian_2.5.115_amd64.buildinfo
    Files:
     30a5640f0ec04e40c6626fddae22876a 2704 devel optional lintian_2.5.115.dsc
     1d1a8ea84c4e4ca9c3fa396c07b1ea9b 1613240 devel optional lintian_2.5.115.tar.xz
     576d22df407d5390f90d36432fe8ea6f 1156240 devel optional lintian_2.5.115_all.deb
     a3db39ba74c5827b9aa85753740c63da 16744 devel optional lintian_2.5.115_amd64.buildinfo
    
  • 2.5.114_bpo9+1
    Release lintian/2.5.114~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Sun, 02 Dec 2018 22:36:21 +0100
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.114~bpo9+1
    Distribution: stretch-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 914500 914538 914562
    Changes:
     lintian (2.5.114~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.114) unstable; urgency=medium
     .
       * checks/debhelper.pm:
         + [CL] Apply a patch from Stephen Kitt to avoid false-positives for the
           package-does-not-use-debhelper-or-cdbs tag if the call to dh(1) is
           prefixed with "@", "+" or "-".  (Closes: #914538)
       * checks/*, t/*:
         + [CL] Consistently use (eg.) "DEP 5" over "DEP-5" to match the style
           used on dep.debian.net.  (Closes: #914562)
     .
       * data/files/documentation-file-regex:
         + [CL] Prevent false-positives for files called (eg.) readMesh_off.m
           for the package-contains-documentation-outside-usr-share-doc tag
           which was matching an overly-permissive regex.  Thanks to Rafael
           Laboissière (rafael) for the report.  (Closes: #914500)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to make the templating
           more flexible in tests, re-using the Skeleton: statements in "desc"
           files for more complex templating logic.  (MR: !75)
    Checksums-Sha1:
     5f228e42742e737bccc3cf9144c7a4387317ad0d 3615 lintian_2.5.114~bpo9+1.dsc
     7e6d568406a746480e066b4e6d7cfb5e54003220 1614352 lintian_2.5.114~bpo9+1.tar.xz
     a002482f71c4046546d4e495163b37f5319c42b8 1157114 lintian_2.5.114~bpo9+1_all.deb
     ebc1c749a0343c3b114636cb96874588827dfe04 8731 lintian_2.5.114~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     32de7398c470271410f18cdb1f39913778e172cbb7b505575fb359a7c8680307 3615 lintian_2.5.114~bpo9+1.dsc
     099f81d1f0ba08ab9e09c7ee446ab23cb3b9d31da4e824384cd56fd1a9396caa 1614352 lintian_2.5.114~bpo9+1.tar.xz
     905500f5d8dd867a5abe01471692aa37491eb73379683f9ec8b51c3a3b3a77b8 1157114 lintian_2.5.114~bpo9+1_all.deb
     9fc6eae45dadb35e2e417dc91dc1deddce18cbb3e61a53e70da04eb51dc5fdf1 8731 lintian_2.5.114~bpo9+1_amd64.buildinfo
    Files:
     5eafa4ac2d511adabac35a80eb4909e0 3615 devel optional lintian_2.5.114~bpo9+1.dsc
     2c62bbcfdff393605fdd612f12c1d145 1614352 devel optional lintian_2.5.114~bpo9+1.tar.xz
     5a9d5e2a52eb49ea0778712c6c849c3b 1157114 devel optional lintian_2.5.114~bpo9+1_all.deb
     0104d6ee2c2480aab17b865369301499 8731 devel optional lintian_2.5.114~bpo9+1_amd64.buildinfo
    
    
  • 2.5.114
    Release lintian/2.5.114 into unstable.
    
    Format: 1.8
    Date: Mon, 26 Nov 2018 08:21:31 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.114
    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: 914500 914538 914562
    Changes:
     lintian (2.5.114) unstable; urgency=medium
     .
       * checks/debhelper.pm:
         + [CL] Apply a patch from Stephen Kitt to avoid false-positives for the
           package-does-not-use-debhelper-or-cdbs tag if the call to dh(1) is
           prefixed with "@", "+" or "-".  (Closes: #914538)
       * checks/*, t/*:
         + [CL] Consistently use (eg.) "DEP 5" over "DEP-5" to match the style
           used on dep.debian.net.  (Closes: #914562)
     .
       * data/files/documentation-file-regex:
         + [CL] Prevent false-positives for files called (eg.) readMesh_off.m
           for the package-contains-documentation-outside-usr-share-doc tag
           which was matching an overly-permissive regex.  Thanks to Rafael
           Laboissière (rafael) for the report.  (Closes: #914500)
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to make the templating
           more flexible in tests, re-using the Skeleton: statements in "desc"
           files for more complex templating logic.  (MR: !75)
    Checksums-Sha1:
     0d0a48d85de789197f3fbd87237349fa58d383ed 2704 lintian_2.5.114.dsc
     ad327bce56b453dc0f5ceb550602dfe945283e2a 1614272 lintian_2.5.114.tar.xz
     15d37f0c4090b0b747b660e741bf2024b024dc03 1156804 lintian_2.5.114_all.deb
     448c992418542ba010152c75f4ade41966a03d10 16710 lintian_2.5.114_amd64.buildinfo
    Checksums-Sha256:
     58a644f2134e28557281da20dcca78e8407f25378c1475a92a87eebe513e2855 2704 lintian_2.5.114.dsc
     ee73a9e3132ccadc8047ba37d8189cf6e6d00bb0555e76753b355762cc725cd9 1614272 lintian_2.5.114.tar.xz
     751ca442802b625f20ab2359195edb260aa67a544270a5db3d214af3c80347b1 1156804 lintian_2.5.114_all.deb
     18b9dd24d6e2da755e2a1b9ef7c28ffc975d667288b18140744a32af2323a6f8 16710 lintian_2.5.114_amd64.buildinfo
    Files:
     a6491f09346613c2c372d22e5d598a7a 2704 devel optional lintian_2.5.114.dsc
     6fca1df494e3b114b0cf7c5db07dfb9f 1614272 devel optional lintian_2.5.114.tar.xz
     cc80f8156493dac0e8279d2b33398849 1156804 devel optional lintian_2.5.114_all.deb
     d4b6304a5a164f0132cb753171470be6 16710 devel optional lintian_2.5.114_amd64.buildinfo
    
  • 2.5.113_bpo9+1
    Release lintian/2.5.113~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Mon, 26 Nov 2018 08:53:37 +0100
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.113~bpo9+1
    Distribution: stretch-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 879851 913290 913398 913466 913605 913761 913974 914163
    Changes:
     lintian (2.5.113~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.113) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - package-contains-file-in-usr-share-hal
           - package-uses-vendor-specific-patch-series
           - systemd-service-file-missing-hardening-features
         + Merged:
           - maintainer-script-should-not-use-dpkg-{database,status}-directly ->
             uses-dpkg-database-directly
         + Renamed:
           - init.d-script-does-not-implement-optional-option ->
             init.d-script-does-not-implement-status-option
     .
       * checks/control-file.{desc.pm}:
         + [CL] Ensure the "Architecture" field in a changes files contains only
           the string "source" rather than checking whether it is defined or
           not.  This fixes source-only-upload-to-non-free-without-autobuild
           false positives.  Thanks to Chuan-kai Lin.  (Closes: #914163)
       * checks/files.{desc,pm}:
         + [CL] Unify all dpkg internal database checks into a single new
           uses-dpkg-database-directly check, extending it to check all
           files shipped in package, not just the maintainer scripts.  Thanks to
           Guillem Jover for the suggestion.  (Closes: #913974)
       * checks/files.desc, checks/java.desc:
         + [CL] Clarify distinction between the package-installs-java-bytecode
           and source-contains-prebuilt-java-object tags.  Thanks to Markus
           Koschany for the suggestion.  (Closes: #879851)
       * checks/init.d.{pm,desc}:
         + [CL] Rework the init.d-script-does-not-implement-optional-option tag
           by renaming it to init.d-script-does-not-implement-status-option
           and update the description to make the distinction between the LSB
           (where it is required) and Debian Policy (where currently it is not).
           Thanks to Andreas Henriksson for the suggestion.  (Closes: #913466)
       * checks/patch-systems.{desc,pm}:
         + [CL] Warn about packages that use vendor-specific patch series files
           since the CTTE decision in #904302.
       * checks/shared-libs.pm:
         + [CL] Apply a patch from James McCoy to fix a regression that was
           causing Lintian to incorrectly report the
           invalid-template-id-in-symbols-file and syntax-error-in-symbols-file
           tags.  Thanks!  (Closes: #913290)
       * checks/systemd.{desc,pm}:
         + [CL] Emit an experimental-level warning for .service files that do
           not appear to use any security/hardening features.  (Closes: #913605)
       * checks/watch-file.pm:
         + [CL] Avoid debian-watch-file-should-mangle-version false-positives
           when the file uses the @DEB_EXT@ or auto dversionmangle features.
           Thanks to Sebastian Ramacher and Mattia Rizzolo.  (Closes: #913761)
     .
       * collection/java-info:
         + [CL] Prevent an "uninitialized value" warning when processing
           empty or otherwise truncated .class files.  Thanks to Branden
           Robinson for the report.  (Closes: #913398)
     .
       * data/description/planned-features:
         + [AB] Add "is planned" and "is also planned".
       * data/fields/name_section_mappings:
         + [CL] Tidy file.
       * data/spelling/corrections:
         + [AB] Add "redundant" and a bunch of variants around "conditional".
         + [PW] Add a number of corrections.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to parameterise
           the debhelper compatibility level in tests.  (MR: !73)
         + [CL] Apply a patch from Felix Lechner to implement a new file
           hierarchy for test specifications.  (MR: !74)
       * t/scripts/spellintian.t:
         + [CL] Make the "No no-op correction present..." test failure messages
           include the offending correction to make it easier to correct.
    Checksums-Sha1:
     43dbe354131f6a184850c5432c65b1c24809bb3a 3535 lintian_2.5.113~bpo9+1.dsc
     209986de5d47a7d04c624f4b582875411f28addd 1610496 lintian_2.5.113~bpo9+1.tar.xz
     0a764d2f3cad4acda70dcc900de13eed7453090e 1146704 lintian_2.5.113~bpo9+1_all.deb
     c7ea9a483380aa5655e09cce0a1b63e32c36e2c4 8731 lintian_2.5.113~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     321fc9cb4d6926e9efebc216913f6733cbc5b3e8402e179d678d9a618778b5d1 3535 lintian_2.5.113~bpo9+1.dsc
     6b9b07ca2318a323f02ca4f6c5e61af7a96b62ca6ecc3da71a806085c73710dc 1610496 lintian_2.5.113~bpo9+1.tar.xz
     d5483453e75a6c618eb7da1ecb34ac92661ee9010d22fce4620048bffb5443e8 1146704 lintian_2.5.113~bpo9+1_all.deb
     bd7938bb11baf97d8896ad8629da9fd71b33e5f48d7fa073a6d88d1e164d9b67 8731 lintian_2.5.113~bpo9+1_amd64.buildinfo
    Files:
     35f23ba505926e9121525f77dc13d0ee 3535 devel optional lintian_2.5.113~bpo9+1.dsc
     fb344750cdf926305f49b10003f7690b 1610496 devel optional lintian_2.5.113~bpo9+1.tar.xz
     e581cff489ec859dbc473cb1b22d5989 1146704 devel optional lintian_2.5.113~bpo9+1_all.deb
     c685f029dc5f9b52b8386a4eee8317a8 8731 devel optional lintian_2.5.113~bpo9+1_amd64.buildinfo
    
    
  • 2.5.113
    Release lintian/2.5.113 into unstable.
    
    Format: 1.8
    Date: Fri, 23 Nov 2018 22:13:47 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.113
    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: 879851 913290 913398 913466 913605 913761 913974 914163
    Changes:
     lintian (2.5.113) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - package-contains-file-in-usr-share-hal
           - package-uses-vendor-specific-patch-series
           - systemd-service-file-missing-hardening-features
         + Merged:
           - maintainer-script-should-not-use-dpkg-{database,status}-directly ->
             uses-dpkg-database-directly
         + Renamed:
           - init.d-script-does-not-implement-optional-option ->
             init.d-script-does-not-implement-status-option
     .
       * checks/control-file.{desc.pm}:
         + [CL] Ensure the "Architecture" field in a changes files contains only
           the string "source" rather than checking whether it is defined or
           not.  This fixes source-only-upload-to-non-free-without-autobuild
           false positives.  Thanks to Chuan-kai Lin.  (Closes: #914163)
       * checks/files.{desc,pm}:
         + [CL] Unify all dpkg internal database checks into a single new
           uses-dpkg-database-directly check, extending it to check all
           files shipped in package, not just the maintainer scripts.  Thanks to
           Guillem Jover for the suggestion.  (Closes: #913974)
       * checks/files.desc, checks/java.desc:
         + [CL] Clarify distinction between the package-installs-java-bytecode
           and source-contains-prebuilt-java-object tags.  Thanks to Markus
           Koschany for the suggestion.  (Closes: #879851)
       * checks/init.d.{pm,desc}:
         + [CL] Rework the init.d-script-does-not-implement-optional-option tag
           by renaming it to init.d-script-does-not-implement-status-option
           and update the description to make the distinction between the LSB
           (where it is required) and Debian Policy (where currently it is not).
           Thanks to Andreas Henriksson for the suggestion.  (Closes: #913466)
       * checks/patch-systems.{desc,pm}:
         + [CL] Warn about packages that use vendor-specific patch series files
           since the CTTE decision in #904302.
       * checks/shared-libs.pm:
         + [CL] Apply a patch from James McCoy to fix a regression that was
           causing Lintian to incorrectly report the
           invalid-template-id-in-symbols-file and syntax-error-in-symbols-file
           tags.  Thanks!  (Closes: #913290)
       * checks/systemd.{desc,pm}:
         + [CL] Emit an experimental-level warning for .service files that do
           not appear to use any security/hardening features.  (Closes: #913605)
       * checks/watch-file.pm:
         + [CL] Avoid debian-watch-file-should-mangle-version false-positives
           when the file uses the @DEB_EXT@ or auto dversionmangle features.
           Thanks to Sebastian Ramacher and Mattia Rizzolo.  (Closes: #913761)
     .
       * collection/java-info:
         + [CL] Prevent an "uninitialized value" warning when processing
           empty or otherwise truncated .class files.  Thanks to Branden
           Robinson for the report.  (Closes: #913398)
     .
       * data/description/planned-features:
         + [AB] Add "is planned" and "is also planned".
       * data/fields/name_section_mappings:
         + [CL] Tidy file.
       * data/spelling/corrections:
         + [AB] Add "redundant" and a bunch of variants around "conditional".
         + [PW] Add a number of corrections.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to parameterise
           the debhelper compatibility level in tests.  (MR: !73)
         + [CL] Apply a patch from Felix Lechner to implement a new file
           hierarchy for test specifications.  (MR: !74)
       * t/scripts/spellintian.t:
         + [CL] Make the "No no-op correction present..." test failure messages
           include the offending correction to make it easier to correct.
    Checksums-Sha1:
     cb4259b572850765098b56bc6108c628a6fef195 2624 lintian_2.5.113.dsc
     42a001d8770e1df661f575a6077e0cd86436fd3f 1610540 lintian_2.5.113.tar.xz
     475a2c3f7047a67ea2d1c050a4271aded4018fc2 1145468 lintian_2.5.113_all.deb
     26cc0e4bb45d3b1821b495eda36c10d79a4b6f25 16718 lintian_2.5.113_amd64.buildinfo
    Checksums-Sha256:
     285ce2adb6a7da6bb34c0eaef2474e9747feca28eeb7fd68ab3e73e9c4c069ba 2624 lintian_2.5.113.dsc
     cb7630ea14576c95491ff337ab3352c9a081863cd693a61da3eafa2519db5075 1610540 lintian_2.5.113.tar.xz
     0194855c058aeb5c0c18aa47bf3c007b054ae2d8167502f73fbfbfd9bd3c1300 1145468 lintian_2.5.113_all.deb
     7423fd0ee93f61b233c6debc1bc1c341023f68731b1cfb50a50ce0d15c2cd8fb 16718 lintian_2.5.113_amd64.buildinfo
    Files:
     18856458d72533faa0f0e80f1007e100 2624 devel optional lintian_2.5.113.dsc
     673770519f2910173b1b8490a5b3c1c8 1610540 devel optional lintian_2.5.113.tar.xz
     574ebcf782d050119e40cb08583a8954 1145468 devel optional lintian_2.5.113_all.deb
     439070ebdaa98f9de4f295dee3b8ad7d 16718 devel optional lintian_2.5.113_amd64.buildinfo