Louis-Philippe Véronneau pushed to branch warning-debian-compat-file at lintian / lintian
Commits: 53402be7 by Louis-Philippe Véronneau at 2025-09-04T14:15:09-04:00 rework the uses-debhelper-compat-file tag message and add mention of the dh14 deprecation - - - - - 1 changed file: - tags/u/uses-debhelper-compat-file.tag Changes: ===================================== tags/u/uses-debhelper-compat-file.tag ===================================== @@ -1,14 +1,17 @@ Tag: uses-debhelper-compat-file Severity: warning Check: debhelper -Explanation: This package uses a <code>debian/compat</code> file to denote the - required debhelper compatibility number. +Explanation: This package declares its debhelper compatibility level with the + <code>debian/compat</code> file. . - However, debhelper has replaced <code>debian/compat</code> with the - <code>debhelper-compat</code> virtual package for most circumstances. + The recommended way to do so is to use the virtual package + <code>debhelper-compat</code> instead. . - Packages not using an experimental or beta compatibility level should - Build-Depend on the <code>debhelper-compat</code> virtual package, for + From debhelper 14 onward, using <code>debian/compat</code> is deprecated. + . + As such, unless you need an experimental or beta compatibility level, please + remove the <code>debian/compat</code> file and add the + <code>debhelper-compat</code> virtual package to your Build-Depends, for example: . Build-Depends: debhelper-compat (= 13) View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/53402be7056b9f1cb83c50699914556a45d6ed6c -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/53402be7056b9f1cb83c50699914556a45d6ed6c You're receiving this email because of your account on salsa.debian.org.

