X-Git-Url: https://git.donarmstrong.com/?p=debhelper.git;a=blobdiff_plain;f=dh_lintian;h=5540ec3337d35e2e8d6302d313b073f4b6525bc3;hp=0dcf60be4a0dca8e36a95cb698b3d38bb136b3f8;hb=fb8f18f4a98669c3b85e1bd7920fbabfc00b886e;hpb=56255dc8bf2cecc86871677b59298f4a63132e54 diff --git a/dh_lintian b/dh_lintian index 0dcf60b..5540ec3 100755 --- a/dh_lintian +++ b/dh_lintian @@ -15,17 +15,25 @@ B [S>] =head1 DESCRIPTION -dh_lintian is a debhelper program that is responsible for installing +B is a debhelper program that is responsible for installing override files used by lintian into package build directories. -If a file named debian/package.lintian-overrides exists, then it is -installed into usr/share/lintian/overrides/package in the package +=head1 FILES + +=over 4 + +=item debian/I.lintian-overrides + +Installed into usr/share/lintian/overrides/I in the package build directory. This file is used to suppress erroneous lintian diagnostics. -Note that a file named debian/source.lintian-overrides will not be -installed, but will be scanned by lintian to provide overrides for the -source package. +=item F + +These files are not installed, but will be scanned by lintian to provide +overrides for the source package. + +=back =cut