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

[Git][lintian/lintian][master] Improve the tag description for declare-python-versions-for-test.



Title: GitLab

Felix Lechner pushed to branch master at lintian / lintian

Commits:

1 changed file:

Changes:

  • tags/d/declare-python-versions-for-test.tag
    ... ... @@ -5,11 +5,21 @@ Renamed-from:
    5 5
      declare-requested-python-versions-for-test
    
    6 6
     Explanation: The specified test attempts to query the Python versions
    
    7 7
      <em>requested</em> by your sources with the command
    
    8
    - <code>py3versions --requested</code> but your sources do not actually
    
    9
    - declare those versions with the field <code>X-Python3-Version</code>.
    
    8
    + <code>py3versions --requested</code> but your sources do not declare
    
    9
    + any versions with the field <code>X-Python3-Version</code>.
    
    10 10
      .
    
    11
    - Please add the field <code>X-Python3-Version</code> with the appropriate
    
    12
    - information to the source stanza in the <code>debian/control</code> file.
    
    11
    + Please choose between two suggested remedies:
    
    12
    + .
    
    13
    + In most circumstances, it is probably best to replace the argument
    
    14
    + <code>--requested</code> with <code>--supported</code>. That will
    
    15
    + exercise the test with all available Python versions.
    
    16
    + .
    
    17
    + Should the test require specific Python versions, please add the field
    
    18
    + <code>X-Python3-Version</code> with the appropriate information to the
    
    19
    + source stanza in the <code>debian/control</code> file.
    
    20
    + .
    
    21
    + No redirection of the output, as in <code>2 &gt; /dev/null</code>, is
    
    22
    + needed in either case.
    
    13 23
     See-Also:
    
    14 24
      py3versions(1),
    
    15 25
      Bug#1001677


  • Reply to: