[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][lintian/lintian][master] Fix some obvious broken links to man pages



Title: GitLab

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:

Changes:

  • tags/m/maintainer-script-has-invalid-update-inetd-options.tag
    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>.

  • tags/m/missing-built-using-field-for-golang-package.tag
    ... ... @@ -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:
    

  • 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
    5 5
      <code>override&lowbar;dh&lowbar;auto&lowbar;test</code> target that does not appear to
    
    6 6
      check <code>DEB&lowbar;BUILD&lowbar;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
      .
    


  • Reply to: