Package: lintian Version: 1.23.34 Tags: patch Running lintian on a source package where the diff contains a patch failure file gives the following result:
| Tried to issue unknown tag diff-contains-patch-failure-file That's because the tag is wrongly named 'diff-contains-patch-failure' in the corresponding description file. The following trivial patch fixes the problem. --- lintian-1.23.34.orig/checks/cruft.desc +++ lintian-1.23.34/checks/cruft.desc @@ -184,7 +184,7 @@ were probably included by accident. You may want to report this as an upstream bug. -Tag: diff-contains-patch-failure +Tag: diff-contains-patch-failure-file Type: warning Info: The Debian diff or native package contains a file that looks like the files left behind by the <tt>patch</tt> utility when it cannot Thanks, -- ,''`. : :' : Romain Francoise <[EMAIL PROTECTED]> `. `' http://people.debian.org/~rfrancoise/ `- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

