Bug#495954: libldap bug - related to replaces/conflicts, but no provides?

2008-08-24 Thread David Hall (coding)
I'm wondering if this is related to the issues I had when installing wine from winehq.org (which also involved libldap breakage). The following is from a discussion with Scott Ritchie: David Hall (coding) wrote: > The current problem seems to be due to libldap2 (which is a dependency o

Bug#298932: [scorched3d-data]: method for ...out.ttf

2006-12-16 Thread David Hall (coding)
Sorry about the filesize, I'll post a link to a website-stored file next time I want to do things like that... -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#351043: [gnudoku]: Puzzle generation, reasons for ambiguous behaviour

2006-12-16 Thread David Hall (coding)
From the looks of the code, puzzle generation is dependent on a good solve method: [GNUDoku.C] void GNUDoku::generatePuzzle(float const difficulty, int const seed){ ... Sudoku::solve(stack, top, &flag_data, visited); ... } Glancing at the solve algorithm, it looks like the solve method