On 28-Mar-2001 Ryszard Lach wrote: > Hi! > > Somebody told me, that there is a good method for checking build-deps by > building in chroot environment. Is there somewhere a tutorial about building > such environment for debian-devel purposes ? >
there is a tool called debootstrap I think which can make them. it is not hard though. grab base.tar.gz and untar it in a directory. cd into the directory and type 'chroot .'. Now edit /etc/apt/sources.list and treat this as a fresh install.

