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

[Git][lintian/lintian][warning-debian-compat-file] Bump the uses-debhelper-compat-file tag from pedantic to warning



Title: GitLab

Louis-Philippe Véronneau pushed to branch warning-debian-compat-file at lintian / lintian

Commits:

  • 98322f23
    by Louis-Philippe Véronneau at 2025-09-04T12:15:22-04:00
    Bump the uses-debhelper-compat-file tag from pedantic to warning
    
    The debhelper-compat virtual package has been available for a long time
    now and is the recommended way to set the debhelper compat level.
    
    Having multiple concurrent ways to set this value is confusing and makes
    it way harder to do QA consistently.
    

2 changed files:

Changes:

  • t/recipes/runner-features/runtests-options/eval/literal
    ... ... @@ -2,4 +2,4 @@ E: runtests-options source: invalid-standards-version 1.2.3
    2 2
     E: runtests-options: new-essential-package
    
    3 3
     W: runtests-options: empty-binary-package
    
    4 4
     W: runtests-options source: no-versioned-debhelper-prerequisite 13
    
    5
    -P: runtests-options source: uses-debhelper-compat-file [debian/compat]
    5
    +W: runtests-options source: uses-debhelper-compat-file [debian/compat]

  • tags/u/uses-debhelper-compat-file.tag
    1 1
     Tag: uses-debhelper-compat-file
    
    2
    -Severity: pedantic
    
    2
    +Severity: warning
    
    3 3
     Check: debhelper
    
    4 4
     Explanation: This package uses a <code>debian/compat</code> file to denote the
    
    5 5
      required debhelper compatibility number.
    


  • Reply to: