Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 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
    
  • 2.5.112_bpo9+1
    Release lintian/2.5.112~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Sun, 11 Nov 2018 23:47:54 +0100
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.112~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: 912292 912330 913078 913099
    Changes:
     lintian (2.5.112~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.112) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - public-upstream-key-in-native-package
           - public-upstream-key-not-minimal
           - public-upstream-key-unusable
           - public-upstream-keys-in-multiple-locations
           - systemd-service-file-pidfile-refers-to-var-run
     .
       * checks/cruft.desc:
         + [CL] Bump the severity of the source-contains-prebuilt-windows-binary
           tag from "P:" to "W:" and update the description to mention that this
           could potentially be a DFSG violation.
       * checks/systemd.{desc,pm}:
         + [CL] Warn if a PIDFile entry in a .service unit references /var/run.
           (Closes: #913078)
       * checks/upstream-signing-key.{desc,pm}:
         + [CL] Apply a patch series from Felix Lechner to add multiple tests
           for upstream GPG keys.  Thanks!  (MR: !62)
     .
       * data/java/constants:
         + [CL] Apply patches from Bas Couwenberg to update the bytecode checks
           for OpenJDK 11.  (Closes: #912292)
       * data/rules/rules-should-not-use:
         + [CL] Ensure --dbgsym-migration='quoted with spaces' is correctly
           displayed when emitting debug-symbol-migration-possibly-complete.
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * debian/control:
         + [CL] Apply a patch from Mathieu Parent to add a dependency on
           dpkg-dev to ensure dpkg-architecture is available.  Thanks!
           (Closes: #912330)
     .
       * t/*:
         + [CL] Apply a patch from Adam Conrad to fix two tests on non-amd64
           architectures in Ubuntu.  Thanks!  (Closes: #913099)
         + [CL] Apply a patch series Felix Lechner to parameterise the source
           format in all applicable tests.  (MR: !64)
         + [CL] Apply a patch series from Felix Lechner to parameterise the
           package architecture for all tests that build only single binary
           package.  (MR: !68)
       * t/tests/basic-non-native-with-epoch/desc:
         + [CL] Apply a patch from Felix Lechner to correct a test "Type" field.
           (MR: !63)
       * t/tests/watch-file-pgpmode-next/*:
         + [CL] Apply a patch series from Felix Lechner to add missing "-I -E"
           options to the existing "--pedantic" one.  (MR: !67)
     .
       * vendors/ubuntu/main/data/changes-file/known-dists:
         + [CL] Add "disco" as a known Ubuntu distribution.
    Checksums-Sha1:
     a145f2be898f14b672a1cd28332e926823ec4a28 3535 lintian_2.5.112~bpo9+1.dsc
     3ec118fe36750d083fea5d005ad09839bf3021dd 1612100 lintian_2.5.112~bpo9+1.tar.xz
     ba6a47758731954250a05ebc98bf3d3ac4b52fd5 1144942 lintian_2.5.112~bpo9+1_all.deb
     89d70522dcc05f4510df5565fa71c5a25a4b5b7a 8721 lintian_2.5.112~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     a0cdbf8f8e41134b54cfd0bb77cb9304f2674546dd84ebcdca0929c9729e023d 3535 lintian_2.5.112~bpo9+1.dsc
     657ee162105b15cbfa517baf15dff87d375e463f7e54e9dff929a286e066ffff 1612100 lintian_2.5.112~bpo9+1.tar.xz
     0df02ffa4e681fd72169a140cdc69e910bdedf0e35e9d5b4f83fe3597e09a47b 1144942 lintian_2.5.112~bpo9+1_all.deb
     16a3c91933c8abd780bd3f7506c825f10e2165508b870cf980ee4d34baa0c11c 8721 lintian_2.5.112~bpo9+1_amd64.buildinfo
    Files:
     43ed5e7928e6e5f74d585c1ff4affbcb 3535 devel optional lintian_2.5.112~bpo9+1.dsc
     01f3c768c1be152f6b8dcd89e0ba2718 1612100 devel optional lintian_2.5.112~bpo9+1.tar.xz
     6151dd936ee4c82a1ea5ad7d19f1ae99 1144942 devel optional lintian_2.5.112~bpo9+1_all.deb
     b62a138c70efed3b9ad1aef0f79b2c39 8721 devel optional lintian_2.5.112~bpo9+1_amd64.buildinfo
    
    
  • 2.5.112
    Release lintian/2.5.112 into unstable.
    
    Format: 1.8
    Date: Thu, 08 Nov 2018 22:29:31 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.112
    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: 912292 912330 913078 913099
    Changes:
     lintian (2.5.112) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - public-upstream-key-in-native-package
           - public-upstream-key-not-minimal
           - public-upstream-key-unusable
           - public-upstream-keys-in-multiple-locations
           - systemd-service-file-pidfile-refers-to-var-run
     .
       * checks/cruft.desc:
         + [CL] Bump the severity of the source-contains-prebuilt-windows-binary
           tag from "P:" to "W:" and update the description to mention that this
           could potentially be a DFSG violation.
       * checks/systemd.{desc,pm}:
         + [CL] Warn if a PIDFile entry in a .service unit references /var/run.
           (Closes: #913078)
       * checks/upstream-signing-key.{desc,pm}:
         + [CL] Apply a patch series from Felix Lechner to add multiple tests
           for upstream GPG keys.  Thanks!  (MR: !62)
     .
       * data/java/constants:
         + [CL] Apply patches from Bas Couwenberg to update the bytecode checks
           for OpenJDK 11.  (Closes: #912292)
       * data/rules/rules-should-not-use:
         + [CL] Ensure --dbgsym-migration='quoted with spaces' is correctly
           displayed when emitting debug-symbol-migration-possibly-complete.
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * debian/control:
         + [CL] Apply a patch from Mathieu Parent to add a dependency on
           dpkg-dev to ensure dpkg-architecture is available.  Thanks!
           (Closes: #912330)
     .
       * t/*:
         + [CL] Apply a patch from Adam Conrad to fix two tests on non-amd64
           architectures in Ubuntu.  Thanks!  (Closes: #913099)
         + [CL] Apply a patch series Felix Lechner to parameterise the source
           format in all applicable tests.  (MR: !64)
         + [CL] Apply a patch series from Felix Lechner to parameterise the
           package architecture for all tests that build only single binary
           package.  (MR: !68)
       * t/tests/basic-non-native-with-epoch/desc:
         + [CL] Apply a patch from Felix Lechner to correct a test "Type" field.
           (MR: !63)
       * t/tests/watch-file-pgpmode-next/*:
         + [CL] Apply a patch series from Felix Lechner to add missing "-I -E"
           options to the existing "--pedantic" one.  (MR: !67)
     .
       * vendors/ubuntu/main/data/changes-file/known-dists:
         + [CL] Add "disco" as a known Ubuntu distribution.
    Checksums-Sha1:
     d70ec53ef93b68bc901bbad6ea5553dc1be5d79d 2624 lintian_2.5.112.dsc
     69733d82324ca203dfc63baa57ee40147ea4f647 1611372 lintian_2.5.112.tar.xz
     590e651c17f832b456b854ccfc4dc53d74c9aaf1 1143516 lintian_2.5.112_all.deb
     0b81e004359ec4f13dbfb81c805610e9b02c1460 16702 lintian_2.5.112_amd64.buildinfo
    Checksums-Sha256:
     ca1499c34ae0028c57b6a0b47a8f81f86c5926278f41c1f6957c69989af3d4f6 2624 lintian_2.5.112.dsc
     556d84309d50783219c56bbfe1475c2f34be69214428d1516e651eaf82999469 1611372 lintian_2.5.112.tar.xz
     dcdf828c03d52a0f383706170f805093f8ff3660706c1f7eb148a307c078b12d 1143516 lintian_2.5.112_all.deb
     e1755de4d8072b3f407137ce8c406291707dfb55fe24ce4d576ccd5aad26cef0 16702 lintian_2.5.112_amd64.buildinfo
    Files:
     70906886299f9d0d3627c6255f7ddba9 2624 devel optional lintian_2.5.112.dsc
     4cc5f16434c050dfe01ef2094639dd7c 1611372 devel optional lintian_2.5.112.tar.xz
     3fec816d0083169edb052b73c3343d71 1143516 devel optional lintian_2.5.112_all.deb
     0b542cb6c10bfe46db38a08affbe4925 16702 devel optional lintian_2.5.112_amd64.buildinfo
    
  • 2.5.111_bpo9+1
    Release lintian/2.5.111~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Thu, 01 Nov 2018 09:43:33 +0000
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.111~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: 890468 911864 912040
    Changes:
     lintian (2.5.111~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.111) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - maintainer-script-should-not-use-piuparts-variable
           - source-package-encodes-python-version
     .
       * checks/binaries.pm:
         + [CL] Prevent a false-positive when checking statically-linked-binary
           when we do not have access to the source package to check for a
           Golang build-dependency by falling-back to checking the package name.
           Thanks to Jeffrey Cliff for the report.  (Closes: #911864)
       * checks/changelog-file.desc:
         + [CL] Clarify the grammatical logic in the long description of the
           epoch-change-without-comment tag.
       * checks/cruft.pm:
         + [CL] Look for debian/missing-sources/foo for a missing "foo" to
           prevent source-is-missing false-positives.  Thanks to Daniel Kahn
           Gillmor for the report.  (Closes: #890468)
       * checks/menu-format.desc:
         + [CL] Apply a patch from Salvatore Bonaccorso to fix a typo in the
           description for the desktop-entry-lacks-icon-entry tag.  (MR: !59)
       * checks/python.{desc,pm}:
         + [CL] Check for packages that encode a version number in their
           source package name.
       * checks/scripts.desc:
         + [CL] Warn about packages that use PIUPARTS_TEST (etc.) in their
           maintainer scripts.  Thanks to Holger Levsen.  (Closes: #912040)
         + [CL] Add a note that packages might have added the required
           dependency for missing-versioned-depends-on-init-system-helpers to
           Build-Depends instead of the binary package (eg. in src:lbcd).
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
         + [CL] Add a "recognise" connection. (re. MR: !59).
     .
       * data/testsuite/known-restrictions:
         + [CL] Apply a patch from intrigeri to add "superficial" to the list
           of known restrictions in testsuite definitions.  This was added to
           autopkgtest in #904979.  (MR: !60)
     .
       * reporting/templates/tag.tmpl:
         + [CL] Also show the maintainer name on the tag-specific pages such as
           <https://lintian.debian.org/tags/ancient-libtool.html>.
    Checksums-Sha1:
     861c32bdb5f0f993bf362d5e0e35ba8680c80531 3535 lintian_2.5.111~bpo9+1.dsc
     bb6e0fba9fd74276c029c4223f7856af84390817 1593812 lintian_2.5.111~bpo9+1.tar.xz
     ea0dfa6db5f6b1ac8db5474a8356e0f0da4d042a 1142690 lintian_2.5.111~bpo9+1_all.deb
     0ffc17624ff8d3d1a13bc207f686332712775ffb 8721 lintian_2.5.111~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     1a40607b7a1296f51e5b7f2eeb58025592e9c0f2dbc7e58c03da39d85b9a3df1 3535 lintian_2.5.111~bpo9+1.dsc
     469ff03bf3e2a99bac24d4e5a1e5291c2bffa932e68b03144fa66dcb91953155 1593812 lintian_2.5.111~bpo9+1.tar.xz
     9625e28c112ce9a29049846c4ee2acf06bc9afec54c1dfe5fa3aaa3d5fd2b4d7 1142690 lintian_2.5.111~bpo9+1_all.deb
     5789d37c7364332220c83c79c27f5e92955a1c875acc55c89872ae61bd5071ae 8721 lintian_2.5.111~bpo9+1_amd64.buildinfo
    Files:
     a793de461355244d24531d69cbdc6116 3535 devel optional lintian_2.5.111~bpo9+1.dsc
     66487ff64317332f0288e2c52a1beeac 1593812 devel optional lintian_2.5.111~bpo9+1.tar.xz
     e63c323680001608b4ba9823abd3b08e 1142690 devel optional lintian_2.5.111~bpo9+1_all.deb
     16f50a1c3ee867d66cad5b50a8f7ee8a 8721 devel optional lintian_2.5.111~bpo9+1_amd64.buildinfo
    
    
  • 2.5.111
    Release lintian/2.5.111 into unstable.
    
    Format: 1.8
    Date: Mon, 29 Oct 2018 13:51:26 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.111
    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: 890468 911864 912040
    Changes:
     lintian (2.5.111) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - maintainer-script-should-not-use-piuparts-variable
           - source-package-encodes-python-version
     .
       * checks/binaries.pm:
         + [CL] Prevent a false-positive when checking statically-linked-binary
           when we do not have access to the source package to check for a
           Golang build-dependency by falling-back to checking the package name.
           Thanks to Jeffrey Cliff for the report.  (Closes: #911864)
       * checks/changelog-file.desc:
         + [CL] Clarify the grammatical logic in the long description of the
           epoch-change-without-comment tag.
       * checks/cruft.pm:
         + [CL] Look for debian/missing-sources/foo for a missing "foo" to
           prevent source-is-missing false-positives.  Thanks to Daniel Kahn
           Gillmor for the report.  (Closes: #890468)
       * checks/menu-format.desc:
         + [CL] Apply a patch from Salvatore Bonaccorso to fix a typo in the
           description for the desktop-entry-lacks-icon-entry tag.  (MR: !59)
       * checks/python.{desc,pm}:
         + [CL] Check for packages that encode a version number in their
           source package name.
       * checks/scripts.desc:
         + [CL] Warn about packages that use PIUPARTS_TEST (etc.) in their
           maintainer scripts.  Thanks to Holger Levsen.  (Closes: #912040)
         + [CL] Add a note that packages might have added the required
           dependency for missing-versioned-depends-on-init-system-helpers to
           Build-Depends instead of the binary package (eg. in src:lbcd).
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
         + [CL] Add a "recognise" connection. (re. MR: !59).
     .
       * data/testsuite/known-restrictions:
         + [CL] Apply a patch from intrigeri to add "superficial" to the list
           of known restrictions in testsuite definitions.  This was added to
           autopkgtest in #904979.  (MR: !60)
     .
       * reporting/templates/tag.tmpl:
         + [CL] Also show the maintainer name on the tag-specific pages such as
           <https://lintian.debian.org/tags/ancient-libtool.html>.
    Checksums-Sha1:
     9444157926cf4083ef481dad672f58f2d98a58d1 2624 lintian_2.5.111.dsc
     ab0c67cd6e2468deadcae2a8d53cb4494f95c7db 1593328 lintian_2.5.111.tar.xz
     fca25123a8a3953d766e29c4707ae9454ac3fbff 1139684 lintian_2.5.111_all.deb
     5febd2a5fb3a240a9122ce0039ae2ec99b051a8d 16565 lintian_2.5.111_amd64.buildinfo
    Checksums-Sha256:
     30ba513b13a97e3bf72e74000c06163b292ffe6ede323c30b3d595b5255def84 2624 lintian_2.5.111.dsc
     b2367bfd3d94f12f3a9d74a426f8f55dda52ecfaa95a8ac7e57d6eb4d7603b64 1593328 lintian_2.5.111.tar.xz
     694678c840d5405cd003173cc5d39e7d9c10aa01cbf6e880770a615b35bd1119 1139684 lintian_2.5.111_all.deb
     c38b71d5dd8b8cac49e0ca14558d6f627a3f9bb59f0db7512c0f03afe5262bf7 16565 lintian_2.5.111_amd64.buildinfo
    Files:
     28d233da7dfb5717b37e13f4925e09ab 2624 devel optional lintian_2.5.111.dsc
     b49b59ae0ee299051d0544261f505fa9 1593328 devel optional lintian_2.5.111.tar.xz
     8b65fce5697960c871835841d30f91bc 1139684 devel optional lintian_2.5.111_all.deb
     8c923e3a4d679668d93aedd9a47aebb2 16565 devel optional lintian_2.5.111_amd64.buildinfo
    
  • 2.5.110_bpo9+1
    Release lintian/2.5.110~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Wed, 24 Oct 2018 10:14:02 -0400
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.110~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: 911311 911355 911451
    Changes:
     lintian (2.5.110~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.110) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - symbols-file-missing-build-depends-package-field
     .
       * checks/debhelper.desc:
         + [CL] Tidy a number of references regarding the debhelper-compat
           virtual package, in particular clarifying that this does not work for
           experimental/beta levels.
         + [CL] Update example experimental combination of using compatibility
           level 9 with debhelper >= 8.1.3 with using level 12 with
           debhelper >= 11.4~.
       * checks/fields.pm:
         + [CL] Apply a patch series from Felix Lechner to fix a false-negative
           in the multi-arch-same-package-has-arch-specific-overrides tag.
           (Closes: #911355)
       * checks/shared-libs.{desc,pm}:
         + [CL] Emit a "I:" warning for packages that do not specify a
           Build-Depends-Package field in their symbol files.  (Closes: #911451)
     .
       * data/files/js-libraries:
         + [CL] Prevent a false-positive in embedded-javascript-library as
           jquery-ui.structure.css is not shipped by libjs-jquery-ui.
           (Closes: #911311)
       * data/scripts/interpreters:
         + [CL] Apply a patch from Luca Boccassi to add /lib/init/init-d-script
           to the list of known interpreters.  (MR: !56)
       * data/spelling/*:
         + [CL] Move the "needs" entry to the corrections-case file, preventing
           false positives in the spelling-error-in-{binary,changelog} tags
           that reference Georg Nees, an early pioneer of computer art.
         + [PW] Add a number of corrections.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to adjust some
           build-dependencies that were discovered when backporting to stretch.
           (MR: !51)
         + [CL] Apply a patch series from Felix Lechner to move data for
           upstream tarballs to "orig" to facilitate the addition of tests
           related to upstream signatures.  (MR: !52)
         + [CL] Apply a patch series from Felix Lechner to use relative paths in
           Lintian options; a tight integration between the test runner and
           harness is generally undesirable.  (MR: !54)
         + [CL] Apply a patch series from Felix Lechner to move the templated
           changelogs away from template directory.  (MR: !57)
         + [CL] Apply a patch series from Felix Lechner to remove the
           default.upstream placeholder in empty template directories.
           (MR: !58)
    Checksums-Sha1:
     5837d19e46d9497573cabecb2066f10f6449e8f9 3535 lintian_2.5.110~bpo9+1.dsc
     44d1904ac57e080909c794fd524573c827db9bf0 1592532 lintian_2.5.110~bpo9+1.tar.xz
     b25a011c1ea3dee424750525e59b4e7e82cc3c2e 1141182 lintian_2.5.110~bpo9+1_all.deb
     36e6b61ac88e434a16a0e527e37968cc266c3b7c 8719 lintian_2.5.110~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     d60ded79fc433dbcdef17333a4b22c850d88ad890613924dc12362292f3554ed 3535 lintian_2.5.110~bpo9+1.dsc
     543d79e9930e5814f3dcfa88420273236dc62b877e9f70de102cac7cfc78ae4f 1592532 lintian_2.5.110~bpo9+1.tar.xz
     b33016ac4eb8510c070534b9155b23b5e81ace8d51dd821363b4ba7b2f2ca94a 1141182 lintian_2.5.110~bpo9+1_all.deb
     092ec55b71da03fd4db3d6b0af47bfdfc6e4e85c4650b454aba3a37a238d4cdf 8719 lintian_2.5.110~bpo9+1_amd64.buildinfo
    Files:
     820c66f7ea631d88934a3d818c60d9fc 3535 devel optional lintian_2.5.110~bpo9+1.dsc
     bc500e1d407affa37e5004e6bf875e3c 1592532 devel optional lintian_2.5.110~bpo9+1.tar.xz
     fac70f991dcee60c480e1fe3a26d8803 1141182 devel optional lintian_2.5.110~bpo9+1_all.deb
     d579f0e39b49663f635cd996cd634514 8719 devel optional lintian_2.5.110~bpo9+1_amd64.buildinfo
    
    
  • 2.5.110
    Release lintian/2.5.110 into unstable.
    
    Format: 1.8
    Date: Mon, 22 Oct 2018 01:06:54 +0000
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.110
    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: 911311 911355 911451
    Changes:
     lintian (2.5.110) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - symbols-file-missing-build-depends-package-field
     .
       * checks/debhelper.desc:
         + [CL] Tidy a number of references regarding the debhelper-compat
           virtual package, in particular clarifying that this does not work for
           experimental/beta levels.
         + [CL] Update example experimental combination of using compatibility
           level 9 with debhelper >= 8.1.3 with using level 12 with
           debhelper >= 11.4~.
       * checks/fields.pm:
         + [CL] Apply a patch series from Felix Lechner to fix a false-negative
           in the multi-arch-same-package-has-arch-specific-overrides tag.
           (Closes: #911355)
       * checks/shared-libs.{desc,pm}:
         + [CL] Emit a "I:" warning for packages that do not specify a
           Build-Depends-Package field in their symbol files.  (Closes: #911451)
     .
       * data/files/js-libraries:
         + [CL] Prevent a false-positive in embedded-javascript-library as
           jquery-ui.structure.css is not shipped by libjs-jquery-ui.
           (Closes: #911311)
       * data/scripts/interpreters:
         + [CL] Apply a patch from Luca Boccassi to add /lib/init/init-d-script
           to the list of known interpreters.  (MR: !56)
       * data/spelling/*:
         + [CL] Move the "needs" entry to the corrections-case file, preventing
           false positives in the spelling-error-in-{binary,changelog} tags
           that reference Georg Nees, an early pioneer of computer art.
         + [PW] Add a number of corrections.
     .
       * t/*:
         + [CL] Apply a patch series from Felix Lechner to adjust some
           build-dependencies that were discovered when backporting to stretch.
           (MR: !51)
         + [CL] Apply a patch series from Felix Lechner to move data for
           upstream tarballs to "orig" to facilitate the addition of tests
           related to upstream signatures.  (MR: !52)
         + [CL] Apply a patch series from Felix Lechner to use relative paths in
           Lintian options; a tight integration between the test runner and
           harness is generally undesirable.  (MR: !54)
         + [CL] Apply a patch series from Felix Lechner to move the templated
           changelogs away from template directory.  (MR: !57)
         + [CL] Apply a patch series from Felix Lechner to remove the
           default.upstream placeholder in empty template directories.
           (MR: !58)
    Checksums-Sha1:
     5cabfcfa098297a1a1e0dc7466150025ac332e81 2624 lintian_2.5.110.dsc
     1a2ff7fdfaf745fa9b49cfe878d143b023b95bc4 1591572 lintian_2.5.110.tar.xz
     faaebd5c65d781a5488f804bdb0f8492e1393522 1138732 lintian_2.5.110_all.deb
     287709b6c255976529803dcfe57d19e4a1d3311c 7789 lintian_2.5.110_amd64.buildinfo
    Checksums-Sha256:
     c80afc615a443603097fd2b301060045fc7157866cedbc80cb4115df5bac46a9 2624 lintian_2.5.110.dsc
     8515bb0ea39af41ede41067865955e6818f5a336a4e15462f6a5d859bf5ea639 1591572 lintian_2.5.110.tar.xz
     c64831411645ee5e316438ef738c8fb9ac967ac8cb8837452504394f8babec50 1138732 lintian_2.5.110_all.deb
     fd59e03a352d6c175ca6f64c60263a5aaa6283f3fd03acb873e3e11655a75152 7789 lintian_2.5.110_amd64.buildinfo
    Files:
     b8fe3900596e9d58bb71dc887cbafaf7 2624 devel optional lintian_2.5.110.dsc
     06539cc387bacc37bba4a22cc4e492b2 1591572 devel optional lintian_2.5.110.tar.xz
     0f1ccb3ecb02b7462afb1ca5a5f5b92a 1138732 devel optional lintian_2.5.110_all.deb
     bff74b65b85d92ab8e4a7407eba38197 7789 devel optional lintian_2.5.110_amd64.buildinfo
    
  • 2.5.109_bpo9+1
    Release lintian/2.5.109~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Fri, 19 Oct 2018 20:54:14 -0400
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.109~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: 910453 910594 911157
    Changes:
     lintian (2.5.109~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.109) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - maintainer-script-should-not-parse-etc-passwd-or-group
           - missing-versioned-depends-on-init-system-helpers
           - unknown-file-in-python-module-directory
     .
       * checks/debhelper.pm:
         + [CL] Avoid false-positives when using the blends-dev package for the
           package-does-not-use-debhelper-or-cdbs tag.  (Closes: #910453)
       * checks/files.{pm,desc}:
         + [CL] Check for packages that ship non-Python files in top-level
           Python module directories such as /usr/lib/python3/dist-packages.
       * checks/scripts.{desc,pm}:
         + [CL] Check for packages missing versioned dependencies on
           init-system-helpers.  (Closes: #910594)
         + [CL] Check for packages that manually parse /etc/passwd or /etc/group
           using grep/egrep etc. in their maintainer scripts.  Thanks to Rhonda
           D'Vine for the bug report.  (Closes: #911157)
     .
       * t/tests/*:
         + [CL] Apply a patch from Felix Lechner to fix some test descriptions
           not parsed correctly due to continuation lines.
         + [CL] Apply a set of patches from Felix Lechner to make various tests
           architecture independent.
         + [CL] Apply a patch from Felix Lechner to require build dependencies
           as prerequisites for tests.
         + [CL] Apply a patch from Felix Lechner to clarify the substitution
           variable name for the test package's Architecture field.
       * t/tests/debhelper-dh-nativejava:
         + [CL] Apply a patch from Felix Lechner to remove this now-obsolete
           test given that -gcj packages are no-longer built.
    Checksums-Sha1:
     b0861b942388941d4544d6a87b84a11330738768 3535 lintian_2.5.109~bpo9+1.dsc
     0601cbd413755c1ee0cb05cd32172946cde6d920 1590108 lintian_2.5.109~bpo9+1.tar.xz
     a4bd7272d8fb9f97878da4241ef2e181723ec927 1140860 lintian_2.5.109~bpo9+1_all.deb
     4ea0f4032aff2e79339fd028c61958d147a0b39d 8719 lintian_2.5.109~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     4a1bd4ddd49ddbaf3440d7436c5ae71897a0bd6274aa59bdef958e011280a706 3535 lintian_2.5.109~bpo9+1.dsc
     68d0e5ac12dd606d79e96ef4e2d37d81ac8edbe07154b00c4e4993e7a07a4f10 1590108 lintian_2.5.109~bpo9+1.tar.xz
     22e650af0484c358c6a6cce20a0a2f62d39bdaa6967590339b98d1fb7a4dcaeb 1140860 lintian_2.5.109~bpo9+1_all.deb
     52987e5b3d8fbfbc3d0093a27b585de9e77b98567f3599e0b4f719c5dcd64326 8719 lintian_2.5.109~bpo9+1_amd64.buildinfo
    Files:
     0c4f379385d593fa9b4dd3e5faec6a48 3535 devel optional lintian_2.5.109~bpo9+1.dsc
     994466ae42ebf97ca458f96f9cd519e8 1590108 devel optional lintian_2.5.109~bpo9+1.tar.xz
     7e7f3b15ef8f70fda0d54e2d3c32db82 1140860 devel optional lintian_2.5.109~bpo9+1_all.deb
     ccd73fc2b3fdda12670a7b1d85016bad 8719 devel optional lintian_2.5.109~bpo9+1_amd64.buildinfo
    
    
  • 2.5.109
    Release lintian/2.5.109 into unstable.
    
    Format: 1.8
    Date: Wed, 17 Oct 2018 02:38:36 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.109
    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: 910453 910594 911157
    Changes:
     lintian (2.5.109) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - maintainer-script-should-not-parse-etc-passwd-or-group
           - missing-versioned-depends-on-init-system-helpers
           - unknown-file-in-python-module-directory
     .
       * checks/debhelper.pm:
         + [CL] Avoid false-positives when using the blends-dev package for the
           package-does-not-use-debhelper-or-cdbs tag.  (Closes: #910453)
       * checks/files.{pm,desc}:
         + [CL] Check for packages that ship non-Python files in top-level
           Python module directories such as /usr/lib/python3/dist-packages.
       * checks/scripts.{desc,pm}:
         + [CL] Check for packages missing versioned dependencies on
           init-system-helpers.  (Closes: #910594)
         + [CL] Check for packages that manually parse /etc/passwd or /etc/group
           using grep/egrep etc. in their maintainer scripts.  Thanks to Rhonda
           D'Vine for the bug report.  (Closes: #911157)
     .
       * t/tests/*:
         + [CL] Apply a patch from Felix Lechner to fix some test descriptions
           not parsed correctly due to continuation lines.
         + [CL] Apply a set of patches from Felix Lechner to make various tests
           architecture independent.
         + [CL] Apply a patch from Felix Lechner to require build dependencies
           as prerequisites for tests.
         + [CL] Apply a patch from Felix Lechner to clarify the substitution
           variable name for the test package's Architecture field.
       * t/tests/debhelper-dh-nativejava:
         + [CL] Apply a patch from Felix Lechner to remove this now-obsolete
           test given that -gcj packages are no-longer built.
    Checksums-Sha1:
     d7487c5e8f75e2a36e1206f03272e4fdd3f35b7b 2624 lintian_2.5.109.dsc
     2ca86d12857b3cfacbd15a339851cdf493483278 1590612 lintian_2.5.109.tar.xz
     411567fd4dfc95c31f1f044ea18900aa5ea5b8df 1137660 lintian_2.5.109_all.deb
     d57de08328c1713099cbb20b1eff1603e2e96f0f 15418 lintian_2.5.109_amd64.buildinfo
    Checksums-Sha256:
     8d69adc476341a33f06fc2ad475e5e0f2b51d04007e6a57465bef6bd61dc698e 2624 lintian_2.5.109.dsc
     cfadff4a1c8f9dfcec1de32b9cfa0483c740ca9107b5088456fa40e8b27cc348 1590612 lintian_2.5.109.tar.xz
     cd7390c3718c0f056e1318f5a81c118bfd0cc045e7c2fef23e26512df53e0a8e 1137660 lintian_2.5.109_all.deb
     463b84ec97b638a01459c98d5d5610e3972ac787e297468f64cd8c9210d7be48 15418 lintian_2.5.109_amd64.buildinfo
    Files:
     adde999e9636593f4bdc73ff79502cbd 2624 devel optional lintian_2.5.109.dsc
     c5d1ab46eb6ed4dd57f69c048f033dc1 1590612 devel optional lintian_2.5.109.tar.xz
     e819abc3641354fba2017d37cec6c3db 1137660 devel optional lintian_2.5.109_all.deb
     24fae568a285c70ffa7be5a44f5973c4 15418 devel optional lintian_2.5.109_amd64.buildinfo
    
  • 2.5.108_bpo9+1
    Release lintian/2.5.108~bpo9+1 into stretch-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Thu, 11 Oct 2018 21:05:34 +0100
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.108~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: 909511 910210
    Changes:
     lintian (2.5.108~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.108) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - maintainer-script-has-invalid-update-inetd-options
     .
       * checks/scripts.{desc,pm}:
         + [CL] Check for calls to update-inetd(1) that use "--group" without
           "--add" and "--pattern" with "--add".  (Closes: #909511)
       * checks/testsuite.pm:
         + [CL] Avoid testsuite-dependency-has-unparsable-elements false
           positives when the "Depends" field starts with a newline.  Thanks to
           Mattia Rizzolo for the report.  (Closes: #910210)
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * debian/control:
         + [NT] Remove myself from the Uploaders field.
     .
       * t/source/*:
         + [CL] Apply two patch series from Felix Lechner to rename a test
           target to match its name and also to adjust version numbers to match
           test targets produced.
    Checksums-Sha1:
     ee089c75162399d5c4b916bd9e67c7d09bf9fcf8 3535 lintian_2.5.108~bpo9+1.dsc
     348a893fc3707ac39abb758075dc76d13021ff41 1589108 lintian_2.5.108~bpo9+1.tar.xz
     988507b3e77fe210c944eac370a9122c6fec8d11 1139288 lintian_2.5.108~bpo9+1_all.deb
     b216ca4fe97815084386309ae784018da9f80ab4 8719 lintian_2.5.108~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     5396100256e8c90e72cb1794b35f1a931882311f27ef53eeeee0537e9f7b6aee 3535 lintian_2.5.108~bpo9+1.dsc
     54ab96d56534a04f1e36a2607284acd4c060d2914eda13dd2c3fe83de1f97a9e 1589108 lintian_2.5.108~bpo9+1.tar.xz
     ad61bd066059cbabf6fc2b74a414a35841bea77f303fce08ca655822acaa45a2 1139288 lintian_2.5.108~bpo9+1_all.deb
     f23b865a29dc1f385ac508e22c1b8617edd07be23351528fadcc59b59505ae4d 8719 lintian_2.5.108~bpo9+1_amd64.buildinfo
    Files:
     5dd7695be1c8e3e11bccf3b173f1fec5 3535 devel optional lintian_2.5.108~bpo9+1.dsc
     654c01f37d8d444e549055c6b34dfc85 1589108 devel optional lintian_2.5.108~bpo9+1.tar.xz
     e0cceef76667628770d1abdb7f8cc562 1139288 devel optional lintian_2.5.108~bpo9+1_all.deb
     4238b770efb37b5747f88a9d16c3caa9 8719 devel optional lintian_2.5.108~bpo9+1_amd64.buildinfo
    
    
  • 2.5.108
    Release lintian/2.5.108 into unstable.
    
    Format: 1.8
    Date: Fri, 05 Oct 2018 11:07:25 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.5.108
    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: 909511 910210
    Changes:
     lintian (2.5.108) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - maintainer-script-has-invalid-update-inetd-options
     .
       * checks/scripts.{desc,pm}:
         + [CL] Check for calls to update-inetd(1) that use "--group" without
           "--add" and "--pattern" with "--add".  (Closes: #909511)
       * checks/testsuite.pm:
         + [CL] Avoid testsuite-dependency-has-unparsable-elements false
           positives when the "Depends" field starts with a newline.  Thanks to
           Mattia Rizzolo for the report.  (Closes: #910210)
     .
       * data/spelling/corrections:
         + [PW] Add a number of corrections.
     .
       * debian/control:
         + [NT] Remove myself from the Uploaders field.
     .
       * t/source/*:
         + [CL] Apply two patch series from Felix Lechner to rename a test
           target to match its name and also to adjust version numbers to match
           test targets produced.
    Checksums-Sha1:
     34e737e2119f11cf15d575d7096f0971aecdee4f 2624 lintian_2.5.108.dsc
     5200045a4ce886b8c98e50521b5699bed30548fe 1588868 lintian_2.5.108.tar.xz
     af9171f39d786d28846ae14d92c4485bdf8a122e 1136540 lintian_2.5.108_all.deb
     b9af3916a90d65f7b856bf1de441280c086f0dd2 15352 lintian_2.5.108_amd64.buildinfo
    Checksums-Sha256:
     5c84e3d35a832e7f780ca4b0c065239369f6062da127ec9d7d97ab73af308ef1 2624 lintian_2.5.108.dsc
     5ee15ce91372d946d2625a985db300d3b72b5f8eec4ec1151504d96495c4e9e8 1588868 lintian_2.5.108.tar.xz
     f52111dc4edc2e203d2c5469dbdcec5f5a06cda3f4298d6d5776b540de7cacd7 1136540 lintian_2.5.108_all.deb
     cbb3bf5f69dac5f6f27cf0ac3a7d8d3f67331a215d0fd1877d6de743b0bc9aaf 15352 lintian_2.5.108_amd64.buildinfo
    Files:
     dc88cf368e7df12c21c354d723a07a0e 2624 devel optional lintian_2.5.108.dsc
     19e031879a5e59b6907ee9fc5cb7c1e5 1588868 devel optional lintian_2.5.108.tar.xz
     d39b1dd26054fe2ad30e3373633ee8a3 1136540 devel optional lintian_2.5.108_all.deb
     9099eb1c6c8f4958587c20799c1cb6ce 15352 devel optional lintian_2.5.108_amd64.buildinfo
    
  • 2.5.107_bpo9+1
    Release lintian/2.5.107~bpo9+1 into stretch-backports.
    
    Format: 1.8
    Date: Thu, 04 Oct 2018 09:08:03 +0100
    Source: lintian
    Binary: lintian
    Built-For-Profiles: nocheck
    Architecture: source all
    Version: 2.5.107~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: 909674 909772 909801
    Changes:
     lintian (2.5.107~bpo9+1) stretch-backports; urgency=medium
     .
       * Rebuild for stretch-backports.
     .
     lintian (2.5.107) unstable; urgency=medium
     .
       * checks/changes-file.{desc,pm}:
         + [CL] Don't emit changelog-empty-entry if distribution is UNRELEASED.
           (Closes: #909674)
       * checks/debhelper.desc:
         + [CL] Apply patch from Josh Triplett to improve the long description
           of excessive-debhelper-overrides.
       * checks/scripts.{desc,pm}:
         + [CL] Don't emit udevadm-called-without-guard if the package has a
           dependency on udev itself.  (Closes: #909801)
     .
       * data/rules/rules-should-not-use:
         + [CL] Ensure --dbgsym-migration='quoted' is correctly displayed when
           emitting the debug-symbol-migration-possibly-complete tag.
       * data/spelling/corrections:
         + [CL] Add a suggestion from Sven Joachim to add "practical" and
           "practically" as spelling corrections for "pratical" and
           "pratically".  (Closes: #909772)
         + [CL] Add "practically" as a correction for "practicaly".
         + [PW] Add a number of corrections.
    Checksums-Sha1:
     7a212fe24761cf2130bf87a40aab48bb9c82be5f 2687 lintian_2.5.107~bpo9+1.dsc
     a1dea4df94f9c3091dcab1c66691b8a36b12a414 1588276 lintian_2.5.107~bpo9+1.tar.xz
     c45da681618f11ce627e66f241e2cf93335b76f3 1138676 lintian_2.5.107~bpo9+1_all.deb
     d1bf2651eb4f3549795b480a67eb3d53f8ad9238 7836 lintian_2.5.107~bpo9+1_amd64.buildinfo
    Checksums-Sha256:
     0e888cfa0905374eaa1eecae242e5febddb86239b5a395d63fb16a1601a21e92 2687 lintian_2.5.107~bpo9+1.dsc
     67164b7027f08e9cb97d794a3e908925ef8db888c74b7d782363a341321da6a8 1588276 lintian_2.5.107~bpo9+1.tar.xz
     1b65bfc177f900e90dfaaaba93ac5742723ca326434a2c75176d93a57203e5c6 1138676 lintian_2.5.107~bpo9+1_all.deb
     21404f1914713ac614213ae11930ac47013ee7553a781d79d39edaf07a010ae6 7836 lintian_2.5.107~bpo9+1_amd64.buildinfo
    Files:
     2d280bc1068e12325fa4b176c8dcd0e2 2687 devel optional lintian_2.5.107~bpo9+1.dsc
     0f76c6b50a17c69dc4b06603323cab09 1588276 devel optional lintian_2.5.107~bpo9+1.tar.xz
     e1becd110f48f1feba2ebf47eac3baa5 1138676 devel optional lintian_2.5.107~bpo9+1_all.deb
     54d28daeaeb15e3ed3e4e49484042e4d 7836 devel optional lintian_2.5.107~bpo9+1_amd64.buildinfo