Change logs for germinate source package in Groovy

  • germinate (2.34) unstable; urgency=medium
    
      * Fix lint errors with latest flake8 (closes: #963390).
    
     -- Colin Watson <email address hidden>  Mon, 22 Jun 2020 08:35:19 +0100
  • germinate (2.33) unstable; urgency=medium
    
      [ Colin Watson ]
      * Document (no-)follow-build-depends in germinate(1).
      * Move Build-Depends-Indep to Build-Depends; some of these are needed
        during the clean target (e.g. python3-setuptools), and since germinate
        builds no architecture-dependent packages it isn't worth maintaining
        these lists separately.
    
      [ Steve Langasek ]
      * Add a new follow-build-depends-all feature.
    
     -- Colin Watson <email address hidden>  Sun, 22 Mar 2020 21:51:51 +0000
  • germinate (2.32) unstable; urgency=medium
    
      * Remove ancient X-Python-Version and X-Python3-Version fields.
      * Upgrade to debhelper v9.
      * Install debhelper extension using debhelper rather than from setup.py.
      * Convert to pybuild.
      * Apply "wrap-and-sort -at".
      * Simplify the approach for injecting the package version.
      * Add tox testing support.
      * Drop support for Python 3.2 (which lacked u"..." literals).
      * Use six instead of hand-written Python 2/3 portability code.
      * Use testtools rather than plain unittest/unittest2.
      * Silence noisy logging from test suite.
      * Switch from pychecker to flake8.
      * Drop Python 2 binary package (but still supported upstream).
      * Policy version 4.4.0: no changes required.
    
     -- Colin Watson <email address hidden>  Wed, 07 Aug 2019 11:43:16 +0100