Sources
Please, use the latest source from Subversion. See Download section for details.
Last changes
You can find a list of the last changes at http://svn.debian.org/wsvn/fakechroot/trunk/NEWS?op=file&rev=0&sc=0
Compiling
The Subversion sources needs additional utilities:
- libtool (>= 2.0)
- automake1.10
- yada (for DEB packages only)
First you need to run ./autogen.sh script to get correct ./configure.
Testing
The tests are located at test/ directory and can be launched with make check command in source root directory.
Each tests are launched with real chroot command (only if called as root privileges) and with fakechroot wrapper. You can call single test directly if you want to check the test with real chroot:
test$ sudo ./t.pwd 1..5 ok 1 testtree ok 2 chroot pwd is / ok 3 chroot CHROOT is testtree ok 4 fakechroot pwd is / ok 5 fakechroot CHROOT is testtree
Bug reporting
Please report bugs via http://bugs.debian.org/ against fakechroot package. You can send patches directly to dexter@debian.org, but the Debian BTS is prefered.
The bugreports are available at http://bugs.debian.org/fakechroot
