Change logs for bioruby source package in Lenny

  • bioruby (1.1.0-1) unstable; urgency=low
    
    
      * New upstream version
        + Bioruby is now distributed under the same terms as ruby itself.
          This gives you the option of using the GPL or a similar copyleft
          license. See /usr/share/doc/libbio-ruby/copyright for details on the
          alternate license.
        + Lots of new and obsolete classes, see the upstream changelog for details
        + BioRuby shell rewritten to utilize the rails generators
        + Many bugfixes
      * Re-work build system to utilize install.rb instead of my custom rules file
        + Enable unit tests in the build
        + Don't hardcode the binary names when hacking off the .rb suffix. Use
          wildcards and a for loop to rename them
        + Remove the libbio-ruby1.8.dirs file. The directories get installed by
          the install.rb now
        + The docs are built by install.rb now, so don't do custom stuff for them
          in debian/rules
        + Move building the manpages to the build-stamp target, rather than the
          build target
        + Add ruby to build-depends
    
     -- David Nusinow <email address hidden>  Sun, 22 Jul 2007 18:42:39 -0400