Change logs for germinate source package in Trusty

  • germinate (2.16.1) trusty; urgency=medium
    
      * Bump recursion limit to 3000; apparently utopic trips over the existing
        limit (LP: #1312478).
     -- Colin Watson <email address hidden>   Fri, 25 Apr 2014 10:30:22 +0100
  • germinate (2.16) unstable; urgency=medium
    
    
      * Quote slashes in suite names when constructing local tag file names
        (thanks, Eugene Paskevich).
      * Change default distribution to trusty.
      * Update kubuntu-meta example in germinate-update-metapackage(1).
      * Policy version 3.9.5: no changes required.
    
     -- Colin Watson <email address hidden>  Thu, 03 Apr 2014 15:40:02 +0100
  • germinate (2.15) unstable; urgency=medium
    
    
      * Use type and selector attributes of urllib.request.Request in Python >=
        3.1 rather than the deprecated get_type and get_selector accessor
        methods, fixing a build failure with Python 3.4 which removed these
        methods entirely.
    
     -- Colin Watson <email address hidden>  Wed, 15 Jan 2014 00:46:59 +0000
  • germinate (2.14) unstable; urgency=low
    
    
      * Micro-optimise lesser seeds calculation in
        Germinator._promote_dependency.
      * Amend dh_germinate_metapackage(1) to note that this program must be run
        after dh_prep.
      * Tolerate missing reasons when writing output.  This is possible when
        germinate is being run over multiple flavours for the same architecture,
        and packages are promoted differently between seeds depending on the
        flavour.  We can't generate a correct reason without a heavy performance
        cost in this case, but we can at least not crash.
      * Remove a few unnecessary "if condition: return True; else: return False"
        patterns.
      * Support multiarch (build-)dependency qualifiers (:any, :native).
    
     -- Colin Watson <email address hidden>  Fri, 11 Oct 2013 20:00:19 +0100