Russ Allbery <[EMAIL PROTECTED]> writes:

> Package: lintian
> Version: 1.23.15
> Severity: minor
> Tags: patch

> Not sure if anyone has started using quilt for an arch-independent
> package yet, but since the debian/rules glue works the same as dpatch,
> it too must be present during debian/rules clean and therefore must be
> in Build-Depends rather than Build-Depends-Indep.  May as well head off
> the problem in advance.  The attached patch adds that case.

Bleh, sorry, missing comma.

--- lintian-1.23.15/checks/fields.orig  2006-01-05 00:17:59.000000000 -0800
+++ lintian-1.23.15/checks/fields       2006-01-21 15:35:17.000000000 -0800
@@ -38,7 +38,8 @@
        [ cdbs => '^include\s+/usr/share/cdbs/' ],
        [ dbs => '^include\s+/usr/share/dbs/' ],
        [ debhelper => '^include\s+/usr/share/cdbs/1/rules/debhelper.mk' ],
-       [ dpatch => '^include\s+/usr/share/dpatch/' ]
+       [ dpatch => '^include\s+/usr/share/dpatch/' ],
+       [ quilt => '^include\s+/usr/share/quilt/' ]
 );
 
 # Similarly, these pairs of packages and regexes say that if the regex matches

-- 
Russ Allbery ([EMAIL PROTECTED])               <http://www.eyrie.org/~eagle/>


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to