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

[Git][lintian/lintian][master] Detect recent versions of the Lua interpreter



Title: GitLab

Nilesh Patra pushed to branch master at lintian / lintian

Commits:

  • 66639b9f
    by Sebastian Crane at 2023-09-24T06:12:27+00:00
    Detect recent versions of the Lua interpreter
    
    Allows for the identification of versions 5.3 and 5.4 of the Lua
    interpreter, resolving the missing-dep-for-interpreter false positives
    reported in Debian bug #1041675.
    

1 changed file:

Changes:

  • data/scripts/versioned-interpreters
    ... ... @@ -61,7 +61,7 @@
    61 61
     
    
    62 62
     guile   => /usr/bin, guile-([\d.]+), guile-$1:any, 2.2 3.0, guile:any
    
    63 63
     jruby   => /usr/bin, jruby([\d.]+), jruby$1:any, 1.0 1.1 1.2, jruby:any
    
    64
    -lua     => /usr/bin, lua([\d.]+), lua$1:any, 40 50 5.1 5.2, lua:any
    
    64
    +lua     => /usr/bin, lua([\d.]+), lua$1:any, 40 50 5.1 5.2 5.3 5.4, lua:any
    
    65 65
     octave  => /usr/bin, octave([\d.]+), octave$1:any, 3.0 3.2, octave:any
    
    66 66
     pike    => /usr/bin, pike([\d.]+), pike$1:any | pike$1-core:any, 7.6 7.8
    
    67 67
     python2 => /usr/bin, python([\d.]+), python$1:any | python$1-minimal:any, 2.7, @SKIP_UNVERSIONED@
    


  • Reply to: