To create a Ubuntu package of BashBurn, do the following:

* Copy (Not link) all files that should go into /usr/lib/BashBurn/lib
  into the directory debian/usr/lib/BashBurn/lib
* In the debian/usr/bin directory, create a symlink to BashBurn.sh in 
  the lib directory called bashburn.
  That is, in debian/usr/bin run:
  'ln -s ../lib/BashBurn/lib/BashBurn.sh bashburn'
* Run 'dpkg-deb --build debian' to create the deb package.
* Rename the created debian.deb file to something more logical like
  BashBurn-3.0-1_all.deb
* Install with 'dpkg -i ./BashBurn-3.0-1_all.deb'
* Run 'bashburn' to start and try it out. 

The postinst file in debian/DEBIAN should probably be updated to install 
the man page, feel free to do so if you feel up to it.

