Felix Lechner pushed to branch master at lintian / lintian


Commits:
bb183a0b by Felix Lechner at 2022-03-07T17:07:40-08:00
Fix typo in method name; apparently not exercised by tests.

Avoids this error in Salsa CI:

Warning in processable 
/tmp/autopkgtest-lxc.53ulvpjl/downtmp/autopkgtest_tmp/build-and-evaluate-test-packages/packages/checks/debian/rules/rules-including-deprecated-makefiles/rules-including-deprecated-makefiles_1.0.dsc:
 Can't locate object method "peinted_hint" via package 
"Lintian::Check::Debian::Rules"
 at /usr/share/lintian/lib/Lintian/Check/Debian/Rules.pm line 255.

Gbp-Dch: ignore

- - - - -


1 changed file:

- lib/Lintian/Check/Debian/Rules.pm


Changes:

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



View it on GitLab: 
https://salsa.debian.org/lintian/lintian/-/commit/bb183a0b38e5c81ab96f3d9e4c7794bd722b6361

-- 
View it on GitLab: 
https://salsa.debian.org/lintian/lintian/-/commit/bb183a0b38e5c81ab96f3d9e4c7794bd722b6361
You're receiving this email because of your account on salsa.debian.org.


Reply via email to