Change logs for dh-python source package in Vivid

  • dh-python (1.20141111-2ubuntu1) vivid; urgency=low
    
      * Re-add Multi-Arch: foreign
     -- Michael Vogt <email address hidden>   Wed, 19 Nov 2014 11:19:41 +0100
  • dh-python (1.20141111-2) unstable; urgency=medium
    
    
      * Remove Multi-Arch change from previous upload (not accepted for Jessie by
        release managers)
    
     -- Piotr Ożarowski <email address hidden>  Sat, 15 Nov 2014 12:48:23 +0100
  • dh-python (1.20141111-1) unstable; urgency=medium
    
    
      * Set dh-python's Multi-Arch to "foreign" (closes: 767339)
      * dist_fallback files now contain list of all packages that provide Egg
        metadata (i.e. not just packages that don't have sensible name)
      * dh_python* no longer guesses dependency from requires.txt files nor Requires
        fields. Dependencies are generated only if given requirement is available
        in dist_fallback file (generated at dh-python's build time) or if it's
        available at build time (hint: Build-Depends)
    
     -- Piotr Ożarowski <email address hidden>  Tue, 11 Nov 2014 21:23:20 +0100
  • dh-python (1.20141026-1ubuntu1) vivid; urgency=medium
    
      * debian/control:
        - add "Multi-Arch: foreign" to dh-python
     -- Michael Vogt <email address hidden>   Thu, 30 Oct 2014 11:05:38 +0100
  • dh-python (1.20141026-1) unstable; urgency=medium
    
    
      [ Stefano Rivera ]
      * Update supported (and default) PyPy version to 2.4.
    
      [ Piotr Ożarowski ]
      * Remove "-p " from autoscripts if --compile-all option is set
      * Add support for guessing dependencies from egg-info files (closes: 756378)
      * Parse "!=" relationship in egg dependencies (closes: 754058, thanks to
        Rafael Laboissiere for the patch)
      * Improve handling pyinstall/pyremove files (leading slash no longer needed
        for deprecated directories, manpages improved a bit) - closes: 741381
      * Suggest the right file name for dependency overrides (closes: 748296)
      * Add argparse to Python 3.X's dist fallback (closes: 763200)
      * Ensure that Depends and the likes are written in a stable
        order (closes: 759231, thanks to Jérémy Bobbio for the patch)
      * Remove dh_python2 diversions while upgrading from bpo package 
      * Standards-Version bumped to 3.9.6 (no changes needed)
    
     -- Piotr Ożarowski <email address hidden>  Sun, 26 Oct 2014 23:32:57 +0100
  • dh-python (1.20140511-1) unstable; urgency=medium
    
    
      [ Piotr Ożarowski ]
      * pybuild: do not invoke clean commands for missing interpreters
        (and thus do not require all interpreter versions to be installed while
        building source package outside build environment, closes: 737091)
      * dh_python2: no longer moves files to /usr/share/pyshared if there's only
        one supported Python 2.X version and doesn't create /usr/lib/pyshared
        symlinks for extensions (as other helper tools are now deprecated)
      * Show fix_shebang's error messages only in debug mode, closes: 745581
    
      [ Matthias Klose ]
      * Remove empty directories when moving files. 
    
     -- Piotr Ożarowski <email address hidden>  Sun, 11 May 2014 20:59:15 +0200