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

lintian_2.106.1~bpo10+1_amd64.changes ACCEPTED into buster-backports->backports-policy




Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 17 Sep 2021 08:46:28 +0100
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.106.1~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
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~bpo10+1) buster-backports; urgency=medium
 .
   * Rebuild for buster-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:
 84e3a41b7ee1f2d91c5922969688af863ebf8a02 2501 lintian_2.106.1~bpo10+1.dsc
 ad5219849b0cdc47032cde087e63eb84368e5a37 2073080 lintian_2.106.1~bpo10+1.tar.xz
 81aff06d64034a7bcd087b70a8f0d40f084feafc 1330848 lintian_2.106.1~bpo10+1_all.deb
 426d4c837d34865a127623b24d01bbb27702562a 6524 lintian_2.106.1~bpo10+1_amd64.buildinfo
Checksums-Sha256:
 47acbbd6f9840ec4e2de2072d32a63f7d23363f818f6bd66a2164c21de67906a 2501 lintian_2.106.1~bpo10+1.dsc
 cf6824c70967018edad2da97e6033d3873e54541bc8f02281d7651b28b144efc 2073080 lintian_2.106.1~bpo10+1.tar.xz
 57c0a9fcaf84acd894a75fec02ed448c645719b093237cd234590b84cdee1f7a 1330848 lintian_2.106.1~bpo10+1_all.deb
 9764abd5fcda73b3a0e2b2ff00d738cb3853fe8c09a86f61e001a17201b1887b 6524 lintian_2.106.1~bpo10+1_amd64.buildinfo
Files:
 331a2b39dcdc3eccaa1e0caf0d503221 2501 devel optional lintian_2.106.1~bpo10+1.dsc
 22cdb1fcad04b27c5651056e9f9808ce 2073080 devel optional lintian_2.106.1~bpo10+1.tar.xz
 1f121cb806acf114d90741bfa657f526 1330848 devel optional lintian_2.106.1~bpo10+1_all.deb
 5813941be770265b8b81876a10624560 6524 devel optional lintian_2.106.1~bpo10+1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEwv5L0nHBObhsUz5GHpU+J9QxHlgFAmFESBkACgkQHpU+J9Qx
Hlho1xAAv/TpJVztmidkINkm/PryoDTJMwCCPxULb0+1I0vtYzDx0UOJ4qVHWCN8
3wSzhSWKwyLeAkZ3u9vfAYfezeO3QvA+Q0dfZsunoSVEfRQKJjJbrWijAKs+Gdjf
Ggi+qu/KYjlgtYIPzodKhNhEiJnq+2wDPL/5jsUP/34nVtdeNk0cnlFVnXfAZeZv
8zQFWTqg1vPQGdBSa6Qou8U3vNNVC3WEU+VJCMKfO6AU8LwkCTktfTqMkgB4GRMu
JPxNIJ5MY4GX6MiU49TKQ9r63YXLAt2oitHg18cBHZrwc4BRkeAq+qXTxtVnvVpT
JmCt3D414sJnmIy/XhFVjQ2PTTyYZ2c84bIPskXGaL/TeP+VFQv2Z7oZtOVayMGq
r3m6CEcpvWkfpqTUUGvEdesajW30HdomX7u1gll3TZlKAIvZ9Q2Qto6YRpVPWw4Q
N51RjBW+2Lo7acc/Q0flsQBgVrZbDPguCi0kW6HAIQEYt7DvGq3fyPMOPZVnaCHw
4WULtmXNoHU5l3X3pXSin1400XH6joQdxzNEBTZYKrawBgySeLwCijd7hK0jzR5J
fr+5SDhwD63sjF5V86yhPRNX25Kw3B1Md7sNo9Vj9Xi/StKZ3HWqhH9nGC+hBvTE
ZdOHEMdkwFA6rhrfYDkDOOL83DejHwSE34SLtQAmxS6h+IdM7Mg=
=Af4R
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.


Reply to: