 Rantfile example for making a simple debian package of a ruby program
 using git-buildpackage with debuild

 used in conjunction with the rantrc.yml example provided
 (example is easily extended and works for package rant, and package
 diakonos)

 * package should be in directory with package name without package version
   number
 * Rantfile and rantrc.yml should be in directory above package directory,
   e.g. for rant ls
     Rantfile, rantrc.yml rant/

 * provide details of package in rantrc.yml file [which is a yaml file] (see
   example provided)

 * once these two files are in place for help on package and on possible
   actions, enter:
     rant
     rant info
     rant -T

 * to create independent rant independent ruby script:
     rant-import --auto [provide name of ruby (rant exported) script]

  to create the script deb_rb_pkg_rant provided:

    rant-import --auto deb_rb_pkg_rant

 Rant is a Ruby 'ant' by Stefan Lang
 * Rant may be downloaded and installed from:
     http://make.rubyforge.org/

 Notes by Ralph Amissah
