			EMDEBIAN-TOOLS README
			=====================

SVN-BUILDPACKAGE
----------------
	The generated manpages have been removed from SVN but are
	needed for the package, ensure ./genmanpages is run before
	trying to run svn-buildpackage -uc -us -rfakeroot

BASH_COMPLETION
---------------

	This has been investigated but there are problems. See
	http://www.revis.co.uk/site/?q=node/110 for a summary
	but the main problem is that completion blocks and doesn't
	revert to ordinary completion with a second pressing of Tab.
	e.g. in the emchain script, bash_completion can cope with
	completing --workdir|-w but then trying to enter a directory
	name blocks. There is an incomplete 'completion' file in SVN
	and if anyone fancies continuing with this idea, just symlink
	it as /etc/bash_completion.d/emdebian-tools and report patches.

DEBOOTSTRAP && PKGDETAILS
-------------------------

	pkgdetails.c is part of the debootstrap source which is now included
	in the package because the original has been migrated to a udeb.
	The C file is copied from the package then compiled using the Emdebian
	toolchain installed by emsetup to create a compatible binary that
	debootstrap uses during the second stage install to parse the package
	control data.
