Change logs for dh-python source package in Bionic

  • dh-python (3.20180325ubuntu2) bionic; urgency=medium
    
      * Fix typo and really depend on python3-distutils
    
     -- Jeremy Bicha <email address hidden>  Mon, 26 Mar 2018 15:42:23 -0400
  • dh-python (3.20180325ubuntu1) bionic; urgency=medium
    
      * Make python3-distutils a dependency, not just a recommendation.
    
     -- Matthias Klose <email address hidden>  Mon, 26 Mar 2018 19:14:03 +0800
  • dh-python (3.20180318ubuntu1) bionic; urgency=medium
    
      * Drop dependency on dpkg-dev; it's unused and tries to pull in all
        of build-essential et al. at runtime.  Closes: #892931.
    
     -- Steve Langasek <email address hidden>  Thu, 22 Mar 2018 10:15:19 -0700
  • dh-python (3.20180318) unstable; urgency=medium
    
      [ Ondřej Nový ]
      * d/copyright: Use https protocol in Format field
      * d/changelog: Remove trailing whitespaces
    
      [ Ben Finney ]
      * Ignore leading and trailing whitespace from ‘pydist’ lines when parsing
        (closes: 860139)
    
      [ Piotr Ożarowski ]
      * pybuild.pm: add support for DEBPYTHON{3,}_{DEFAULT,SUPPORTED} env. vars
        (closes: 861132)
      * pybuild:
        - support cross compiling Python 3.X extensions (i.e. set
          _PYTHON_SYSCONFIGDATA_NAME env. and add dpkg-dev to Depends
          closes: 892931)
      * Standards-Version is 4.1.3 now (no changes needed)
    
     -- Piotr Ożarowski <email address hidden>  Sun, 18 Mar 2018 19:52:49 +0100
  • dh-python (2.20170125) unstable; urgency=medium
    
      * pybuild.pm:
        - enable --test-{nose,pytest,tox} if appropriate pypy-* build
          dependency is set
      * pybuild: set _PYTHON_HOST_PLATFORM in the environment to ensure debugging
        symbols (reproducible builds effort). Thanks to Chris Lamb for the patch
        (closes: 835805)
      * dh_python{2,3} manpage: remove "s" suffix from *-section options
        to match the actual option name and --help output (closes: 847304)
      * dh_python{2,3}:
        - do not drop "module" from extension name if the name is "module",
          i.e. without prefix (closes: 841148)
        - add --accept-upstream-versions option. Thanks to Malte Forkel for the
          patch (also closes: 847387 as it now parses minimum/maximum version)
    
     -- Piotr Ożarowski <email address hidden>  Wed, 25 Jan 2017 15:47:18 +0100