[ubuntu/precise-proposed] python-distutils-extra 2.34-0ubuntu0.1 (Accepted)

Didier Roche didrocks at ubuntu.com
Thu Jul 12 21:25:47 UTC 2012


python-distutils-extra (2.34-0ubuntu0.1) precise-proposed; urgency=low

  * Backport some fixes from latest release (and a regression fix):
    - debian/rules: Run Python3 tests under C locale, to expose more unicode
      errors.
    - auto.py: Fix *.ui detection to be robust for non-ASCII files.
      (LP: #1017468)
    - auto.py: Fix a regression with python2 if files have some utf-8 directives
      (LP: #1021969)

python-distutils-extra (2.34-1) unstable; urgency=low

  [ Martin Pitt ]
  * debian/rules: Run Python3 tests under C locale, to expose more unicode
    errors.
  * auto.py: Fix *.ui detection to be robust for non-ASCII files.
    (LP: #1017468)

  [ Didier Roche ]
  * auto.py: Fix a regression with python2 if files have some utf-8 directives
    (LP: #1021969)

python-distutils-extra (2.33-0ubuntu0.1) precise-proposed; urgency=low

  * Backport 2.33-1 to precise as an SRU (LP: #1020017):
    - auto.py: Fix crash when encountering binary files with Python 3.
      (LP: #995653)
    - auto.py: Fix crash when encountering an UTF-8 Python source code file.
    - debian/local/python-mkdebian cleanups: (LP: #706051)
      - Don't use {XS, XB}-Python-Version.
      - Generate an up to date Standards-Version.
      - Generate build dep on debhelper (>= 8) as debian/compat is set to '8'
        and debhelper overrides are used.
      - No need to generate a build dep on cdbs.
    - debian/local/python-mkdebian: For projects using --prefix, install
      binaries into a .../bin/ subdirectory instead of into the main project
      directory. This avoids potential name collisions with local Python
      modules. Thanks to Michael Terry for the patch!
    - debian/local/python-mkdebian: Create copyright format 1.0 compatible
      copyright files. Thanks Andrew Starr-Bochicchio! (LP: #1002379)
    - debian/copyright: Update to copyright 1.0 format.
    - debian/control: Bump Standards-Version to 3.9.3.
    - python-mkdebian: Fix wrong kde4 ui file detection regular expression.
      Thanks Angelo Compagnucci! (LP: #1002076)

python-distutils-extra (2.33-1) unstable; urgency=low

  * auto.py: Fix crash when encountering binary files with Python 3.
    (LP: #995653)
  * auto.py: Fix crash when encountering an UTF-8 Python source code file.

python-distutils-extra (2.32-5) unstable; urgency=low

  [ Andrew Starr-Bochicchio ]
  * debian/local/python-mkdebian cleanups: (LP: #706051)
    - Don't use {XS, XB}-Python-Version.
    - Generate an up to date Standards-Version.
    - Generate build dep on debhelper (>= 8) as debian/compat is set to '8'
      and debhelper overrides are used.
    - No need to generate a build dep on cdbs.

  [ Martin Pitt ]
  * debian/local/python-mkdebian: For projects using --prefix, install
    binaries into a .../bin/ subdirectory instead of into the main project
    directory. This avoids potential name collisions with local Python
    modules. Thanks to Michael Terry for the patch!

python-distutils-extra (2.32-4) unstable; urgency=low

  * debian/local/python-mkdebian: Create copyright format 1.0 compatible
    copyright files. Thanks Andrew Starr-Bochicchio! (LP: #1002379)
  * debian/copyright: Update to copyright 1.0 format.
  * debian/control: Bump Standards-Version to 3.9.3.

python-distutils-extra (2.32-3) unstable; urgency=low

  * python-mkdebian: Fix wrong kde4 ui file detection regular expression.
    Thanks Angelo Compagnucci! (LP: #1002076)

Date: Mon, 09 Jul 2012 11:31:02 +0200
Changed-By: Didier Roche <didrocks at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/python-distutils-extra/2.34-0ubuntu0.1
-------------- next part --------------
Format: 1.8
Date: Mon, 09 Jul 2012 11:31:02 +0200
Source: python-distutils-extra
Binary: python-distutils-extra python3-distutils-extra
Architecture: source
Version: 2.34-0ubuntu0.1
Distribution: precise-proposed
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Didier Roche <didrocks at ubuntu.com>
Description: 
 python-distutils-extra - enhancements to the Python build system
 python3-distutils-extra - enhancements to the Python3 build system
Launchpad-Bugs-Fixed: 706051 995653 1002076 1002379 1017468 1020017 1021969
Changes: 
 python-distutils-extra (2.34-0ubuntu0.1) precise-proposed; urgency=low
 .
   * Backport some fixes from latest release (and a regression fix):
     - debian/rules: Run Python3 tests under C locale, to expose more unicode
       errors.
     - auto.py: Fix *.ui detection to be robust for non-ASCII files.
       (LP: #1017468)
     - auto.py: Fix a regression with python2 if files have some utf-8 directives
       (LP: #1021969)
 .
 python-distutils-extra (2.34-1) unstable; urgency=low
 .
   [ Martin Pitt ]
   * debian/rules: Run Python3 tests under C locale, to expose more unicode
     errors.
   * auto.py: Fix *.ui detection to be robust for non-ASCII files.
     (LP: #1017468)
 .
   [ Didier Roche ]
   * auto.py: Fix a regression with python2 if files have some utf-8 directives
     (LP: #1021969)
 .
 python-distutils-extra (2.33-0ubuntu0.1) precise-proposed; urgency=low
 .
   * Backport 2.33-1 to precise as an SRU (LP: #1020017):
     - auto.py: Fix crash when encountering binary files with Python 3.
       (LP: #995653)
     - auto.py: Fix crash when encountering an UTF-8 Python source code file.
     - debian/local/python-mkdebian cleanups: (LP: #706051)
       - Don't use {XS, XB}-Python-Version.
       - Generate an up to date Standards-Version.
       - Generate build dep on debhelper (>= 8) as debian/compat is set to '8'
         and debhelper overrides are used.
       - No need to generate a build dep on cdbs.
     - debian/local/python-mkdebian: For projects using --prefix, install
       binaries into a .../bin/ subdirectory instead of into the main project
       directory. This avoids potential name collisions with local Python
       modules. Thanks to Michael Terry for the patch!
     - debian/local/python-mkdebian: Create copyright format 1.0 compatible
       copyright files. Thanks Andrew Starr-Bochicchio! (LP: #1002379)
     - debian/copyright: Update to copyright 1.0 format.
     - debian/control: Bump Standards-Version to 3.9.3.
     - python-mkdebian: Fix wrong kde4 ui file detection regular expression.
       Thanks Angelo Compagnucci! (LP: #1002076)
 .
 python-distutils-extra (2.33-1) unstable; urgency=low
 .
   * auto.py: Fix crash when encountering binary files with Python 3.
     (LP: #995653)
   * auto.py: Fix crash when encountering an UTF-8 Python source code file.
 .
 python-distutils-extra (2.32-5) unstable; urgency=low
 .
   [ Andrew Starr-Bochicchio ]
   * debian/local/python-mkdebian cleanups: (LP: #706051)
     - Don't use {XS, XB}-Python-Version.
     - Generate an up to date Standards-Version.
     - Generate build dep on debhelper (>= 8) as debian/compat is set to '8'
       and debhelper overrides are used.
     - No need to generate a build dep on cdbs.
 .
   [ Martin Pitt ]
   * debian/local/python-mkdebian: For projects using --prefix, install
     binaries into a .../bin/ subdirectory instead of into the main project
     directory. This avoids potential name collisions with local Python
     modules. Thanks to Michael Terry for the patch!
 .
 python-distutils-extra (2.32-4) unstable; urgency=low
 .
   * debian/local/python-mkdebian: Create copyright format 1.0 compatible
     copyright files. Thanks Andrew Starr-Bochicchio! (LP: #1002379)
   * debian/copyright: Update to copyright 1.0 format.
   * debian/control: Bump Standards-Version to 3.9.3.
 .
 python-distutils-extra (2.32-3) unstable; urgency=low
 .
   * python-mkdebian: Fix wrong kde4 ui file detection regular expression.
     Thanks Angelo Compagnucci! (LP: #1002076)
Checksums-Sha1: 
 7dee07d8f1ecddcc193c136d81d376f48bed64dc 1801 python-distutils-extra_2.34-0ubuntu0.1.dsc
 2d7c30bfef6243f5e33216dc3cd636b5f387657e 16005 python-distutils-extra_2.34-0ubuntu0.1.debian.tar.gz
Checksums-Sha256: 
 59ca97180282331215c6c925d3aa239dc25d2f3e6e2a3e4bcb216fe96ae49ad3 1801 python-distutils-extra_2.34-0ubuntu0.1.dsc
 b4fb260a8153129da8758fa717b9dafe74adcb3c3023cd01141b650bda734eb2 16005 python-distutils-extra_2.34-0ubuntu0.1.debian.tar.gz
Files: 
 0bc86a293ad03a6bf208a29e9d3642d9 1801 python optional python-distutils-extra_2.34-0ubuntu0.1.dsc
 fd9fd9399d8dc809d3dcb763c535070d 16005 python optional python-distutils-extra_2.34-0ubuntu0.1.debian.tar.gz
Original-Maintainer: Martin Pitt <mpitt at debian.org>


More information about the Precise-changes mailing list