~ubuntu-branches/ubuntu/quantal/python2.7/quantal-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-01-06 21:57:07 UTC
  • Revision ID: package-import@ubuntu.com-20120106215707-da7ef71vawoka4yy
Tags: 2.7.2-9ubuntu1
* Update to 20120105, taken from the 2.7 branch.
* Test build using db5.1.
* Overwrite some lintian warnings:
  - The -dbg interpreters are not unusual.
  - The -gdb.py files don't need a python dependency.
  - lintian can't handle a whatis entry starting with one word on the line.
* Fix test failures related to distutils debian installation layout.
* Add build-arch/build-indep targets.
* Regenerate Setup and Makefiles after correcting Setup.local.
* profiled-build.diff: Pass PY_CFLAGS instead of CFLAGS for the profiled
  build.
* Pass dpkg-buildflags to the build process, and build third party
  extensions with these flags.
* Add support to build using -flto (and -g1) on some architectures.
* Disable pgo builds for some architectures (for now, keep just
  amd64 armel armhf i386 powerpc ppc64).
* Build-depend on libgdbm-dev to build and run the gdbm tests.
* Build-depend on xvfb to run the tkinter tests.
* python2.7: Provide python2.7-argparse and python-argparse.
* Don't run test_threading on mips/mipsel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
python2.7 (2.7.2-9ubuntu1) precise; urgency=low
 
2
 
 
3
  * Update to 20120105, taken from the 2.7 branch.
 
4
  * Test build using db5.1.
 
5
  * Overwrite some lintian warnings:
 
6
    - The -dbg interpreters are not unusual.
 
7
    - The -gdb.py files don't need a python dependency.
 
8
    - lintian can't handle a whatis entry starting with one word on the line.
 
9
  * Fix test failures related to distutils debian installation layout.
 
10
  * Add build-arch/build-indep targets.
 
11
  * Regenerate Setup and Makefiles after correcting Setup.local.
 
12
  * profiled-build.diff: Pass PY_CFLAGS instead of CFLAGS for the profiled
 
13
    build.
 
14
  * Pass dpkg-buildflags to the build process, and build third party
 
15
    extensions with these flags.
 
16
  * Add support to build using -flto (and -g1) on some architectures.
 
17
  * Disable pgo builds for some architectures (for now, keep just
 
18
    amd64 armel armhf i386 powerpc ppc64).
 
19
  * Build-depend on libgdbm-dev to build and run the gdbm tests.
 
20
  * Build-depend on xvfb to run the tkinter tests.
 
21
  * python2.7: Provide python2.7-argparse and python-argparse.
 
22
  * Don't run test_threading on mips/mipsel.
 
23
 
 
24
 -- Matthias Klose <doko@debian.org>  Fri, 06 Jan 2012 21:57:07 +0100
 
25
 
1
26
python2.7 (2.7.2-9) unstable; urgency=low
2
27
 
3
28
  * Update to 20111217, taken from the 2.7 branch.