Change logs for python3-defaults source package in Maverick

  • python3-defaults (3.1.3-3ubuntu5~really3.1.2) maverick; urgency=low
    
      * FFe for merge with Debian. LP: #638537.
      * Merge with Debian; remaining changes:
        - Update keeping the wrong upstream version number, 3.1.3
        - Use really3.1.2 to clarify which upstream version this supports
        - Generate dh_python3 dependencies on python3
          (>= 3.1.3-3ubuntu5~really3.1.2~) to match the Ubuntu version where this
          first appeared.
    
    python3-defaults (3.1.2-11) experimental; urgency=low
    
      * dh_python3:
        - egg renaming fixed
        - generate correct dependency for /usr/bin/python3 shebangs
    
    python3-defaults (3.1.2-10) experimental; urgency=low
    
      * dh_python3: fix python3:Versions and python3:Provides (now lists Python
        versions for which public extensions are provided by binary package)
    
    python3-defaults (3.1.2-9) experimental; urgency=low
    
      * dh_python3: add tag name to extension files that are missing it
        (to avoid conflicts with python3.2 in Wheezy)
    
    python3-defaults (3.1.2-8) experimental; urgency=low
    
      * py3compile: recognize /usr/lib/python3/ directories correctly
        (dh_python3: minimum required python version bumped to 3.1.2-8)
    
    python3-defaults (3.1.2-7) experimental; urgency=low
    
      [ Piotr Ożarowski ]
      * py3versions.py: open debian/control files with encoding='utf-8' as
        otherwise all my packages (with "ż" in debian/control) will FTBFS if
        user's locale is not set to UTF-8 (f.e. in build daemons)
      * dh_python3:
        - adjust to python3.1 3.1.2+20100909-1 changes
        - move files from /usr/lib/python3.X/dist-packages to
          /usr/lib/python3/dist-packages
        - set the right minimum required python3 package version in
          packages with private modules (for py3compile)
        - 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/py3dist-overrides file to override)
      * py3compile, py3clean: adjust to PEP 3147 changes, -R option removed
      * Add manpages for dh_python3, py3compile and py3clean
      * Add README.derivatives (source package)
    
      [ Matthias Klose ]
      * python3: Install /usr/share/python3/python.mk.
      * 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.
      * Generate dependencies on python3 (>= 3.1.2-7~).
      * Require python3.1 3.1.2+20100909 as minimal version.
     -- Matthias Klose <email address hidden>   Thu, 16 Sep 2010 22:17:15 +0200
  • python3-defaults (3.1.3-3ubuntu4~really3.1.2) maverick; urgency=low
    
      * Merge from Debian Unstable:  Remaining Ubuntu changes:
        - Update keeping the wrong upstream version number, 3.1.3
        - Use really3.1.2 to clarify which upstream version this supports
        - Generate dh_python3 dependencies on python3
          (>= 3.1.3-3ubuntu4~really3.1.2~) to match the Ubuntu version where this
          first appeared
    
    python3-defaults (3.1.2-6) unstable; urgency=low
    
      [ Matthias Klose ]
      * Substitution variables for control files always start with a `python3'
        prefix (python:Versions -> python3:Versions, python:Provides ->
        python3:Provides).
      * Generate dependencies on python3 (>= 3.1.2-6~).
    
      [ Piotr Ożarowski ]
      * py3compile: do not hang if interpreters are not started in the same order
        as they're used
      * dh_python3: pass shallow=False to cmpfiles to make sure file comparison
        works as expected
    
      [ Scott Kitterman ]
      * Us X-Python3-Version for Python 3 instead of XS-Python-Version (which
        should just be used for Python)
    
    python3-defaults (3.1.2-5) unstable; urgency=medium
    
      * Add README.PyDist to python3-doc package
      * py3compile: compile public module for the right Python version
      * dh_python3: rename --depend to --depends, --recommend to --recommends and
        --suggest to --suggests
      * Bump Standards-Version to 3.9.1
     -- Scott Kitterman <email address hidden>   Tue, 24 Aug 2010 23:55:35 -0400
  • python3-defaults (3.1.3-3ubuntu3) maverick; urgency=low
    
      * Sync from Debian (keeping the wrong upstream version number 3.1.3).
    
    python3-defaults (3.1.2-4) unstable; urgency=low
    
      * dh_python3:
        - add --depend, --recommend and --suggest command line options
         (use it if requires.txt doesn't contain dependency that package needs)
        - add {/usr,}/sbin to the list of directories with checked shebangs
      * py3compile: do not exit before all background byte compilation is finished
     -- Matthias Klose <email address hidden>   Mon, 26 Jul 2010 13:31:27 +0200
  • python3-defaults (3.1.3-3ubuntu2) maverick; urgency=low
    
      * Merge with Debian.
    
    python3-defaults (3.1.2-3) unstable; urgency=low
    
      [ Piotr Ożarowski ]
      * pyclean, pycompile: use .communicate() instead of .wait() to avoid hanging
        `dpkg -L PACKAGE` in few situations
      * dh_python3: follow Distribute and replace all non-alphanumeric
        characters with underscore in distribution name
      * Add python3.{postinst,prerm} scripts
      * python3-doc now suggests python3-examples
      * Bump Standards-Version to 3.9.0
    
      [ Scott Kitterman ]
      * Drop deprecated call to dh_desktop from debian/rules
      * Bump PREVVER to 3.1.2-3~ for support for stdin in py_compile.py
    
      [ Matthias Klose ]
      * Provide the python3.pc symlink in python3-dev.
      * Call py3clean/py3compile on rtupdate in generated scripts.
     -- Matthias Klose <email address hidden>   Tue, 20 Jul 2010 20:46:31 +0200
  • python3-defaults (3.1.3-3ubuntu1) maverick; urgency=low
    
      * Merge with Debian.
    
    python3-defaults (3.1.2-3) unstable; urgency=low
    
      [ Piotr Ożarowski ]
      * Add python3.{postinst,prerm} scripts
    
      [ Scott Kitterman ]
      * Drop deprecated call to dh_desktop from debian/rules
      * Bump PREVVER to 3.1.2-3~ for support for stdin in py_compile.py
    
      [ Matthias Klose ]
      * Provide the python3.pc symlink in python3-dev.
     -- Matthias Klose <email address hidden>   Sat, 17 Jul 2010 15:50:31 +0200
  • python3-defaults (3.1.2-2ubuntu2) maverick; urgency=low
    
      * Fix shebang in debian/python3.postinst (LP: #599208)
      * Bump PREVVER to 3.1.2-3~ for support for stdin in py_compile.py
     -- Scott Kitterman <email address hidden>   Mon, 28 Jun 2010 09:03:36 -0400
  • python3-defaults (3.1.2-2ubuntu1) maverick; urgency=low
    
      * Merge from debian unstable.  No remaining changes.
      * Drop deprcated call to dh_desktop from debian/rules
      * Update from debian bzr repository to revision 32
        - Add python3.{postinst,prerm} scripts
     -- Scott Kitterman <email address hidden>   Sun, 27 Jun 2010 15:28:29 -0400
  • python3-defaults (3.1.2-0ubuntu1) lucid; urgency=low
    
      * Depend on the 3.1.2 versions of the packages.
     -- Matthias Klose <email address hidden>   Mon, 22 Mar 2010 14:07:35 +0100