Re: Lintian warnings/errors
- To: Michael Stilkerich <ms@mike2k.de>
- Cc: lintian-maint@debian.org
- Subject: Re: Lintian warnings/errors
- From: Russ Allbery <rra@debian.org>
- Date: Sat, 04 Mar 2006 23:12:37 -0800
- Message-id: <[🔎] 87r75h1i1m.fsf@windlord.stanford.edu>
- In-reply-to: <20060209195654.GA11190@mike2k.de> (Michael Stilkerich's message of "Thu, 9 Feb 2006 11:56:55 -0800")
- References: <20060209012128.GA32009@mike2k.de> <87wtg4wcpk.fsf@windlord.stanford.edu> <20060209195654.GA11190@mike2k.de>
Michael Stilkerich <ms@mike2k.de> writes:
> * Russ Allbery <rra@debian.org> [2006-02-09 11:37]:
>> lintian has code specifically to recognize this situation. I'm not sure
>> why it isn't working. Can I see the rules and control file for this
>> package somewhere?
> sure, see attachment. I think the problem came up when I started to use
> dpatch - if you look for dh_clean in the clean target you won't find it,
> since dh_clean is called from the clean-patched target that clean depends
> on. This is the solution suggested by the dpatch documentation.
Thanks, sorry about the delay. I've just committed an improvement, making
lintian chase rules that clean, build-arch, and binary-arch depend on. It
only knows how to chase rules forward, so your example works but something
like:
clean-patched:
dh_clean
clean: clean-patched
will still fail, but hopefully that's unlikely.
--
Russ Allbery (rra@debian.org) <http://www.eyrie.org/~eagle/>
Reply to: