Re: Bug#476340: ITP: datapacker -- Tool to pack files into minimum number of CDs/DVDs/etc

2008-04-16 Thread Jon Leonard
stance of "integer knapsack", which has a dynamic programming algorithm of reasonable complexity. (That is, number of items times bin size.) It's entirely possible that datapacker solves the problem that way. Jon Leonard -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Packaging a library that requires cross-compiled code

2007-09-26 Thread Jon Leonard
This presumes that the cross-tools in Debian can correctly assemble arm7, which I haven't verified. But the binary-blob variant is probably simplest, and I'd recommend going with that to get packaging done and the package in Debian. Alternately, check for the compiler, and use it if it