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

[Git][lintian/lintian][master] Recognize dh-sequence-sphinxdoc as a valid prerequisite for dh_sphinxdoc. (Closes: #999810)



Title: GitLab

Felix Lechner pushed to branch master at lintian / lintian

Commits:

1 changed file:

Changes:

  • lib/Lintian/Check/Debhelper.pm
    ... ... @@ -91,7 +91,8 @@ my %DH_COMMAND_MANUAL_PREREQUISITES = (
    91 91
         dh_pgxs_test => 'postgresql-server-dev-all | postgresql-all',
    
    92 92
         dh_python2 => 'dh-python | dh-sequence-python2',
    
    93 93
         dh_python3 => 'dh-python | dh-sequence-python3',
    
    94
    -    dh_sphinxdoc => 'sphinx | python-sphinx | python3-sphinx',
    
    94
    +    dh_sphinxdoc =>
    
    95
    +      'sphinx | python-sphinx | python3-sphinx | dh-sequence-sphinxdoc',
    
    95 96
         dh_xine => 'libxine-dev | libxine2-dev'
    
    96 97
     );
    
    97 98
     
    


  • Reply to: