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

[Git][lintian/lintian][master] Fix jquery-validation package name



Title: GitLab

Louis-Philippe Véronneau pushed to branch master at lintian / lintian

Commits:

  • 823b7084
    by William Desportes at 2025-09-09T02:13:48+00:00
    Fix jquery-validation package name
    
    Ref: 5ec24717eaf097999c672fecdbe8d54b684614c2
    

1 changed file:

Changes:

  • lib/Lintian/Check/Languages/_javascript_/Embedded.pm
    ... ... @@ -68,7 +68,7 @@ my %JS_FILES = (
    68 68
         'libjs-jquery-treetable'       => qr{(?i)/jquery\.treetable} . $JS_EXT,
    
    69 69
         'libjs-jquery-ui'              => qr{(?i)/jquery[\.-](?:-[\d\.]+)?ui}
    
    70 70
           . $JS_EXT,
    
    71
    -    'libjs-jquery-validation'      =>qr{(?i)/jquery[\.-](?:-[\d\.]+)?validate}
    
    71
    +    'node-jquery-validation'       =>qr{(?i)/jquery[\.-](?:-[\d\.]+)?validate}
    
    72 72
           . $JS_EXT,
    
    73 73
         'libjs-mocha'                  => qr{(?i)/mocha} . $JS_EXT,
    
    74 74
         'libjs-mochikit'               => qr{(?i)/mochikit} . $JS_EXT,
    


  • Reply to: