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

Bug#801760: [checks/manpages] manpage-named-after-build-path won't trigger for packages built in sbuild



* Mattia Rizzolo <mattia@mapreri.org>, 2015-10-14, 17:28:
I wonder if just using
   $file =~ m/_build_/
instaead of
   $file =~ m/_build_buildd/
is sane enough.

There are legitimate manpages that have "_build_" in their name, for example:
/usr/share/man/man1/slonik_build_env.1.gz (in slony1-2-bin)

This should be okay:

$file =~ m{/_build_}

--
Jakub Wilk


Reply to: