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

[Git][lintian/lintian][master] Fix typo in method name; apparently not exercised by tests.



Title: GitLab

Felix Lechner pushed to branch master at lintian / lintian

Commits:

1 changed file:

Changes:

  • lib/Lintian/Check/Debian/Rules.pm
    ... ... @@ -252,7 +252,7 @@ sub source {
    252 252
                     $includes = 1;
    
    253 253
                 }
    
    254 254
     
    
    255
    -            $self->peinted_hint('debian-rules-uses-deprecated-makefile',
    
    255
    +            $self->pointed_hint('debian-rules-uses-deprecated-makefile',
    
    256 256
                     $pointer, $makefile)
    
    257 257
                   if $DEPRECATED_MAKEFILES->recognizes($makefile);
    
    258 258
             }
    


  • Reply to: