Change logs for germinate source package in Quantal

  • germinate (2.11) unstable; urgency=low
    
    
      * Use collections.defaultdict instead of manually initialising elements.
      * Simplify some sorted() calls, relying on the default iterator for
        mappings being .keys().
      * Simplify code to clean up bzr cache, removing an unnecessary helper
        function.
      * Add support for reading seeds from relative filesystem paths (thanks,
        Sjoerd Simons; LP: #1010186).
      * Only allow dh_python2 to operate on python-germinate, to avoid chaos
        caused by shebang rewriting.
    
     -- Colin Watson <email address hidden>  Tue, 18 Sep 2012 10:12:41 +0100
  • germinate (2.10) unstable; urgency=low
    
    
      * Always open Packages files as UTF-8, regardless of the current locale.
        LP: #1025818.
    
     -- Steve Langasek <email address hidden>  Mon, 23 Jul 2012 11:33:43 +0100
  • germinate (2.9) unstable; urgency=low
    
    
      * Support both Python 2 and 3 directly rather than using 2to3.
      * Make various cosmetic changes to conform to PEP-8.
      * Switch the top-level scripts to Python 3 by default.  (They can still be
        run manually with /usr/bin/python if need be.)
      * Update copyright dates.
      * Policy version 3.9.3:
        - Convert debian/copyright to copyright-format 1.0.
    
     -- Colin Watson <email address hidden>  Thu, 14 Jun 2012 15:30:05 +0100
  • germinate (2.8) unstable; urgency=low
    
    
      * Build-depend on python-unittest2 so that the test suite works with
        Python 2.6 (closes: #661608).
    
     -- Colin Watson <email address hidden>  Wed, 29 Feb 2012 12:20:40 +0000