Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits: 5f8186aa by Nicolas Peugnet at 2024-10-31T18:49:24+00:00 Fix some obvious broken links to man pages See-also: https://salsa.debian.org/lintian/lintian-ssg/-/blob/fabe0ff7f781b538ec41607d08354d4c8cfefc4e/TODO.md - - - - - 3 changed files: - tags/m/maintainer-script-has-invalid-update-inetd-options.tag - tags/m/missing-built-using-field-for-golang-package.tag - tags/o/override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS.tag Changes: ===================================== tags/m/maintainer-script-has-invalid-update-inetd-options.tag ===================================== @@ -1,9 +1,9 @@ Tag: maintainer-script-has-invalid-update-inetd-options Severity: warning Check: scripts -See-Also: update-inetd(1), Bug#909758, Bug#909506 +See-Also: update-inetd(8), Bug#909758, Bug#909506 Explanation: The specified maintainer script seems to call - <code>update-inetd(1)</code> with an invalid option combination. + <code>update-inetd(8)</code> with an invalid option combination. . For example, the <code>--group</code> parameter is only valid in combination with <code>--add</code> and <code>--pattern</code> is only valid @@ -13,4 +13,4 @@ Explanation: The specified maintainer script seems to call which will become an error in the future, resulting in upgrade/removal failures. . - Please correct the call to <code>update-inetd(1)</code>. + Please correct the call to <code>update-inetd(8)</code>. ===================================== tags/m/missing-built-using-field-for-golang-package.tag ===================================== @@ -6,7 +6,7 @@ Explanation: The stanza for a Golang installation package in the <code>Built-Using</code> field that contains the <code>${misc:Built-Using}</code> substitution variable. . - The <code>dh-golang(1)</code> build system provides the <code>${misc:Built-Using}</code> + The <code>dh_golang(1)</code> build system provides the <code>${misc:Built-Using}</code> variable. It is used when scheduling binNMUs. . Please add the following line to the relevant stanza: ===================================== tags/o/override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS.tag ===================================== @@ -5,7 +5,7 @@ Explanation: The <code>debian/rules</code> file for this package has an <code>override_dh_auto_test</code> target that does not appear to check <code>DEB_BUILD_OPTIONS</code> against <code>nocheck</code>. . - As this check is not automatically performed by debhelper(1), the + As this check is not automatically performed by debhelper(7), the specified testsuite is run regardless of another maintainer using the <code>nocheck</code> build option. . View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/5f8186aaaad6585baaf072f7f82ef71b7e915be8 -- View it on GitLab: https://salsa.debian.org/lintian/lintian/-/commit/5f8186aaaad6585baaf072f7f82ef71b7e915be8 You're receiving this email because of your account on salsa.debian.org.

