Louis-Philippe Véronneau pushed to branch master at lintian / lintian
Commits:
-
5f8186aa
by Nicolas Peugnet at 2024-10-31T18:49:24+00:00
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:
1 | 1 | Tag: maintainer-script-has-invalid-update-inetd-options
|
2 | 2 | Severity: warning
|
3 | 3 | Check: scripts
|
4 | -See-Also: update-inetd(1), Bug#909758, Bug#909506
|
|
4 | +See-Also: update-inetd(8), Bug#909758, Bug#909506
|
|
5 | 5 | Explanation: The specified maintainer script seems to call
|
6 | - <code>update-inetd(1)</code> with an invalid option combination.
|
|
6 | + <code>update-inetd(8)</code> with an invalid option combination.
|
|
7 | 7 | .
|
8 | 8 | For example, the <code>--group</code> parameter is only valid in
|
9 | 9 | combination with <code>--add</code> and <code>--pattern</code> is only valid
|
... | ... | @@ -13,4 +13,4 @@ Explanation: The specified maintainer script seems to call |
13 | 13 | which will become an error in the future, resulting in upgrade/removal
|
14 | 14 | failures.
|
15 | 15 | .
|
16 | - Please correct the call to <code>update-inetd(1)</code>. |
|
16 | + Please correct the call to <code>update-inetd(8)</code>. |
... | ... | @@ -6,7 +6,7 @@ Explanation: The stanza for a Golang installation package in the |
6 | 6 | <code>Built-Using</code> field that contains the <code>${misc:Built-Using}</code>
|
7 | 7 | substitution variable.
|
8 | 8 | .
|
9 | - The <code>dh-golang(1)</code> build system provides the <code>${misc:Built-Using}</code>
|
|
9 | + The <code>dh_golang(1)</code> build system provides the <code>${misc:Built-Using}</code>
|
|
10 | 10 | variable. It is used when scheduling binNMUs.
|
11 | 11 | .
|
12 | 12 | Please add the following line to the relevant stanza:
|
... | ... | @@ -5,7 +5,7 @@ Explanation: The <code>debian/rules</code> file for this package has an |
5 | 5 | <code>override_dh_auto_test</code> target that does not appear to
|
6 | 6 | check <code>DEB_BUILD_OPTIONS</code> against <code>nocheck</code>.
|
7 | 7 | .
|
8 | - As this check is not automatically performed by debhelper(1), the
|
|
8 | + As this check is not automatically performed by debhelper(7), the
|
|
9 | 9 | specified testsuite is run regardless of another maintainer using
|
10 | 10 | the <code>nocheck</code> build option.
|
11 | 11 | .
|