Felix Lechner pushed to branch master at lintian / lintian
Commits: 2958339d by Felix Lechner at 2022-01-21T16:40:08-08:00 Fix typos in tag descriptions. Gbp-Dch: ignore - - - - - 2 changed files: - tags/c/circular-installation-prerequisite.tag - tags/t/test-leaves-python-version-untested.tag Changes: ===================================== tags/c/circular-installation-prerequisite.tag ===================================== @@ -3,11 +3,11 @@ Severity: warning Check: debian/control/prerequisite/circular Renamed-From: package-depends-on-itself -Explanation: The package is its own installation prerquisite in the relevant - <code>debian/control</code> stanza. +Explanation: The installable declares itself as its own installation prerequisite + in the relevant <code>debian/control</code> stanza. . Current versions of <code>dpkg-gencontrol</code> will silently ignore the - prerequisite, but this may still indicate an oversight, like a misspelling - or having unintentionally cut and pasted an incorrect package name. + prerequisite, but it may still indicate an oversight. It could be a misspelling + or having cut and pasted an incorrect package name. See-Also: debian-policy 7.2 ===================================== tags/t/test-leaves-python-version-untested.tag ===================================== @@ -2,10 +2,10 @@ Tag: test-leaves-python-version-untested Severity: warning Check: testsuite Explanation: The named autopkgtest declares <code>python3-all</code> or an equivalent - as a runtime prerquisite but the test script does not query the installed Python + as a runtime prerequisite but the test script does not query the supported Python versions with <code>py3versions --supported</code>. . The test may pass with the standard Python version but could fail in the future with a Python version that is already available now. . - It is best to run tests for all available Python versions. + It is best to run tests for all Python versions supported by the target system. View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/2958339d2bc04961772539f077842d81e683be3a -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/2958339d2bc04961772539f077842d81e683be3a You're receiving this email because of your account on salsa.debian.org.

