== To build a .deb package for Maemo == 

 1. start mameo et chroot:

    # sudo /mpeg/maemo/scratchbox/sbin/sbox_ctl start
    # /mpeg/maemo/scratchbox/login

 2. run the bigloo/arch/debian/makedeb.sh (which generate files inside
    dans ~/prgm/distrib/maemo)

    It is not needed to create a build directory in (chrooted) $HOME because
    the shell script starts creating a bigloo-build directory into which
    all files are copied.

    # cd $HOME
    # /users/serrano/prgm/project/bigloo/arch/debian/makedeb.sh


== To build a .deb package for Arm/qemu ==

  1. start qemu

    # (cd /misc/virtual/arm; qemu-system-arm -nographic -M versatilepb -kernel vmlinuz-2.6.32-5-versatile -initrd initrd.img-2.6.32-5-versatile -hda hda.img -append "root=/dev/sda1" -redir tcp:2222::22)

  2. proceed as for maemo
     
    # cd $HOME
    # /users/serrano/prgm/project/bigloo/arch/debian/makedeb.sh -p 2222
