Change logs for python-defaults source package in Natty

  • python-defaults (2.7.1-0ubuntu5.1) natty-proposed; urgency=low
    
      * Backport patch from 2.6.6-11: (LP: #915167)
        - pycompile: use /usr/bin/pythonX.Y rather than pythonX.Y (to avoid
          /usr/local interpreters)
     -- Stefano Rivera <email address hidden>   Wed, 15 Feb 2012 14:52:26 -0800
  • python-defaults (2.7.1-0ubuntu5) natty; urgency=low
    
      * Merge changes from 2.6.6-10:
      * dh_python2: fix moving files from old debug locations (due to typo)
      * python-minimal now Breaks python-support << 1.0.10ubuntu2 (Python 2.7
        support was 1.0.10ubuntu2 in Ubuntu (1.0.12 in Debian))
      * pycompile: skip dangling symlinks
     -- Scott Kitterman <email address hidden>   Tue, 11 Jan 2011 14:45:20 -0500
  • python-defaults (2.7.1-0ubuntu4) natty; urgency=low
    
      * Merge changes from 2.6.6-9:
      * dh_python2: fix a crash in packages with private extension (closes: 607555)
        - test3 added (to test architecture dependent packages)
     -- Matthias Klose <email address hidden>   Wed, 22 Dec 2010 10:32:32 +0100
  • python-defaults (2.7.1-0ubuntu3) natty; urgency=low
    
      * Ignore errors running the rtupdate install script. Needs
        proper fixes for 11.04.
     -- Matthias Klose <email address hidden>   Mon, 13 Dec 2010 01:41:14 +0100
  • python-defaults (2.7.1-0ubuntu2) natty; urgency=low
    
      * Merge changes from 2.6.6-7:
    
      * pycompile:
        - Don't over-optimize, check the timestamps of byte-code files.
        - Add options -f/--force, -O.
        - Copy stdout/stderr of py_compile processes in case of error.
        - Propagate the exit value of the py_compile processes.
        - Update manual page.
      * Bump depends to require the fixed pycompile for dh_python2 based package
        builds.
      * Don't touch the standard python library in rtupdate scripts.
     -- Matthias Klose <email address hidden>   Mon, 13 Dec 2010 01:05:47 +0100
  • python-defaults (2.7.1-0ubuntu1) natty; urgency=low
    
      * Merge from debian unstable.  Remaining changes:
        - Package priorities and status.
        - Python-2.6 is the only supported python2.x version.
        - Adjust version numbers in maintainer scripts.
      * Default to python2.7.
      * python-dev: Provide a python.pc pkgconfig file.
    
    python-defaults (2.6.6-6) experimental; urgency=low
    
      * dh_python2:
        - make the error message about missing extension more clear
          (and more verbose in --verbose mode)
        - install files listed in debian/pkg.pyinstall file
          as public modules for all requested Python versions (use dh_install's
          package.install files for private modules)
        - remove public modules listed in debian/pkg.pyremove (glob.glob pattern
          and version range can be used in both .pyinstall and .pyremove files)
        - create symlinks for files installed into /usr/share/pyshared/ if there
          are no other public modules available
      * pycompile:
        - `pycompile $DESTDIR/usr/lib/python*` will recognize public
          site-packages directories and use the right interpreter instead of
          raising KeyError
        - do not try to check if interpreter is present when version range is
          empty
     -- Matthias Klose <email address hidden>   Thu, 02 Dec 2010 16:02:08 +0100
  • python-defaults (2.6.6-5ubuntu1) natty; urgency=low
    
      * Merge from debian unstable.  Remaining changes:
        - Package priorities and status.
        - Python-2.6 is the only supported python2.x version.
        - Adjust version numbers in maintainer scripts.
    
    python-defaults (2.6.6-5) experimental; urgency=low
    
      * pycompile: if installed Python is requested via -V option, use it even if
        it's not in a list of supported Python versions (closes: 600529)
    
    python-defaults (2.6.6-4) experimental; urgency=low
    
      * Add python2.7 as a supported Python version.
      * python-all{,-dev,-dbg}: Depend on the 2.7 packages.
      * Run the rtinstall script, when 2.7 became a supported version (2.6.6-4)
        and python2.7 is installed.
     -- Matthias Klose <email address hidden>   Mon, 18 Oct 2010 18:19:09 +0200
  • python-defaults (2.6.6-3ubuntu1) natty; urgency=low
    
      * Merge from debian unstable.  Remaining changes:
        - Package priorities and status.
        - Python-2.6 is the only supported python2.x version.
        - Adjust version numbers in maintainer scripts.
    
    python-defaults (2.6.6-3) unstable; urgency=low
    
      * Upload to unstable
      * dh_python2: egg renaming fixed
     -- Michael Vogt <email address hidden>   Mon, 18 Oct 2010 10:51:04 +0200
  • python-defaults (2.6.6-2ubuntu1) maverick; urgency=low
    
      * Merge with Debian; remaining changes:
        - Package priorities and status.
        - Python-2.6 is the only supported python2.x version.
        - Adjust version numbers in maintainer scripts.
    
    python-defaults (2.6.6-2) experimental; urgency=low
    
      [ Piotr Ożarowski ]
      * Add README.derivatives (source package)
      * dh_python2:
        - add dist_fallback file with a list of Python distribution name and
          Debian package name pairs (to be used as a fall back source for
          PyDist feature)
        - if dist_fallback and `dpkg -S` fails to find the right package name,
          fall back to package name recommended by Debian Python Policy (use
          debian/pydist-overrides file to override)
        - disable PyDist feature if dh_pydeb is in debian/rules
      * Use versioned interpreter name rather than "python" only in
        python-minimal.postinst (closes: 595826)
    
      [ Matthias Klose ]
      * python.mk (py_libdir): Return /usr/lib/python3/dist-packages for 3.x
        versions.
      * python.mk (py_pkgname): New macro to refer the package name depending
        on the python version.
     -- Matthias Klose <email address hidden>   Wed, 15 Sep 2010 21:05:52 +0200