[ubuntu/maverick] python3-defaults 3.1.3-3ubuntu5~really3.1.2 (Accepted)

Matthias Klose doko at ubuntu.com
Thu Sep 16 23:12:28 BST 2010


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.

Date: Thu, 16 Sep 2010 22:17:15 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Matthias Klose <matthias.klose at canonical.com>
https://launchpad.net/ubuntu/maverick/+source/python3-defaults/3.1.3-3ubuntu5~really3.1.2
-------------- next part --------------
Format: 1.8
Date: Thu, 16 Sep 2010 22:17:15 +0200
Source: python3-defaults
Binary: python3 python3-minimal python3-examples python3-dev idle3 python3-doc python3-dbg python3-all python3-all-dev python3-all-dbg
Architecture: source
Version: 3.1.3-3ubuntu5~really3.1.2
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description: 
 idle3      - IDE for Python using Tkinter (default version)
 python3    - interactive high-level object-oriented language (default python3
 python3-all - package depending on all supported Python runtime versions
 python3-all-dbg - package depending on all supported Python debugging packages
 python3-all-dev - package depending on all supported Python development packages
 python3-dbg - debug build of the Python Interpreter (version 3.1)
 python3-dev - header files and a static library for Python (default)
 python3-doc - documentation for the high-level object-oriented language Python
 python3-examples - examples for the Python language (default version)
 python3-minimal - minimal subset of the Python language (default python3 version)
Launchpad-Bugs-Fixed: 638537
Changes: 
 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.
Checksums-Sha1: 
 d481d5ff7549c46b4425f210ca557a430c82e3fa 1414 python3-defaults_3.1.3-3ubuntu5~really3.1.2.dsc
 2e26fac3d1b37b291f9ff272a12994ac65056ca9 134544 python3-defaults_3.1.3-3ubuntu5~really3.1.2.tar.gz
Checksums-Sha256: 
 9d2e95c693644e359a0d29cf509ca12f0b2fcb89c5da27ca9021d81ab0e2b1b4 1414 python3-defaults_3.1.3-3ubuntu5~really3.1.2.dsc
 7b57b47552c880a75a39b218097579513cf5d79df070bcf964eb75acd3fe69da 134544 python3-defaults_3.1.3-3ubuntu5~really3.1.2.tar.gz
Files: 
 c13d2e67abd9595a4f4d90ec4de37cbc 1414 python optional python3-defaults_3.1.3-3ubuntu5~really3.1.2.dsc
 dc852f0ae9cfd78921f3e0f4b16430bc 134544 python optional python3-defaults_3.1.3-3ubuntu5~really3.1.2.tar.gz
Original-Maintainer: Matthias Klose <doko at debian.org>


More information about the Maverick-changes mailing list