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

[Git][lintian/lintian][master] 2 commits: dh-sequence-vim-addon pulls in dh-vim-addon



Title: GitLab

Axel Beckert pushed to branch master at lintian / lintian

Commits:

  • 4cc5a245
    by Edward Betts at 2023-01-02T14:39:38+01:00
    dh-sequence-vim-addon pulls in dh-vim-addon
    
    Fix false positive for missing-build-dependency-for-dh-addon when
    a package Build-Depends on dh-sequence-vim-addon.
    
  • 089a22f4
    by Russ Allbery at 2023-01-02T14:48:45+01:00
    Fix typo in "dh-sequence-vim-addon pulls in dh-vim-addon"
    
    Gbp-Dch: Ignore

1 changed file:

Changes:

  • lib/Lintian/Check/Debhelper.pm
    ... ... @@ -125,6 +125,7 @@ my %DH_ADDON_MANUAL_PREREQUISITES = (
    125 125
     'sphinx:any | python-sphinx:any | python3-sphinx:any | dh-sequence-sphinxdoc:any',
    
    126 126
         systemd =>
    
    127 127
     'debhelper:any (>= 9.20160709~) | debhelper-compat:any | dh-sequence-systemd:any | dh-systemd:any',
    
    128
    +    vim_addon => 'dh-vim-addon:any | dh-sequence-vim-addon:any',
    
    128 129
     );
    
    129 130
     
    
    130 131
     sub visit_patched_files {
    


  • Reply to: