On Fri, Apr 28, 2006 at 09:58:01PM +0200, Nicolas François wrote: > In main.c, fc_dependsversion is set when --force-depends-version is used. > But then fc_dependsversion is never used. > > > In package.c, there is a comment indicating that: > * In try 3 (which should only be reached if > * --force-depends-version is set) we ignore version number clauses in > * Depends lines. > > > So I think there is a typo in the line: > if (fc_depends) thisf= (dependtry >= 3) ? 2 : 1; > > Which should be: > if (fc_dependsversion) thisf= (dependtry >= 3) ? 2 : 1;
Your analysis seems to be right. Feel free to apply the patch. Gruesse, -- Frank Lichtenheld <[EMAIL PROTECTED]> www: http://www.djpig.de/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]