Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 2.113.0
    Release lintian/2.113.0 into unstable.
    
    Format: 1.8
    Date: Sat, 20 Nov 2021 16:43:03 +0000
    Source: lintian
    Architecture: source
    Version: 2.113.0
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 963057 977596 999601 999602 999878 1000148
    Changes:
     lintian (2.113.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - anticipated-repack-count
           - dfsg-version-with-tilde
           - dot-before-repack-count
           - elf-error
           - elf-warning
           - no-code-sections
           - static-link-time-optimization
         + Removed:
           - apparently-corrupted-elf-binary
     .
       [ Felix Lechner ]
       * Bump the maximum plausible bug number to 1,500,000. (Closes: #1000148)
       * Flag static archives without code sections, as can happen with LTO
         objects. (Closes: #977596)
       * Flag use of link-time-optimization (LTO) in static archives.
         (Closes: #963057)
       * Exempt Coq's cmxs files from the shared-library-lacks-prerequisites
         tag. (Closes: #999602)
       * Accommodate dune's file names for the bytecode in OCaml interfaces.
         (Closes: #999601)
       * Drop 'type' from the list of bash-centric expressions.
         (Closes: #999878)
       * Fix CI failure on armhf due to a parsing failure of readelf output.
       * Adjust refresh script fetching debhelper data for the new
         Contents-all.gz served by archive.
       * Refresh debhelper data.
     .
       [ Kentaro Hayashi ]
       * Add the dfsg-version-with-tilde tag, as opposed to a plus.
       * Add a new tag about a possibly unnecessary repack count for upstream
         sources.
       * Add a tag about source versions with a dot before the repack count.
    Checksums-Sha1:
     e5ba5d21ef2169eb709442947284b1ac3173d85b 1603 lintian_2.113.0.dsc
     3dc5668dbb5cf00fbb8c8209865a9757ba3e2c18 2114036 lintian_2.113.0.tar.xz
     871aefc5aefed5efce757b3bd06c420fcd55e5e3 5684 lintian_2.113.0_amd64.buildinfo
    Checksums-Sha256:
     0b12b67782154c6df6b9b61f4c5404a60185e76cca90ade5f6f17de93145f24d 1603 lintian_2.113.0.dsc
     4114d14b2778e8f1d4c8aca4f790c7404fba3a506a1156cfee6ebb0d8a3221c0 2114036 lintian_2.113.0.tar.xz
     da8c0072256c5ba0d3f8e9a4a636db7cb3144efff791821308a415231695e69a 5684 lintian_2.113.0_amd64.buildinfo
    Files:
     158b016d7203832e07620aeb9316346c 1603 devel optional lintian_2.113.0.dsc
     edfb3ab9716551418a5d865b7ea134d9 2114036 devel optional lintian_2.113.0.tar.xz
     3d9eea25d1bd79316cfa5d33e6e97732 5684 devel optional lintian_2.113.0_amd64.buildinfo
    
  • 2.112.0
    Release lintian/2.112.0 into unstable.
    
    Format: 1.8
    Date: Sat, 13 Nov 2021 15:25:15 +0000
    Source: lintian
    Architecture: source
    Version: 2.112.0
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 732682 915384 949201 977150 978048 980447 992569 993813 998115 999477
    Changes:
     lintian (2.112.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - add-component-copyright
           - adopted-extended-field
           - archive-liberty-mismatch
           - build-prerequisite-in-installable-section
           - circular-installation-prerequisite
           - composer-prerequisite
           - control-file-contains-dh-make-vcs-comment
           - installable-field-mirrors-source
           - invalid-systemd-documentation
           - kill-mode-none
           - no-source-section
           - prefer-uscan-symlink
           - redundant-installation-prerequisite
           - relative-library-search-path
           - rules-do-not-require-root
           - rules-require-root-explicitly
           - unicode-trojan
           - update-debian-copyright
           - upstream-metadata
         + Removed:
           - binary-control-field-duplicates-source
           - build-info-in-binary-control-file-section
           - control-file-contains-dh_make-vcs-comment
           - package-depends-on-itself
           - rules-does-not-require-root
           - rules-requires-root-explicitly
           - section-area-mismatch
           - stronger-dependency-implies-weaker
           - upstream-metadata-field-present
           - xc-package-type-in-debian-control
           - xs-testsuite-field-in-debian-control
           - xs-vcs-field-in-debian-control
     .
       [ Felix Lechner ]
       * Flag potential 'trojan' Unicode codepoints.
       * In debian/watch, suggest the use of 'USCAN_SYMLINK=rename' when
         'filenamemangle' is present.
       * Add field content to and rename old tag to 'upstream-metadata'.
         (Closes: #993813)
       * Find invalid URIs for Documentation in systemd .service files.
         (Closes: #980447)
       * Flag 'KillMode=none' in systemd service files. (Closes: #978048)
       * Flag outdated copyright years for debian files relative to latest
         changelog entry. (Closes: #949201)
       * Flag relative RPATHS separately and use a regular tag for absolute
         RPATHS only. (Closes: #732682)
       * Flag missing versions in debian/watch only for files with meaningful
         content. (Closes: #992569)
       * Flag when orig source components are not mentioned by name in
         debian/copyright. (Closes: #915384)
       * Flag sources declaring a package relationship on the PHP composer.
         (Closes: #977150)
       * Fix path to external documentation in tag description.
         (Closes: #999477)
       * Allow the "Description" field in .dsc and in source stanzas of
         debian/control. (Closes: #998115)
       * Re-enable OSC 8 terminal hyperlinks following GCC's lead.
     .
       [ Stephen Kitt ]
       * Calculate game executable permissions correctly.
     .
       [ xiao sheng wen ]
       * Update tags/g/groff-message.tag for LC_ALL=C.UTF-8.
    Checksums-Sha1:
     334576c4c78bfa8ba0ec67b66f851662585a8edf 1603 lintian_2.112.0.dsc
     dca8212cfb86cdf86273225b7fe1cd5a0f656c5c 2106008 lintian_2.112.0.tar.xz
     f6a7c7c9c2898ab5da797bc6faca5d6036cecf1b 5684 lintian_2.112.0_amd64.buildinfo
    Checksums-Sha256:
     39e7ff8e7abfc69aa4a4d8e94d79042c725dd0eaa2e789c5ea238b59098c0fe8 1603 lintian_2.112.0.dsc
     7b687141dce357f9e75fee2d31cb9f34000342056e49488f7032f3ad7580515d 2106008 lintian_2.112.0.tar.xz
     2d1bf47a9ceb5efda54bc64853cab2d284f4ad7d3737bc8ac33fb1d293a96dc7 5684 lintian_2.112.0_amd64.buildinfo
    Files:
     faf00729eff1fc1d5e99bb337df08da2 1603 devel optional lintian_2.112.0.dsc
     be1b950bed4dfeb7e0e94c16c5e8a87f 2106008 devel optional lintian_2.112.0.tar.xz
     8667869a6472870f3a75c3e1ece9f297 5684 devel optional lintian_2.112.0_amd64.buildinfo
    
  • 2.111.0_bpo11+1
    Release lintian/2.111.0~bpo11+1 into bullseye-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Mon, 01 Nov 2021 09:04:26 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.111.0~bpo11+1
    Distribution: bullseye-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 993662 997662
    Changes:
     lintian (2.111.0~bpo11+1) bullseye-backports; urgency=medium
     .
       * Rebuild for bullseye-backports.
     .
     lintian (2.111.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - generated-file
     .
       [ Chris Lamb ]
       * Mention that --with=sphinxdoc (or dh_sphinxdoc) is the easiest way to
         prevent including Sphinx .doctree files in binary packages.
     .
       [ Felix Lechner ]
       * Limit Python dot directories to those starting with a dot.
         (Closes: #997662)
       * Offer classification tag "generated-file" for source files that look
         generated. (Closes: #993662)
     .
       [ Simon Quigley ]
       * Add "jammy" as a known Ubuntu distribution.
    Checksums-Sha1:
     24786c0cb344f946309070d9317952ab433eeef3 2518 lintian_2.111.0~bpo11+1.dsc
     3c20f925bd5626c3c1b2efccedd24de001762f7d 2113856 lintian_2.111.0~bpo11+1.tar.xz
     0edfb5a3c07947a7e8c5579783492ef0cd9b5564 1340908 lintian_2.111.0~bpo11+1_all.deb
     4b98dfcdb152841f96b21e59192ac40ec43091c3 6734 lintian_2.111.0~bpo11+1_amd64.buildinfo
    Checksums-Sha256:
     a5d245b1b8eab5cdbb34b10e4bfa368305ff039631a7e24b3956355b1666d00e 2518 lintian_2.111.0~bpo11+1.dsc
     5fa6ef242724ec89d751e93d34f62ffaad8bcf87c1b524af1f71b7b922dc0a5e 2113856 lintian_2.111.0~bpo11+1.tar.xz
     3f6e78b2b8ab38a000bd192972d96de9a41a6ca2f6ae2566af8992703066b27c 1340908 lintian_2.111.0~bpo11+1_all.deb
     efb6bf8b91c33bd768383ffcc778e5acca59d982ee885b1ec2ad9fb5748f09c1 6734 lintian_2.111.0~bpo11+1_amd64.buildinfo
    Files:
     3d4b7d1eed46c875056f5bda33976f3b 2518 devel optional lintian_2.111.0~bpo11+1.dsc
     7480e6e32a70279296e52ed78166c448 2113856 devel optional lintian_2.111.0~bpo11+1.tar.xz
     362df949748fce516e2718810a6e7fdb 1340908 devel optional lintian_2.111.0~bpo11+1_all.deb
     7b8fcc731a679933f8ab5bc5c14f045a 6734 devel optional lintian_2.111.0~bpo11+1_amd64.buildinfo
    
    
  • 2.111.0
    Release lintian/2.111.0 into unstable.
    
    Format: 1.8
    Date: Sat, 30 Oct 2021 09:03:59 +0000
    Source: lintian
    Architecture: source
    Version: 2.111.0
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 993662 997662
    Changes:
     lintian (2.111.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - generated-file
     .
       [ Chris Lamb ]
       * Mention that --with=sphinxdoc (or dh_sphinxdoc) is the easiest way to
         prevent including Sphinx .doctree files in binary packages.
     .
       [ Felix Lechner ]
       * Limit Python dot directories to those starting with a dot.
         (Closes: #997662)
       * Offer classification tag "generated-file" for source files that look
         generated. (Closes: #993662)
     .
       [ Simon Quigley ]
       * Add "jammy" as a known Ubuntu distribution.
    Checksums-Sha1:
     e4fe74d90bedd525bbe337703d386bba59e4a0cf 1603 lintian_2.111.0.dsc
     6f822a0ebe93372a182e6d18ad50666048f91ba4 2091000 lintian_2.111.0.tar.xz
     53492df188675b6ca720bee410acac50e70998c1 5687 lintian_2.111.0_amd64.buildinfo
    Checksums-Sha256:
     bf684e42e6e0d86d70f250d09bad1c73d8ad4dbc112976b2a64463d73e36333d 1603 lintian_2.111.0.dsc
     98b63afe3ec43abe648d5a7ace41a9b160976deb1b19096b7d896689ff7fea74 2091000 lintian_2.111.0.tar.xz
     936c0a66f2ef42afbc2d9d11f6f6d34536f455f77582eeecb8b5dad11dfd86a4 5687 lintian_2.111.0_amd64.buildinfo
    Files:
     a111dbf2a8d999aef04a164f04affd27 1603 devel optional lintian_2.111.0.dsc
     0f6492f32c7ae6c4778d64338c577b4f 2091000 devel optional lintian_2.111.0.tar.xz
     8405ac5b100028d8178e1fc808ccc796 5687 devel optional lintian_2.111.0_amd64.buildinfo
    
  • 2.110.0_bpo11+1
    Release lintian/2.110.0~bpo11+1 into bullseye-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Tue, 26 Oct 2021 08:55:54 +0100
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.110.0~bpo11+1
    Distribution: bullseye-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 996684 996688 996710
    Changes:
     lintian (2.110.0~bpo11+1) bullseye-backports; urgency=medium
     .
       * Rebuild for bullseye-backports.
     .
     lintian (2.110.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - bash-term-in-posix-shell
     .
       [ Felix Lechner ]
       * Consider source exemptions for embedded-libraries when no regex is
         present. (Closes: #996684)
       * Accept nodejs:any as a prerequisite for Node.js scripts.
         (Closes: #996710)
       * Fix parsing of debian/symbols files for those with multiple sonames.
         (Closes: #996688)
       * Move the filename-length check to archive/file/name/length.
       * Update release epoch for oldstable in a maintainer scripts check.
       * Drop mention of 'tempfile' from tag descriptions. (Re: #994275)
       * Issue only Lenna-specific tag for known bad Lenna files. (Re: #996093)
       * Disregard long text lines in SVG images.
    Checksums-Sha1:
     bb8e8ca35d8f1749da5111579c1efa9272b0bdf5 2518 lintian_2.110.0~bpo11+1.dsc
     6ec31e02d2aa10818cafbf3a3c7066d0c7c29132 2113068 lintian_2.110.0~bpo11+1.tar.xz
     c20f2b8b0361b651c10136176d863125e2888ca0 1337900 lintian_2.110.0~bpo11+1_all.deb
     2c49aa1efc843463a8187542ac38856ef4eb784d 6734 lintian_2.110.0~bpo11+1_amd64.buildinfo
    Checksums-Sha256:
     32bcb4b9ca1e4a2893a1df68e38bc651ff26048301c7b1df785a7e33b7674194 2518 lintian_2.110.0~bpo11+1.dsc
     123d6e537d5c27c4633dab9931feb76a58823440442140cb225ff8daccc2b68b 2113068 lintian_2.110.0~bpo11+1.tar.xz
     cf2d45ef8927242d333f74b04c33f0021df93e704c489dde24600bc9fd8b3880 1337900 lintian_2.110.0~bpo11+1_all.deb
     02f6bfcc96330593376ff0cd145a46a7de85e12d8a4b6d108d7763dde8c31d57 6734 lintian_2.110.0~bpo11+1_amd64.buildinfo
    Files:
     b2b8ac891c804e4383b1bf1e08b2bf56 2518 devel optional lintian_2.110.0~bpo11+1.dsc
     44d3e96a5ec15cb0d1b2bdbfe965b135 2113068 devel optional lintian_2.110.0~bpo11+1.tar.xz
     f2bdd56365a4b372075678c87700aa12 1337900 devel optional lintian_2.110.0~bpo11+1_all.deb
     f0647b44732ce0f7c740d54b777dc24d 6734 devel optional lintian_2.110.0~bpo11+1_amd64.buildinfo
    
    
  • 2.110.0
    Release lintian/2.110.0 into unstable.
    
    Format: 1.8
    Date: Sat, 23 Oct 2021 14:18:51 +0000
    Source: lintian
    Architecture: source
    Version: 2.110.0
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 996684 996688 996710
    Changes:
     lintian (2.110.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - bash-term-in-posix-shell
     .
       [ Felix Lechner ]
       * Consider source exemptions for embedded-libraries when no regex is
         present. (Closes: #996684)
       * Accept nodejs:any as a prerequisite for Node.js scripts.
         (Closes: #996710)
       * Fix parsing of debian/symbols files for those with multiple sonames.
         (Closes: #996688)
       * Move the filename-length check to archive/file/name/length.
       * Update release epoch for oldstable in a maintainer scripts check.
       * Drop mention of 'tempfile' from tag descriptions. (Re: #994275)
       * Issue only Lenna-specific tag for known bad Lenna files. (Re: #996093)
       * Disregard long text lines in SVG images.
    Checksums-Sha1:
     f2990a1cb4b25e717482bdcdff07bd04fe8976d3 1603 lintian_2.110.0.dsc
     6d95c23ab614bfe65ac204738f26c79faec77f60 2089932 lintian_2.110.0.tar.xz
     cd6939aca6a2663b01b9515028ada7e48524efd8 5684 lintian_2.110.0_amd64.buildinfo
    Checksums-Sha256:
     8551b766ae9774806fcb450b17ae99988b2d1afd2cfef9d65b013bcfa783f237 1603 lintian_2.110.0.dsc
     f8988ca238d69667dc799c4967286f3d9589d96429965ffdb01dcf37596445d0 2089932 lintian_2.110.0.tar.xz
     df673234039716adbd2957baf7ef5094188f27ae6008982f8772c26b308e35c9 5684 lintian_2.110.0_amd64.buildinfo
    Files:
     91a9b58433f05bce606c6101d5cb8ce3 1603 devel optional lintian_2.110.0.dsc
     2d7bf71c0987ff9eceb33654dec87b57 2089932 devel optional lintian_2.110.0.tar.xz
     a05ef64bd588cd9fad461a9e775c3193 5684 devel optional lintian_2.110.0_amd64.buildinfo
    
  • 2.109.0_bpo11+1
    Release lintian/2.109.0~bpo11+1 into bullseye-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Thu, 21 Oct 2021 09:18:26 +0100
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.109.0~bpo11+1
    Distribution: bullseye-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 698398 994902 995490 995498 995981 995991 996093 996111 996270
    Changes:
     lintian (2.109.0~bpo11+1) bullseye-backports; urgency=medium
     .
       * Rebuild for bullseye-backports.
     .
     lintian (2.109.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - redundant-build-prerequisites
           - redundant-control-relation
         + Removed:
           - duplicate-in-relation-field
           - package-has-a-duplicate-build-relation
     .
       [ Felix Lechner ]
       * Do not complain about library sections that do not exist.
         (Closes: #995991)
       * Python :any handling:
         * In tag descriptions, never ask for :any in Python prerequisites.
           (Re: #995498)
         * Fix processing of the :any multiarch acceptor in package
           relationships. (Closes: #995490, #995498)
         * Allow make:any as a prerequisite for using usr/bin/make in scripts.
           (Closes: #994902)
       * Make the condition of a missing interpreter look less like
         a recommendation.
       * Fix non-sensical line lengths in hints from cruft check.
         (Closes: #996111)
       * Add a new Lenna image to the list of banned files. (Closes: #996093)
       * Also allow private folders in lib from custom library search path.
         (Closes: #996270)
       * Clarify in tag descriptions for debian/rules check that hint context is
         not a recommendation. (Closes: #995981)
     .
     lintian (2.108.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - odd-static-library-name
           - static-library-has-unneeded-sections
         + Removed:
           - static-library-has-unneeded-section
     .
       [ Felix Lechner ]
       * Report static libraries with "_s.a" suffix in the filename.
         (Closes: #698398)
       * Enable the failing test binaries/binaries-missing-depends-on-numpy-abi
         in autopkgtests.
       * Fix the missing-dependency-on-numpy-abi tag to work with newer Python 3
         versions.
       * Adjust test suite to debhelper reversal of systemd installation paths.
         (Re: #992711, #992465)
       * Provide full path to init scripts in context.
     .
       [ Simon McVittie ]
       * debian/tests: Correct name of python3-all-dev.
     .
       [ David Steele ]
       * Revise a statement that sysvinit support is required.
     .
       [ "Unit 193" ]
       * Preserve DEB_VENDOR as it's used later to set the profile.
    Checksums-Sha1:
     b33589348ff3465e60ed669de284adb2806ee4c8 2518 lintian_2.109.0~bpo11+1.dsc
     78d38c51fa8fd41cbc2c63763803ceeeead21681 2095724 lintian_2.109.0~bpo11+1.tar.xz
     334bc755331423ba6c059d4b5b4950209847bbde 1336600 lintian_2.109.0~bpo11+1_all.deb
     ac5572c6383f510ee12bb460c5eb12aec397c26e 6734 lintian_2.109.0~bpo11+1_amd64.buildinfo
    Checksums-Sha256:
     86ad6c1e63f7eb599c2797bee3fb6bb2b040f5761c02bff024463add0f28d2cd 2518 lintian_2.109.0~bpo11+1.dsc
     2fe0fbbb32cccd1dda498571acf3c5fb9d9479abdfee3862a4bfec1691242820 2095724 lintian_2.109.0~bpo11+1.tar.xz
     e6fe5e1e3299022e526f7b7d4c868b9d2ec73db94c6386a882c5304a29f5b6e8 1336600 lintian_2.109.0~bpo11+1_all.deb
     fcff3987dbe07718a8b9f9b9401ad60757cea17f0c913d72880258a6c791f1e9 6734 lintian_2.109.0~bpo11+1_amd64.buildinfo
    Files:
     0c803e2cc2e51b1a03df8d1b4909762b 2518 devel optional lintian_2.109.0~bpo11+1.dsc
     2f15dd0f29666c0f7a22dcf09112139e 2095724 devel optional lintian_2.109.0~bpo11+1.tar.xz
     6d7c0d2d2285ba82b9f8c9a2d612d352 1336600 devel optional lintian_2.109.0~bpo11+1_all.deb
     7635e268d9a5b397c5b7cc1940792769 6734 devel optional lintian_2.109.0~bpo11+1_amd64.buildinfo
    
    
  • 2.109.0
    Release lintian/2.109.0 into unstable.
    
    Format: 1.8
    Date: Fri, 15 Oct 2021 08:01:45 +0000
    Source: lintian
    Architecture: source
    Version: 2.109.0
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 994902 995490 995498 995981 995991 996093 996111 996270
    Changes:
     lintian (2.109.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - redundant-build-prerequisites
           - redundant-control-relation
         + Removed:
           - duplicate-in-relation-field
           - package-has-a-duplicate-build-relation
     .
       [ Felix Lechner ]
       * Do not complain about library sections that do not exist.
         (Closes: #995991)
       * Python :any handling:
         * In tag descriptions, never ask for :any in Python prerequisites.
           (Re: #995498)
         * Fix processing of the :any multiarch acceptor in package
           relationships. (Closes: #995490, #995498)
         * Allow make:any as a prerequisite for using usr/bin/make in scripts.
           (Closes: #994902)
       * Make the condition of a missing interpreter look less like
         a recommendation.
       * Fix non-sensical line lengths in hints from cruft check.
         (Closes: #996111)
       * Add a new Lenna image to the list of banned files. (Closes: #996093)
       * Also allow private folders in lib from custom library search path.
         (Closes: #996270)
       * Clarify in tag descriptions for debian/rules check that hint context is
         not a recommendation. (Closes: #995981)
    Checksums-Sha1:
     1d035b03f7a5aae6a8b0cda88552fe038f2510dd 1603 lintian_2.109.0.dsc
     7018ec87b22ae2062ccf447646a0abed75174c52 2073516 lintian_2.109.0.tar.xz
     550b2e46141fc2f64ac556b52d05a8fe86470ec8 5667 lintian_2.109.0_amd64.buildinfo
    Checksums-Sha256:
     9400371c013d12eccf410df1d6ac02596979c30d7a57823e9c65de31c7ce660c 1603 lintian_2.109.0.dsc
     f7ff3fa2938867205abba4fc4e8b35a6323c59cf941e7a364faf94edce087712 2073516 lintian_2.109.0.tar.xz
     ad0c0beb81a07bcfb826531904f5244d9fbc0305f971338aa75ab91a43907cc0 5667 lintian_2.109.0_amd64.buildinfo
    Files:
     8b0de9f80ca2796f9f6c7fdd765fdd2a 1603 devel optional lintian_2.109.0.dsc
     33a5984b04f930f603d19ea953e1bf3c 2073516 devel optional lintian_2.109.0.tar.xz
     6f1c15fdfd64b0701536fee60d56f4f5 5667 devel optional lintian_2.109.0_amd64.buildinfo
    
  • 2.108.0
    Release lintian/2.108.0 into unstable.
    
    Format: 1.8
    Date: Fri, 08 Oct 2021 08:36:47 +0000
    Source: lintian
    Architecture: source
    Version: 2.108.0
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 698398
    Changes:
     lintian (2.108.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - odd-static-library-name
           - static-library-has-unneeded-sections
         + Removed:
           - static-library-has-unneeded-section
     .
       [ Felix Lechner ]
       * Report static libraries with "_s.a" suffix in the filename.
         (Closes: #698398)
       * Enable the failing test binaries/binaries-missing-depends-on-numpy-abi
         in autopkgtests.
       * Fix the missing-dependency-on-numpy-abi tag to work with newer Python 3
         versions.
       * Adjust test suite to debhelper reversal of systemd installation paths.
         (Re: #992711, #992465)
       * Provide full path to init scripts in context.
     .
       [ Simon McVittie ]
       * debian/tests: Correct name of python3-all-dev.
     .
       [ David Steele ]
       * Revise a statement that sysvinit support is required.
     .
       [ "Unit 193" ]
       * Preserve DEB_VENDOR as it's used later to set the profile.
    Checksums-Sha1:
     8bbe3d8d366f2c2e61205c9ab23ad05a1b9ab2bc 1603 lintian_2.108.0.dsc
     ac59401ee3b8afe80c94d899480d7f4723326971 2073456 lintian_2.108.0.tar.xz
     b937fde2f00282c4a8d8f4f311aaa48a1cbff2fc 5695 lintian_2.108.0_amd64.buildinfo
    Checksums-Sha256:
     d41f973c79d0e81abe7ac2d2a406882aa27cbfc7f5378de0690744e22b117d6a 1603 lintian_2.108.0.dsc
     d6817457780c7d011719ce2a90ae058a793f563ebb54631a3960f422adaeaea4 2073456 lintian_2.108.0.tar.xz
     4ff4fc0a224207525dcb5cc877565854ec217cffa83bf02eac1fcd56864d5b70 5695 lintian_2.108.0_amd64.buildinfo
    Files:
     f635d0c32fd274f0edaaf68760a60672 1603 devel optional lintian_2.108.0.dsc
     ef6417fd25c14de7975678b47b9f8265 2073456 devel optional lintian_2.108.0.tar.xz
     97c1773d2904262b60a02c75208426aa 5695 devel optional lintian_2.108.0_amd64.buildinfo
    
  • 2.107.0_bpo11+1
    Release lintian/2.107.0~bpo11+1 into bullseye-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Wed, 06 Oct 2021 09:45:38 +0100
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.107.0~bpo11+1
    Distribution: bullseye-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 918137 968525 971707 994271 994414 994689 994711 994793 994902 995261
    Changes:
     lintian (2.107.0~bpo11+1) bullseye-backports; urgency=medium
     .
       * Rebuild for bullseye-backports.
     .
     lintian (2.107.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - architecture-escape
           - control-interpreter-without-predepends
           - ldconfig-escape
           - runtime-test-file-uses-supported-python-versions-without-test-depends
         + Removed:
           - breakout-link
           - preinst-interpreter-without-predepends
           - runtime-test-file-uses-supported-python-versions-without-python-all-build-depends
     .
       [ Felix Lechner ]
       * Repurpose breakout-link; split into two new tags to find a use.
         (Closes: #968525, #971707)
       * Do not expect files in sudoers.d to have standard file permissions.
         (Closes: #995261)
       * Do not flag missing matches for Files-Excluded; uscan already got rid
         of them. (Closes: #994271)
       * Fix documentation for --fails-on command line option. (Closes: #994414)
       * Exempt empty packages so declared from empty-binary-package.
         (Closes: #994711)
       * Allow maintainer manual pages for executables also so provided.
         (Closes: #994689)
       * Only create diffstat when the diff.gz is mentioned in the dsc or the
         changes. (Closes: #994793)
       * Fix minimum version for init-system-helpers in a tag description.
         (Closes: #918137)
       * Be ambivalent between /lib and /usr/lib for systemd service files.
         (See: #992465)
       * Adopt latest style from website for the standalone HTML output often
         shown in Salsa CI.
       * Implement the multiarch selector :any in package relationships.
         (Closes: #994902)
     .
       [ Paul Wise ]
       * Revert "Upgrade superficial-tests tag to warning".
    Checksums-Sha1:
     cac7fc06cb31e3318f883a5fe51c12f86e877a73 2501 lintian_2.107.0~bpo11+1.dsc
     524e33b274742e2de09534a94d651bf3e43ebcf9 2073728 lintian_2.107.0~bpo11+1.tar.xz
     b574a70224edd73d67067aed5194c516440b8644 1334968 lintian_2.107.0~bpo11+1_all.deb
     b5993a41defa660c8a04c4132a70f1e5dfe509e7 6575 lintian_2.107.0~bpo11+1_amd64.buildinfo
    Checksums-Sha256:
     ed327895a4975f0fe3f78f647556c9bbb70581f05e586092033103af2122fde6 2501 lintian_2.107.0~bpo11+1.dsc
     1c63d6e90f5f60c9606c961d1288d6cb00e0da43964092b91d8c3f0debf90bf4 2073728 lintian_2.107.0~bpo11+1.tar.xz
     f5917e7f306c960617bcc562977861b0e01a874f6441fc44052eda00848b1a03 1334968 lintian_2.107.0~bpo11+1_all.deb
     f2090aa5777654336d7e6458b0eaee77b85ad0d181daf1d85b3f1d25b890221f 6575 lintian_2.107.0~bpo11+1_amd64.buildinfo
    Files:
     7061f7705dd2d551faf782fa4e724eeb 2501 devel optional lintian_2.107.0~bpo11+1.dsc
     dce391aceaff871f85d7096e4644bf04 2073728 devel optional lintian_2.107.0~bpo11+1.tar.xz
     b670526c917d8958d196d15a5af8de1d 1334968 devel optional lintian_2.107.0~bpo11+1_all.deb
     95ec0d3be3fcc8f3aa24da76beff66e7 6575 devel optional lintian_2.107.0~bpo11+1_amd64.buildinfo
    
    
  • 2.107.0
    Release lintian/2.107.0 into unstable.
    
    Format: 1.8
    Date: Fri, 01 Oct 2021 08:28:20 +0000
    Source: lintian
    Architecture: source
    Version: 2.107.0
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 918137 968525 971707 994271 994414 994689 994711 994793 994902 995261
    Changes:
     lintian (2.107.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - architecture-escape
           - control-interpreter-without-predepends
           - ldconfig-escape
           - runtime-test-file-uses-supported-python-versions-without-test-depends
         + Removed:
           - breakout-link
           - preinst-interpreter-without-predepends
           - runtime-test-file-uses-supported-python-versions-without-python-all-build-depends
     .
       [ Felix Lechner ]
       * Repurpose breakout-link; split into two new tags to find a use.
         (Closes: #968525, #971707)
       * Do not expect files in sudoers.d to have standard file permissions.
         (Closes: #995261)
       * Do not flag missing matches for Files-Excluded; uscan already got rid
         of them. (Closes: #994271)
       * Fix documentation for --fails-on command line option. (Closes: #994414)
       * Exempt empty packages so declared from empty-binary-package.
         (Closes: #994711)
       * Allow maintainer manual pages for executables also so provided.
         (Closes: #994689)
       * Only create diffstat when the diff.gz is mentioned in the dsc or the
         changes. (Closes: #994793)
       * Fix minimum version for init-system-helpers in a tag description.
         (Closes: #918137)
       * Be ambivalent between /lib and /usr/lib for systemd service files.
         (See: #992465)
       * Adopt latest style from website for the standalone HTML output often
         shown in Salsa CI.
       * Implement the multiarch selector :any in package relationships.
         (Closes: #994902)
     .
       [ Paul Wise ]
       * Revert "Upgrade superficial-tests tag to warning".
    Checksums-Sha1:
     5ec90df95563f1a6e6984afd90224cd117ac8d66 1586 lintian_2.107.0.dsc
     e505eec7c5363b037328283ac2fb6e5173683947 2055384 lintian_2.107.0.tar.xz
     7c4a008d4913b887bbf47f4a33460e5615ab437f 5697 lintian_2.107.0_amd64.buildinfo
    Checksums-Sha256:
     51d96b757f19fc545156836f59a32ce0a1db7d51785dc1150662d0296f6b1bc0 1586 lintian_2.107.0.dsc
     37878172115fed5a21657df8ab1fb908d62f60f24e414cce55d5f1b12f3c4515 2055384 lintian_2.107.0.tar.xz
     145e1fa168cf79de019d41e0d94a0b38dd115dd827d71b25ce839ab2e4cbf784 5697 lintian_2.107.0_amd64.buildinfo
    Files:
     956d483a07904ed5c711733807b8af94 1586 devel optional lintian_2.107.0.dsc
     7e45f1deef8837445976f214c867b69b 2055384 devel optional lintian_2.107.0.tar.xz
     939c65d75460ef80652274ae0a091e66 5697 devel optional lintian_2.107.0_amd64.buildinfo
    
  • 2.106.1_bpo11+1
    Release lintian/2.106.1~bpo11+1 into bullseye-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Fri, 17 Sep 2021 08:57:37 +0100
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.106.1~bpo11+1
    Distribution: bullseye-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Description:
     lintian    - Debian package checker
    Closes: 898867 927476 932870 935907 942013 947258 962601 968011 969398 969762 972181 972876 972878 974175 974575 976643 976681 976801 977261 977332 977976 978144 978534 980247 980560 980824 980987 981163 981268 981279 981712 981932 981935 982322 982630 982834 983219 983598 984678 985064 986400 988591 991242 992465 993531 993651 993711 993758 993908 993955 993975 994088
    Changes:
     lintian (2.106.1~bpo11+1) bullseye-backports; urgency=medium
     .
       * Rebuild for bullseye-backports.
     .
     lintian (2.106.1) unstable; urgency=medium
     .
       [ Felix Lechner ]
       * Add Breaks: libconfig-model-dpkg-perl (<< 2.151) to debian/control.
         This avoids blocking testing migration in the Debci infrastructure.
         (See: #968000)
       * Fix an autopkgtest failure on i386 related to the
         shared-libs-non-pic-i386 test.
     .
     lintian (2.106.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - file-included-already
           - source-ships-excluded-file
           - superfluous-file-pattern
         + Removed:
           - copyright-excludes-files-in-native-package
           - source-includes-file-in-files-excluded
           - unused-file-paragraph-in-dep5-copyright
           - wildcard-matches-nothing-in-dep5-copyright
     .
       [ Felix Lechner ]
       * Drop recommendation to implement usr-merge for individual packages.
         (Closes: #993955)
       * Use default output width of 80 characters. (Closes: #993908)
       * Issue homepage-in-binary-package only when there is none in the source.
         (Closes: #993975)
       * Implement Files-Included field in DEP-5 copyright files.
         (Closes: #993758)
       * Parse path to source .dsc using a more robust method. (Closes: #994088)
     .
       [ gregor herrmann ]
       * Refresh data/fields/perl-provides.
     .
     lintian (2.105.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - backgrounded-test-command
           - crossing-screens
           - duplicate-p3dist-override
           - elevated-privileges
           - illegal-variable
           - misplaced-systemd-tmpfiles
           - missing-conffile
           - no-versioned-debhelper-prerequisite
           - nodejs-missing-version-override
           - obsolete-vim-addon-manager
           - pypi-homepage
           - python-traceback-in-manpage
           - ruby-interpreter-is-deprecated
           - rubygem-homepage
           - rules-require-build-prerequisite
           - rust-boilerplate
           - source-contains-editor-backup-file
           - source-contains-patch-failure-file
           - source-contains-quilt-control-dir
           - superficial-tests
           - systemd-service-in-odd-location
           - systemd-tmpfile-in-var-run
           - unexpected-conffile
           - unknown-conffile-instruction
           - unmerged-usr
           - upstream-metadata-field-unknown
           - wrong-team
         + Removed:
           - ancient-standards-version
           - conffile-is-not-in-package
           - missing-build-dependency
           - missing-python-build-dependency
           - octal-permissions
           - package-lacks-versioned-build-depends-on-debhelper
           - package-needs-versioned-debhelper-build-depends
           - setgid-binary
           - setuid-binary
           - setuid-gid-binary
           - systemd-service-file-outside-lib
           - systemd-tmpfiles.d-outside-usr-lib
     .
       [ Chris Lamb ]
       * Check for Python tracebacks in manual pages,  usually caused by failing
         help2man calls (and cause reproducibility issues).
       * Correct confusion between left and right parens that was leading to
         output such as ")2 errors)".
       * Bump Standards-Version to 4.6.0.1.
     .
       [ Felix Lechner ]
       * Implement usr-merge; flag files shipped in /bin, /sbin or /lib.
       * Flag systemd temporary files placed in /var/run. (Closes: #984678)
       * Do not repeat tag name when annotating hints. (Closes: #969398)
       * Refuse to read installable control data in national encodings.
       * Stop shipping modules in system path. (Closes: #968011)
         - Provide a dedicated, non-public executable to obtain the latest
           policy version from Lintian data. (See: #978672)
       * Flag the use of DEB_BUILD_MULTIARCH in some Debian files.
         (Closes: #983219)
       * For team-maintained packages, flag names in another team's name space.
       * Provide a generalized method to grant exemptions to package families
         (screens).
         - Exempt ELPA packaging scripts for Emacs modules from
           executable-in-usr-lib. (Closes: #974175)
         - Exempt GNAT's read-only .ali files from non-standard-file-perm.
           (Closes: #986400)
       * Treat NMU edge cases for non-consecutive-debian-revision.
         (Closes: #942013)
       * Recommend the newer php-markdown over libmarkdown-php when embedded.
         (Closes: #898867)
       * Convert possible-gpl-code-linked-with-openssl to a classification tag.
         (Closes: #972181)
       * Turn maybe-not-arch-all-binnmuable into a classification tag.
       * Combine, rename two confusing debhelper tags. (Closes: #977332)
       * Warn when trying to issue duplicate hints; provide more context to
         disambiguate similar hints.
       * Add --output-width; wrap EWI tag descriptions to width of output
         terminal otherwise.
       * Assume that all interactive terminals are hyperlink-capable, but change
         default to off.
       * Send all debugging and status information to STDERR.
       * Drop support for custom visibility levels in profiles.
       * Prefer spaces over commas as field separators in profiles.
       * Build test packages automatically when running tests.
         (Closes: #927476, #935907)
       * Use semantic versioning for the output of '--version'; omit Git hash
         from Lintian version strings.
       * Refer to new website in output.
       * Update manual references for the first time in almost two years.
       * Update the JSON data file for Debian policy releases; include all up
         to 4.6.0.1.
       * Drop UTF-8 PerlIO layers for STDOUT and STDERR from almost all
         executables and the test suite. (Closes: #972876, #972878)
       * Do not pretend to show hashbang in hint context for unusual
         interpreters. (Closes: #982630)
       * Treat Testsuite field as a comma-separated list for the teams pkg-perl
         and pkg-js. (Closes: #976801)
       * Use current program names in help messages and version announcements.
         (Closes: #977261)
       * Allow tilde in names of installed JAR archives. (Closes: #976681)
       * Flag source packages that declare only tests with the 'superficial'
         restriction. (Closes: #932870)
       * Ignore SIGWINCH in the test suite. (Closes: #974575)
       * For manual pages, extract section information correctly from .TH
         header. (Closes: #962601)
       * Recognize Architecture and Classes as valid fields in d/tests/control.
         (Closes: #977976)
       * Restructure tags for file permissions; combine tags for setuid/setgid
         executables.
       * Detect Rust boilerplate in package descriptions. (See: !344)
       * Do not fail on dangling symlinks when looking for obsolete, missing or
         invalid content. (Closes: #978534)
       * Always print full path to patch files. (Closes: #980247)
       * Tolerate manual pages for subcommands when main command is documented.
         (Closes: #947258)
       * Tighten regex for no-op-testsuite to stop false positives.
         (Closes: #980824)
       * Allow environment prefix when recognizing 'dh' sequencer.
         (Closes: #981712)
       * Ignore build profiles when requiring dh helper for Python
         prerequisites. (Closes: #991242)
       * Ignore build profiles when flagging use of py3versions in d/rules.
         (Closes: #978144)
       * Do not flag Python3 entry point definitions as out-of-place
         documentation. (Closes: #981268)
       * Flag duplicates in d/py3dist-overrides. (Closes: #980987)
       * Flag PyPI homepages in source control files. (Closes: #981932)
       * Flag Rubygem homepages in source control files. (Closes: #981935)
       * Accept the virtual package dh-sequence-dkms as B-D for 'dh
         --with-dkms'. (Closes: #982834)
       * Drop reference to archive keyring from package-installs-apt-sources.
         (Closes: #983598)
       * Read error message from Config::Tiny via the advertised mechanism.
         (Closes: #985064)
       * Add 'utils.h' to the list of overly generic headers. (Closes: #982322)
       * Drop package file names from tag context for unknown-field.
         (Closes: #980560)
       * Flag backgrounded Test-Commands in autopkgtest declarations.
         (Closes: #988591)
       * For multi-component sources, always drop common prefixes for
         sub-components. (Closes: #976643)
       * Accept more than two components in architecture wildcards for package
         relationships. (Closes: #981163)
       * Add Breaks: lintian-brush (<< 0.88) to debian/control due to failing
         autopkgtests.
       * Implement two perltidy policies.
       * Implement 87 perlcritic policies; disregard four others.
       * Ignore special attributes like 'remove-on-upgrade' in DEBIAN/conffiles.
         (Closes: #993531, #993711)
       * Read checks separately from ./lib and ./checks; forego symbolic link.
         (Closes: #993651)
     .
       [ Simon McVittie ]
       * Update lists of registered build-profile names
     .
       [ Paul Wise ]
       * spelling: Add several corrections
       * Upgrade superficial-tests tag to warning
     .
       [ Xavier Guimard ]
       * Verify that nodejs module does not use semantic-release
       * Fix and simplify search when parsing pkg-js-autopkgtest files.
         (Closes: #981279)
     .
       [ Emmanuel Bourg ]
       * Detect obsolete Servlet API 3.1. (See: !348)
     .
       [ Alexandre Rossi ]
       * Recognize empty and very small files as architecture-independent.
     .
       [ Jelmer Vernooij ]
       * Fix typo: valgring => valgrind.
       * Fix archive section mapping for rust development packages.
       * Check upstream field names in upstream metadata. (Closes: #969762)
     .
       [ gregor herrmann ]
       * Add another spelling correction.
     .
       [ Victor Westerhuis ]
       * Add --no-rename as a recognized option for dpkg-divert.
     .
       [ Brian Murray ]
       * Recognize Ubuntu's next release, named 'impish', among the known-dists.
     .
       [ Louis-Philippe Véronneau ]
       * Add check for obsolete installation prerequisite vim-addon-manager.
     .
       [ Fatih Altun ]
       * Add profile for Pardus Linux
     .
       [ Antonio Terceiro ]
       * Stop suggesting ruby-interpreter as a prerequisite. (See: !365)
       * Warn about the outdated prerequisite ruby-interpreter. (See: !365)
     .
       [ Peter Pentchev ]
       * Adjust to debhelper's new install location for systemd service files.
         (Closes: #992465)
    Checksums-Sha1:
     78bfaa417c8f6b45e4df9523ea19777dca2f0111 2501 lintian_2.106.1~bpo11+1.dsc
     c341e7e7e2aabf2085403ff3c0ae38932bf62489 2072740 lintian_2.106.1~bpo11+1.tar.xz
     ae05e17960bfb6334483514a05faa50b8567923b 1330936 lintian_2.106.1~bpo11+1_all.deb
     a1cb5de14b39839badf9ade8b814726385ecbc24 6575 lintian_2.106.1~bpo11+1_amd64.buildinfo
    Checksums-Sha256:
     ec316fd346e0ce992d23165baadf80955d663c18a54fa0f528a72ffbdf902fe2 2501 lintian_2.106.1~bpo11+1.dsc
     db6015504a49b1c0f2a530affc933cc35dbf9f82469b02567b7589784db594a6 2072740 lintian_2.106.1~bpo11+1.tar.xz
     663fdb896f533e0aab349e1298142850938af60573770286424149a5e2205200 1330936 lintian_2.106.1~bpo11+1_all.deb
     21d75b09f271564f1b27e82ed7886aa4c8dff1690643d26d105ad3d6ae2b408f 6575 lintian_2.106.1~bpo11+1_amd64.buildinfo
    Files:
     17c38aa39c9e3145e56dbc272f6314dc 2501 devel optional lintian_2.106.1~bpo11+1.dsc
     135b184dade88bcd52bc610b92dc2a65 2072740 devel optional lintian_2.106.1~bpo11+1.tar.xz
     2565ae08fa32ad4c3259d98ba99ec59b 1330936 devel optional lintian_2.106.1~bpo11+1_all.deb
     e1bff79a72fef08b737d2dbe30bec4c8 6575 devel optional lintian_2.106.1~bpo11+1_amd64.buildinfo
    
    
    
  • 2.106.1
    Release lintian/2.106.1 into unstable.
    
    Format: 1.8
    Date: Tue, 14 Sep 2021 14:05:49 +0000
    Source: lintian
    Architecture: source
    Version: 2.106.1
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Changes:
     lintian (2.106.1) unstable; urgency=medium
     .
       [ Felix Lechner ]
       * Add Breaks: libconfig-model-dpkg-perl (<< 2.151) to debian/control.
         This avoids blocking testing migration in the Debci infrastructure.
         (See: #968000)
       * Fix an autopkgtest failure on i386 related to the
         shared-libs-non-pic-i386 test.
    Checksums-Sha1:
     9aedf34d083cab06e917ecc903c3081c52e3309d 1586 lintian_2.106.1.dsc
     9ce4fcf90c93e6632cfc9770e7535773b71afd10 2053156 lintian_2.106.1.tar.xz
     8482474288e6412b3450f24bc0f9e41234f696c3 5669 lintian_2.106.1_amd64.buildinfo
    Checksums-Sha256:
     dcc2ef4b8f8bff0effce312843c06dd7adb69f50667cb1c80ea9f6d7c5153ff8 1586 lintian_2.106.1.dsc
     a55cbe35b1ac8f45c1182855b9fbe65b8bc4a88da9f207852560c4212d1fdc09 2053156 lintian_2.106.1.tar.xz
     660bffa04092d61e41697d71b18a39a80f5d3c21268728b2f1884be4d709256f 5669 lintian_2.106.1_amd64.buildinfo
    Files:
     1caa071b7a4392d7006405b993d6fb1e 1586 devel optional lintian_2.106.1.dsc
     e2e4e83c84c5bc414d7ae6891b7d8cbe 2053156 devel optional lintian_2.106.1.tar.xz
     eb5f1e9318c8c94d4732947305e61a17 5669 devel optional lintian_2.106.1_amd64.buildinfo
    
  • 2.106.0
    Release lintian/2.106.0 into unstable.
    
    Format: 1.8
    Date: Mon, 13 Sep 2021 09:55:19 +0000
    Source: lintian
    Architecture: source
    Version: 2.106.0
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 993758 993908 993955 993975 994088
    Changes:
     lintian (2.106.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - file-included-already
           - source-ships-excluded-file
           - superfluous-file-pattern
         + Removed:
           - copyright-excludes-files-in-native-package
           - source-includes-file-in-files-excluded
           - unused-file-paragraph-in-dep5-copyright
           - wildcard-matches-nothing-in-dep5-copyright
     .
       [ Felix Lechner ]
       * Drop recommendation to implement usr-merge for individual packages.
         (Closes: #993955)
       * Use default output width of 80 characters. (Closes: #993908)
       * Issue homepage-in-binary-package only when there is none in the source.
         (Closes: #993975)
       * Implement Files-Included field in DEP-5 copyright files.
         (Closes: #993758)
       * Parse path to source .dsc using a more robust method. (Closes: #994088)
     .
       [ gregor herrmann ]
       * Refresh data/fields/perl-provides.
    Checksums-Sha1:
     9418e40876b624abda3fbd373bce08ca5aae4026 1586 lintian_2.106.0.dsc
     0403aae232af124e8152eda4993435615674bec2 2053240 lintian_2.106.0.tar.xz
     17a68e8d869eac3957f6a0d2dc3496a5a48c194e 5669 lintian_2.106.0_amd64.buildinfo
    Checksums-Sha256:
     f16b3ffd18987373b6008aeebea4d8347d2fec72a85f35c189cda140c82d7ef4 1586 lintian_2.106.0.dsc
     952d50136e2bb741d729fa09740b2864c808e45539dac56f4e3e50559332ebd8 2053240 lintian_2.106.0.tar.xz
     ed960005f3e91fcf9012d580d47c06659fefe618e2f2616b8f4550c53c0679a8 5669 lintian_2.106.0_amd64.buildinfo
    Files:
     3dabb84983ecce08da847e7d77758cc2 1586 devel optional lintian_2.106.0.dsc
     8844b58a4c8137240f466cb4515a4c3f 2053240 devel optional lintian_2.106.0.tar.xz
     a310fb04ca4b1042e5e0f81ae897dfc1 5669 devel optional lintian_2.106.0_amd64.buildinfo
    
  • 2.105.0
    Release lintian/2.105.0 into unstable.
    
    Format: 1.8
    Date: Tue, 07 Sep 2021 09:43:56 +0000
    Source: lintian
    Architecture: source
    Version: 2.105.0
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 898867 927476 932870 935907 942013 947258 962601 968011 969398 969762 972181 972876 972878 974175 974575 976643 976681 977261 977332 977976 978144 978534 980247 980560 980824 980987 981163 981268 981279 981712 981932 981935 982322 982630 982834 983219 983598 984678 985064 986400 988591 991242 992465 993531 993651 993711 9768010
    Changes:
     lintian (2.105.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - backgrounded-test-command
           - crossing-screens
           - duplicate-p3dist-override
           - elevated-privileges
           - illegal-variable
           - misplaced-systemd-tmpfiles
           - missing-conffile
           - no-versioned-debhelper-prerequisite
           - nodejs-missing-version-override
           - obsolete-vim-addon-manager
           - pypi-homepage
           - python-traceback-in-manpage
           - ruby-interpreter-is-deprecated
           - rubygem-homepage
           - rules-require-build-prerequisite
           - rust-boilerplate
           - source-contains-editor-backup-file
           - source-contains-patch-failure-file
           - source-contains-quilt-control-dir
           - superficial-tests
           - systemd-service-in-odd-location
           - systemd-tmpfile-in-var-run
           - unexpected-conffile
           - unknown-conffile-instruction
           - unmerged-usr
           - upstream-metadata-field-unknown
           - wrong-team
         + Removed:
           - ancient-standards-version
           - conffile-is-not-in-package
           - missing-build-dependency
           - missing-python-build-dependency
           - octal-permissions
           - package-lacks-versioned-build-depends-on-debhelper
           - package-needs-versioned-debhelper-build-depends
           - setgid-binary
           - setuid-binary
           - setuid-gid-binary
           - systemd-service-file-outside-lib
           - systemd-tmpfiles.d-outside-usr-lib
     .
       [ Chris Lamb ]
       * Check for Python tracebacks in manual pages,  usually caused by failing
         help2man calls (and cause reproducibility issues).
       * Correct confusion between left and right parens that was leading to
         output such as ")2 errors)".
       * Bump Standards-Version to 4.6.0.1.
     .
       [ Felix Lechner ]
       * Implement usr-merge; flag files shipped in /bin, /sbin or /lib.
       * Flag systemd temporary files placed in /var/run. (Closes: #984678)
       * Do not repeat tag name when annotating hints. (Closes: #969398)
       * Refuse to read installable control data in national encodings.
       * Stop shipping modules in system path. (Closes: #968011)
         - Provide a dedicated, non-public executable to obtain the latest
           policy version from Lintian data. (See: #978672)
       * Flag the use of DEB_BUILD_MULTIARCH in some Debian files.
         (Closes: #983219)
       * For team-maintained packages, flag names in another team's name space.
       * Provide a generalized method to grant exemptions to package families
         (screens).
         - Exempt ELPA packaging scripts for Emacs modules from
           executable-in-usr-lib. (Closes: #974175)
         - Exempt GNAT's read-only .ali files from non-standard-file-perm.
           (Closes: #986400)
       * Treat NMU edge cases for non-consecutive-debian-revision.
         (Closes: #942013)
       * Recommend the newer php-markdown over libmarkdown-php when embedded.
         (Closes: #898867)
       * Convert possible-gpl-code-linked-with-openssl to a classification tag.
         (Closes: #972181)
       * Turn maybe-not-arch-all-binnmuable into a classification tag.
       * Combine, rename two confusing debhelper tags. (Closes: #977332)
       * Warn when trying to issue duplicate hints; provide more context to
         disambiguate similar hints.
       * Add --output-width; wrap EWI tag descriptions to width of output
         terminal otherwise.
       * Assume that all interactive terminals are hyperlink-capable, but change
         default to off.
       * Send all debugging and status information to STDERR.
       * Drop support for custom visibility levels in profiles.
       * Prefer spaces over commas as field separators in profiles.
       * Build test packages automatically when running tests.
         (Closes: #927476, #935907)
       * Use semantic versioning for the output of '--version'; omit Git hash
         from Lintian version strings.
       * Refer to new website in output.
       * Update manual references for the first time in almost two years.
       * Update the JSON data file for Debian policy releases; include all up
         to 4.6.0.1.
       * Drop UTF-8 PerlIO layers for STDOUT and STDERR from almost all
         executables and the test suite. (Closes: #972876, #972878)
       * Do not pretend to show hashbang in hint context for unusual
         interpreters. (Closes: #982630)
       * Treat Testsuite field as a comma-separated list for the teams pkg-perl
         and pkg-js. (Closes: #9768010)
       * Use current program names in help messages and version announcements.
         (Closes: #977261)
       * Allow tilde in names of installed JAR archives. (Closes: #976681)
       * Flag source packages that declare only tests with the 'superficial'
         restriction. (Closes: #932870)
       * Ignore SIGWINCH in the test suite. (Closes: #974575)
       * For manual pages, extract section information correctly from .TH
         header. (Closes: #962601)
       * Recognize Architecture and Classes as valid fields in d/tests/control.
         (Closes: #977976)
       * Restructure tags for file permissions; combine tags for setuid/setgid
         executables.
       * Detect Rust boilerplate in package descriptions. (See: !344)
       * Do not fail on dangling symlinks when looking for obsolete, missing or
         invalid content. (Closes: #978534)
       * Always print full path to patch files. (Closes: #980247)
       * Tolerate manual pages for subcommands when main command is documented.
         (Closes: #947258)
       * Tighten regex for no-op-testsuite to stop false positives.
         (Closes: #980824)
       * Allow environment prefix when recognizing 'dh' sequencer.
         (Closes: #981712)
       * Ignore build profiles when requiring dh helper for Python
         prerequisites. (Closes: #991242)
       * Ignore build profiles when flagging use of py3versions in d/rules.
         (Closes: #978144)
       * Do not flag Python3 entry point definitions as out-of-place
         documentation. (Closes: #981268)
       * Flag duplicates in d/py3dist-overrides. (Closes: #980987)
       * Flag PyPI homepages in source control files. (Closes: #981932)
       * Flag Rubygem homepages in source control files. (Closes: #981935)
       * Accept the virtual package dh-sequence-dkms as B-D for 'dh
         --with-dkms'. (Closes: #982834)
       * Drop reference to archive keyring from package-installs-apt-sources.
         (Closes: #983598)
       * Read error message from Config::Tiny via the advertised mechanism.
         (Closes: #985064)
       * Add 'utils.h' to the list of overly generic headers. (Closes: #982322)
       * Drop package file names from tag context for unknown-field.
         (Closes: #980560)
       * Flag backgrounded Test-Commands in autopkgtest declarations.
         (Closes: #988591)
       * For multi-component sources, always drop common prefixes for
         sub-components. (Closes: #976643)
       * Accept more than two components in architecture wildcards for package
         relationships. (Closes: #981163)
       * Add Breaks: lintian-brush (<< 0.88) to debian/control due to failing
         autopkgtests.
       * Implement two perltidy policies.
       * Implement 87 perlcritic policies; disregard four others.
       * Ignore special attributes like 'remove-on-upgrade' in DEBIAN/conffiles.
         (Closes: #993531, #993711)
       * Read checks separately from ./lib and ./checks; forego symbolic link.
         (Closes: #993651)
     .
       [ Simon McVittie ]
       * Update lists of registered build-profile names
     .
       [ Paul Wise ]
       * spelling: Add several corrections
       * Upgrade superficial-tests tag to warning
     .
       [ Xavier Guimard ]
       * Verify that nodejs module does not use semantic-release
       * Fix and simplify search when parsing pkg-js-autopkgtest files.
         (Closes: #981279)
     .
       [ Emmanuel Bourg ]
       * Detect obsolete Servlet API 3.1. (See: !348)
     .
       [ Alexandre Rossi ]
       * Recognize empty and very small files as architecture-independent.
     .
       [ Jelmer Vernooij ]
       * Fix typo: valgring => valgrind.
       * Fix archive section mapping for rust development packages.
       * Check upstream field names in upstream metadata. (Closes: #969762)
     .
       [ gregor herrmann ]
       * Add another spelling correction.
     .
       [ Victor Westerhuis ]
       * Add --no-rename as a recognized option for dpkg-divert.
     .
       [ Brian Murray ]
       * Recognize Ubuntu's next release, named 'impish', among the known-dists.
     .
       [ Louis-Philippe Véronneau ]
       * Add check for obsolete installation prerequisite vim-addon-manager.
     .
       [ Fatih Altun ]
       * Add profile for Pardus Linux
     .
       [ Antonio Terceiro ]
       * Stop suggesting ruby-interpreter as a prerequisite. (See: !365)
       * Warn about the outdated prerequisite ruby-interpreter. (See: !365)
     .
       [ Peter Pentchev ]
       * Adjust to debhelper's new install location for systemd service files.
         (Closes: #992465)
    Checksums-Sha1:
     2e578de63f1502bdb742c5b864516696dbf7f11f 1586 lintian_2.105.0.dsc
     908caf020432d356af1cadf783ab7ae3c70ed219 2052004 lintian_2.105.0.tar.xz
     07afd24a495439b315cadb03ac59e66edc77a309 5668 lintian_2.105.0_amd64.buildinfo
    Checksums-Sha256:
     fb287886df123e30d4ffe01f623dac6bc8db0093c84aa38211eb24aa1ad9bc00 1586 lintian_2.105.0.dsc
     d9fa12b4c11cc6aed94fe2a27d4586d5e28477373ef0074503ffd978d0550cfa 2052004 lintian_2.105.0.tar.xz
     ba09549d7a6f005685b2d3c5b068ec7df633b9c0bb681ac78ba49260448758d2 5668 lintian_2.105.0_amd64.buildinfo
    Files:
     e683c380e5f0ac3f80b32212efe4d683 1586 devel optional lintian_2.105.0.dsc
     602f173427c42bade1f85d81b028810f 2052004 devel optional lintian_2.105.0.tar.xz
     26e93534e08c27df19861556c6663610 5668 devel optional lintian_2.105.0_amd64.buildinfo
    
    
  • 2.104.0_bpo10+1
    Release lintian/2.104.0~bpo10+1 into buster-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Mon, 01 Feb 2021 18:45:06 +0000
    Source: lintian
    Binary: lintian
    Architecture: source all
    Version: 2.104.0~bpo10+1
    Distribution: buster-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.104.0~bpo10+1) buster-backports; urgency=medium
     .
       * Rebuild for buster-backports.
     .
     lintian (2.104.0) unstable; urgency=medium
     .
       [ Baptiste Beauplat ]
         Recognize the recently-released Standards-Version 4.5.1 as a valid
         policy version.
     .
       [ Sylvestre Ledru ]
       * Accept field X-Cargo-Built-Using for installable packages; they are
         used by Rust.
     .
       [ Paul Wise ]
       * Add several spelling corrections.
    Checksums-Sha1:
     8d72f00f2a1c6e7ca954ec4f09d176769d25a32f 2417 lintian_2.104.0~bpo10+1.dsc
     5373fb19a178a611e2d79d8fd5a5de149e2ba0f1 2005144 lintian_2.104.0~bpo10+1.tar.xz
     98d3618d557fe74523f7e963e3cb9c7512e3c6c7 1264076 lintian_2.104.0~bpo10+1_all.deb
     e8bf88388ec6182c2f162a00a1db7498874eebd7 6196 lintian_2.104.0~bpo10+1_amd64.buildinfo
    Checksums-Sha256:
     ad9defd6adaed49a32f73609a50a1466cf057a623b3e4db8a1956bcc6c295b65 2417 lintian_2.104.0~bpo10+1.dsc
     d8792ffb737eb7133b17552f6280bd71f3a7ce0a6d72dec1185e01a8cc59b19b 2005144 lintian_2.104.0~bpo10+1.tar.xz
     b69067c21dda8416d26cd8c8be1fec768568412bc393fafaedda26f35d558d5e 1264076 lintian_2.104.0~bpo10+1_all.deb
     f369e6565707f6a9a56334c3d5471ea994a14c319ad4a748cd486fda2ebc5af4 6196 lintian_2.104.0~bpo10+1_amd64.buildinfo
    Files:
     c404158adb9b79690d9f04312dabfee4 2417 devel optional lintian_2.104.0~bpo10+1.dsc
     ea1080a34da96e82d5d4acf4a9b4762a 2005144 devel optional lintian_2.104.0~bpo10+1.tar.xz
     22ca2518260d87ee80486fcb99dfc513 1264076 devel optional lintian_2.104.0~bpo10+1_all.deb
     b559db2799e7682d5523c7459bd1b857 6196 devel optional lintian_2.104.0~bpo10+1_amd64.buildinfo
    
    
  • 2.104.0
    Release lintian/2.104.0 into unstable.
    
    Format: 1.8
    Date: Fri, 27 Nov 2020 09:20:48 +0000
    Source: lintian
    Architecture: source
    Version: 2.104.0
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Changes:
     lintian (2.104.0) unstable; urgency=medium
     .
       [ Baptiste Beauplat ]
         Recognize the recently-released Standards-Version 4.5.1 as a valid
         policy version.
     .
       [ Sylvestre Ledru ]
       * Accept field X-Cargo-Built-Using for installable packages; they are
         used by Rust.
     .
       [ Paul Wise ]
       * Add several spelling corrections.
    Checksums-Sha1:
     ec2a0e91c73754b8858a1cae3e3f5664671cde41 1502 lintian_2.104.0.dsc
     425c38c0d76289ff431026e03535de73fb5e08e5 1985148 lintian_2.104.0.tar.xz
     5b2615e6cf53808fc6497a5c68e7f4d47caa5000 5490 lintian_2.104.0_amd64.buildinfo
    Checksums-Sha256:
     526920c06422ed925d732b3ecd4bd62c54dc3febbf91a7dfeb263fda943182c7 1502 lintian_2.104.0.dsc
     1c29f0070d6b3ece67a3f4fc7ecd47f55af6d747736d1e47c8dee846bc1854d5 1985148 lintian_2.104.0.tar.xz
     18c3c913705a424247d75ff4662ff16e6bd86ad22122913fda91005b72d3a2d5 5490 lintian_2.104.0_amd64.buildinfo
    Files:
     02aae356881964f857e33936edbbaa59 1502 devel optional lintian_2.104.0.dsc
     0cf82ea00e70bb62d636cf539c16f639 1985148 devel optional lintian_2.104.0.tar.xz
     a25ccd26eb7ede6a643d6cf0593cecd2 5490 devel optional lintian_2.104.0_amd64.buildinfo
    
  • 2.103.0_bpo10+1
    Release lintian/2.103.0~bpo10+1 into buster-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Fri, 27 Nov 2020 09:09:15 +0000
    Source: lintian
    Architecture: source
    Version: 2.103.0~bpo10+1
    Distribution: buster-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 970750 971597 972567 972877 974820 974946 974971
    Changes:
     lintian (2.103.0~bpo10+1) buster-backports; urgency=medium
     .
       * Rebuild for buster-backports.
     .
     lintian (2.103.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - duplicate-override-context
     .
       [ Felix Lechner ]
       * Merge subindices for "orig" sources with multiple tarball components.
         (Closes: #970750, #971597, #972567)
       * Do not try to drop a common prefix from indices when a file of that
         name already exists (Closes: #974820)
       * Ignore dysfunctional output from readelf (for empty archives) and
         undefined version strings in readelf output.
       * Announce names used by the maintainer when flagging overrides for
         renamed tags. (Closes: #972877)
       * Turn off CSS generation in Pod::Simple::HTMLBatch for reprotest.
       * Accept Build-Depends-Packages (plural) as a valid field in symbols
         control files. (Closes: #974971)
       * Use Pod::Simple::XHTML to generate docs (instead of Pod::Simple::HTML).
       * Fix detection of an unwanted prefix for "orig" component tarballs
         without their own folder.
       * Rename repeating segments when dropping common path prefixes from
         indices.
       * Accept renamed tag names in custom profiles. (Closes: #974946)
       * Collapse successive slashes in file paths extracted from tar(1).
       * Update data/fields/perl-provides.
     .
       [ Paul Wise ]
       * Add several spelling corrections.
    Checksums-Sha1:
     8a3a4770d0c6d4b923bf54abe2c6bf6a3fe83234 2417 lintian_2.103.0~bpo10+1.dsc
     8ef6b97f5dedf6a0c5db3816d80a2dc674815a6d 2004364 lintian_2.103.0~bpo10+1.tar.xz
     64f454c51bb6dca59b240a0dedcf89e12d131f2d 5904 lintian_2.103.0~bpo10+1_source.buildinfo
    Checksums-Sha256:
     e5e8ec8db5199b052580ab534051b677b5bc6409ba22f4c00f2a9ad2c65b1208 2417 lintian_2.103.0~bpo10+1.dsc
     0c57916ca1e95be9edb451cf258133821231d39cc1415fe6245c63b838ad8867 2004364 lintian_2.103.0~bpo10+1.tar.xz
     49109d6fff22a4a523f2cc0672e33788403a0c89139a085351b96adaceb6bda1 5904 lintian_2.103.0~bpo10+1_source.buildinfo
    Files:
     6e48df8fd98a9de8cf990779276574e4 2417 devel optional lintian_2.103.0~bpo10+1.dsc
     004596df881b150e2748f61747bda909 2004364 devel optional lintian_2.103.0~bpo10+1.tar.xz
     27675e2c984248222d20ac770f29eb2e 5904 devel optional lintian_2.103.0~bpo10+1_source.buildinfo
    
    
  • 2.103.0
    Release lintian/2.103.0 into unstable.
    
    Format: 1.8
    Date: Sat, 21 Nov 2020 18:22:40 +0000
    Source: lintian
    Architecture: source
    Version: 2.103.0
    Distribution: unstable
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 970750 971597 972567 972877 974820 974946 974971
    Changes:
     lintian (2.103.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - duplicate-override-context
     .
       [ Felix Lechner ]
       * Merge subindices for "orig" sources with multiple tarball components.
         (Closes: #970750, #971597, #972567)
       * Do not try to drop a common prefix from indices when a file of that
         name already exists (Closes: #974820)
       * Ignore dysfunctional output from readelf (for empty archives) and
         undefined version strings in readelf output.
       * Announce names used by the maintainer when flagging overrides for
         renamed tags. (Closes: #972877)
       * Turn off CSS generation in Pod::Simple::HTMLBatch for reprotest.
       * Accept Build-Depends-Packages (plural) as a valid field in symbols
         control files. (Closes: #974971)
       * Use Pod::Simple::XHTML to generate docs (instead of Pod::Simple::HTML).
       * Fix detection of an unwanted prefix for "orig" component tarballs
         without their own folder.
       * Rename repeating segments when dropping common path prefixes from
         indices.
       * Accept renamed tag names in custom profiles. (Closes: #974946)
       * Collapse successive slashes in file paths extracted from tar(1).
       * Update data/fields/perl-provides.
     .
       [ Paul Wise ]
       * Add several spelling corrections.
    Checksums-Sha1:
     50b8253705731ff82e2ae3540a349f029fc0592c 1502 lintian_2.103.0.dsc
     b12f96afc5b9ada162fcbeb3985a0dda73217b6a 1984960 lintian_2.103.0.tar.xz
     7ed8aea49b69c0f5247cdd494c594349d1dbdef3 5492 lintian_2.103.0_amd64.buildinfo
    Checksums-Sha256:
     5e2c02ee1cc286bbc166d29dfd87840c07070ed02b29649e55889c3980940b52 1502 lintian_2.103.0.dsc
     c1316e410e1139989dc7ccab36d737bf469d8a2b58f273a5b62447f246db8fe9 1984960 lintian_2.103.0.tar.xz
     b8d954322ee058cc6ef2b3ade13877c61f3b918eabf6b59adb3b8383bdb7f02a 5492 lintian_2.103.0_amd64.buildinfo
    Files:
     b29b2b1205f11ed00535e4fb326a5eda 1502 devel optional lintian_2.103.0.dsc
     3cbfab9abc7cb73e95d388a7aa02b3e8 1984960 devel optional lintian_2.103.0.tar.xz
     5f452378c706fc2752d8c629987bdadb 5492 devel optional lintian_2.103.0_amd64.buildinfo
    
  • 2.102.0_bpo10+1
    Release lintian/2.102.0~bpo10+1 into buster-backports.
    
    -----BEGIN PGP SIGNED MESSAGE-----
    Hash: SHA256
    
    Format: 1.8
    Date: Wed, 18 Nov 2020 09:55:46 +0000
    Source: lintian
    Architecture: source
    Version: 2.102.0~bpo10+1
    Distribution: buster-backports
    Urgency: medium
    Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
    Changed-By: Chris Lamb <lamby@debian.org>
    Closes: 972614
    Changes:
     lintian (2.102.0~bpo10+1) buster-backports; urgency=medium
     .
       * Rebuild for buster-backports.
     .
     lintian (2.102.0) unstable; urgency=medium
     .
       * Summary of tag changes:
         + Added:
           - empty-rust-library-declares-provides
     .
       [ Felix Lechner ]
       * Do not flag uninstalled examples unless installation packages are
         present. (Closes: #972614)
     .
       [ Sylvestre Ledru ]
       * Rust libraries hitherto used empty installation packages with long
         Provides lines to deal with peculiarities in Rust packaging. It is no
         longer considered acceptable because it strains the archive
         infrastructure, so flag empty Rust libraries that declare Provides.
       * Provide a tip/clue in case of profile coverage errors.
       * Fix a typo in the CONTRIBUTING.md file.
    Checksums-Sha1:
     0bcdb34b6d16f2ae664651bd009442625aa19149 2417 lintian_2.102.0~bpo10+1.dsc
     2659aa295f35bef6de18184035902fe7bffd8491 2002328 lintian_2.102.0~bpo10+1.tar.xz
     3031ecc3890c1d8c17cad4ba5316eef8a28479c4 5905 lintian_2.102.0~bpo10+1_source.buildinfo
    Checksums-Sha256:
     461497d6d78c3ff8fbcdf422ae672ac70273fda24794e55769ad86d4f67eedb9 2417 lintian_2.102.0~bpo10+1.dsc
     0f8eb06f294a0b56ccfa9868d3ef3f86e4ee8b2146122f49adb6fbc4b7cb15dd 2002328 lintian_2.102.0~bpo10+1.tar.xz
     18b6a6608ad032a33b97000b8cbf12152f2365679660e249157a4dba0b6b2488 5905 lintian_2.102.0~bpo10+1_source.buildinfo
    Files:
     bf7db690862ec1f5d64c149fe6ba458a 2417 devel optional lintian_2.102.0~bpo10+1.dsc
     7ec8cb07f2e1331d95f0fc1f24083955 2002328 devel optional lintian_2.102.0~bpo10+1.tar.xz
     ac5e5493b2e2c9e8be9c6b064c6ea082 5905 devel optional lintian_2.102.0~bpo10+1_source.buildinfo