[02:20] hi! I'm new to ubuntu development, but I'm interested in working on ubiquity. I'm trying to build it for the first time and running into a problem: 'bzr builddeb -S' says that it can't find source/console-setup/Keyboard. Obviously I'm missing a dependency, but I can't make much sense of the wiki page https://wiki.ubuntu.com/Installer/Development in that regard. [02:36] http://pastebin.com/8SXD8bBG [03:08] nevermind, simply running 'debuild' worked (told ya I was new :) [07:37] EnigmaCurry: Also, 'debian/rules update-local' would probably have worked. [13:48] * xnox loves 852 line long run() function in ubi-partman.py [13:49] Yeah, you might want to split that up a bit :-) [13:55] cjwatson: am I at least partially correct to say that 'after retrieving automatic questions' for typical 'recipe' installs the run loops/drives the debconf partman questions? [13:57] Except for your "that" clause, yes [13:58] That is, it drives the entirety of partman's debconf interface, including the part that offers recipe installs [14:02] ok thanks.