Debian packages
---------------
Just run "debuild".  You'll need to have at least the devscripts
package installed, and possibly others.

Redhat packages
---------------
It is better if you build packages as a non-root user, however to do
this a few preparatory steps need to be taken:
  mkdir ~/rpm
  mkdir ~/rpm/BUILD ~/rpm/SOURCES ~/rpm/SPECS ~/rpm/SRPMS
  mkdir ~/rpm/RPMS/i386
  echo "%_topdir    $HOME/rpm" >> $HOME/.rpmmacros
(replace i386 with your architecture)

once this has been done, run:
  rpm -ta root-portal-0.4.8.tar.gz

source distribution
-------------------
Just run "make dist" to create the tar.gz source package. you will
need to have first run "./configure" to create the makefile in order
to do this.
