Nilesh Patra pushed to branch master at lintian / lintian
Commits: 33cea4f8 by Nilesh Patra at 2026-07-12T13:06:36+05:30 Upload to unstable - - - - - 1 changed file: - debian/changelog Changes: ===================================== debian/changelog ===================================== @@ -1,8 +1,47 @@ -lintian (2.137.2) UNRELEASED; urgency=medium +lintian (2.138.0) unstable; urgency=medium - * WIP (generated at release time: please do not add entries below.) + [ Nilesh Patra ] + * Summary of tag changes: + + Added: + - debhelper-base-compat-level-is-missing + + Removed: + - debhelper-compat-file-is-missing + - lzma-deb-archive + - uses-deprecated-compression-for-data-tarball + * Add Lintian::Processable::Source::CompatLevel to determine compat level + using `dh_assistant` + * Update Lintian::Check::Debhelper to use new compat_level API and drop + hand-grown processing of compat versions + * Rules.pm: Use `compat_level` processable to determine compat value instead + of checking for `debhelper-compat` in B-D + * Rename tag: debhelper-compat-file-is-missing to + debhelper-base-compat-level-is-missing + * d/control: Add debhelper to Depends (for dh_assistant) + * Add override for "binary-package-depends-on-toolchain-package" due + to `dh_assistant` (See: #1072741) + * tests: + - package-uses-x-dh-compat: Drop debhelper-compat-virtual-relation hint + - documentation/legacy-binary): Use `dpkg-deb --root-owner-group --build` + instead of `dpkg --build` to avoid permission hints (and re-enable test) + - fields/recommended/generic-empty): Re-enable test and drop hints for + `Section` and `Priority` in `.deb` as the default values are now + populated by `dpkg` (re-enabled test) + - Update tests to use updated tag name + debhelper-base-compat-level-is-missing + - Adjust hints with `dh_assistant` indicated compat level and adjust tag + hint for conflicting dh versions + + [ Benjamin Drung ] + * tests(debhelper-dh-runit-but-lacks-breaks-substvar*): + set DH_RUNIT_FORCE_ENABLE=1 + * Use data files for supported control/data compressions (LP: #1923845) + * Support zstd compressed deb archives on Ubuntu (LP: #1923845) + + [ Louis-Philippe Véronneau ] + * Remove 'lzma-deb-archive' and + 'uses-deprecated-compression-for-data-tarball' tags - -- Nilesh Patra <[email protected]> Fri, 26 Jun 2026 18:25:58 +0530 + -- Nilesh Patra <[email protected]> Sun, 12 Jul 2026 12:59:30 +0530 lintian (2.137.1) unstable; urgency=medium View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/33cea4f8ae25efab1c33347d7ca5d35749ed5b9a -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/33cea4f8ae25efab1c33347d7ca5d35749ed5b9a You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help

