Change logs for dh-python source package in Trusty

  • dh-python (1.20140128-1ubuntu8.2) trusty; urgency=medium
    
      * Ensure that != dependencies are correctly parsed, avoiding generation
        of broken binary package dependencies (LP: #1475375):
        - d/p/fix-not-equals-parsing.patch: Cherry pick fix from Debian
          bug tracker.
    
     -- James Page <email address hidden>  Thu, 16 Jul 2015 17:38:15 +0100
  • dh-python (1.20140128-1ubuntu8.1) trusty; urgency=medium
    
      * Ensure that argparse dependencies are correctly resolved to
        python3 (>= 3.2) for Python 3 (LP: #1467463).
    
     -- James Page <email address hidden>  Mon, 22 Jun 2015 13:08:31 +0100
  • dh-python (1.20140128-1ubuntu8) trusty; urgency=medium
    
      * Add no-python2.6.diff: Fix test failures on checking for python2.6
        specific bits.
     -- Martin Pitt <email address hidden>   Mon, 24 Mar 2014 17:36:23 +0100
  • dh-python (1.20140128-1ubuntu7) trusty; urgency=medium
    
      * Run tests with python3.4 instead of python3.3.
     -- Matthias Klose <email address hidden>   Mon, 24 Mar 2014 11:10:25 +0100
  • dh-python (1.20140128-1ubuntu6) trusty; urgency=medium
    
      * Run tests with python3.4 instead of python3.3.
     -- Matthias Klose <email address hidden>   Mon, 24 Mar 2014 11:10:25 +0100
  • dh-python (1.20140128-1ubuntu5) trusty; urgency=medium
    
      * Drop Python 3.3 as a supported Python 3 version.
     -- Matthias Klose <email address hidden>   Sun, 23 Mar 2014 09:17:26 +0100
  • dh-python (1.20140128-1ubuntu4) trusty; urgency=medium
    
      * Update supported Python 3 versions in tests, to fix autopkgtest
        failure.
     -- Dmitry Shachnev <email address hidden>   Fri, 07 Mar 2014 22:53:55 +0400
  • dh-python (1.20140128-1ubuntu3) trusty; urgency=medium
    
      * Make dh-python autopkgtest depend on build-essential and fakeroot.
     -- Dmitry Shachnev <email address hidden>   Thu, 27 Feb 2014 11:56:50 +0400
  • dh-python (1.20140128-1ubuntu2) trusty; urgency=medium
    
      * Remove empty directories when moving files.
     -- Matthias Klose <email address hidden>   Wed, 12 Feb 2014 15:14:23 +0100
  • dh-python (1.20140128-1ubuntu1) trusty; urgency=medium
    
      * Merge with Debian unstable, remaining changes:
        - debian/control: Make dh-python Multi-Arch: foreign.
        - Add patch debian/patches/no-pyshare.diff:
          + Don't move files to /usr/share/pyshared anymore.
          + Don't create extension symlinks in /usr/lib/pyshared/pythonX.Y anymore.
        - Add patch debian/patches/python3.4.diff:
          + Add python3.4 as a supported version.
     -- Dmitry Shachnev <email address hidden>   Wed, 29 Jan 2014 17:24:45 +0400
  • dh-python (1.20131021-1ubuntu8) trusty; urgency=medium
    
      * Taken from upstream:
        dh_python3: add multiarch tuples to all already tagged extensions if
        when more than one Python 3 version is supported (closes: 733128).
     -- Matthias Klose <email address hidden>   Tue, 07 Jan 2014 23:11:01 +0100
  • dh-python (1.20131021-1ubuntu7) trusty; urgency=medium
    
      * Fix dhpython/_defaults.py.  Still doesn't rename 3.4 extensions
        to the multiarch name.
     -- Matthias Klose <doko@foobar>   Mon, 30 Dec 2013 20:55:17 +0100
  • dh-python (1.20131021-1ubuntu6) trusty; urgency=medium
    
      * Disable the correct failing test.
     -- Matthias Klose <email address hidden>   Sat, 21 Dec 2013 17:15:02 +0100
  • dh-python (1.20131021-1ubuntu5) trusty; urgency=low
    
      * Don't create extension symlinks in /usr/lib/pyshared/pythonX.Y anymore.
      * Disable nosetests in autopkg tests until these are fixed.
      * dhpython/_defaults.py: Add python3.4 as a supported version.
     -- Matthias Klose <email address hidden>   Sat, 21 Dec 2013 14:50:06 +0100
  • dh-python (1.20131021-1ubuntu4) trusty; urgency=medium
    
      * Don't move files to /usr/share/pyshared anymore.
     -- Matthias Klose <email address hidden>   Fri, 20 Dec 2013 00:39:05 +0100
  • dh-python (1.20131021-1ubuntu3) trusty; urgency=medium
    
      * Make the package Multi-Arch: foreign.
     -- Matthias Klose <email address hidden>   Sat, 07 Dec 2013 19:32:35 +0100
  • dh-python (1.20131021-1ubuntu2) trusty; urgency=low
    
      * Add drop_nonexisting_versions.patch: In tests/Makefile, drop Python 2.6
        and 3.2 as supported, we do not have them in Debian and Ubuntu any more.
        (Closes: #727674)
     -- Martin Pitt <email address hidden>   Tue, 05 Nov 2013 08:52:12 +0100
  • dh-python (1.20131021-1ubuntu1) trusty; urgency=low
    
      * Add missing python3-all-dbg test dependency for debian/tests/nosetests.
     -- Martin Pitt <email address hidden>   Thu, 24 Oct 2013 09:44:27 +0200
  • dh-python (1.20131021-1) unstable; urgency=low
    
    
      * dh_python2: fix renaming debug extensions with multiarch tuples
    
     -- Piotr Ożarowski <email address hidden>  Mon, 21 Oct 2013 20:52:04 +0200
  • dh-python (1.20131017-1) unstable; urgency=low
    
    
      [ Stefano Rivera ]
      * distutils build plugin: use default interpreter symlink in build step as
        well as the install step (if interpreter version matches the default one).
        So that shebangs in setuptools scripts.
    
      [ Piotr Ożarowski ]
      * dh_python2: searching for packages with egg-info fixed
      * dh_python2: fix public module version detection (regression)
      * dh_py*: "so" files no longer detected as extensions (closes: 726616)
      * pybuild: set PYTHON_LIBRARY and PYTHON_INCLUDE_DIR in cmake build
        plugin's configure step
    
      [ B. Clausius ]
      * pybuild: no longer fails if source directory path contains braces
        (closes: 726458)
    
     -- Piotr Ożarowski <email address hidden>  Thu, 17 Oct 2013 22:24:25 +0200
  • dh-python (1.20131003-1) unstable; urgency=low
    
    
      * Revert python-docutils build dependency change (to avoid circular
        dependencies)
      * Install PyDist fallback files
    
     -- Piotr Ożarowski <email address hidden>  Thu, 03 Oct 2013 18:06:37 +0200