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

« back to all changes in this revision

Viewing changes to debian/control

  • 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
1
Source: python2.7
2
2
Section: python
3
3
Priority: optional
4
 
Maintainer: Matthias Klose <doko@debian.org>
5
 
Build-Depends: debhelper (>= 5), quilt, autoconf, libreadline-dev, libtinfo-dev, libncursesw5-dev (>= 5.3), tk8.5-dev, zlib1g-dev, blt-dev (>= 2.4z), libssl-dev, libexpat1-dev, sharutils, libbz2-dev, libbluetooth-dev [linux-any], locales [!armel !avr32 !hppa !ia64 !mipsel], libsqlite3-dev, libffi-dev (>= 3.0.5), mime-support, libgpm2 [linux-any], netbase, lsb-release, bzip2, libdb4.8-dev, gdb, python, help2man
 
4
Maintainer: Ubuntu Core Developers <ubuntu-devel-discuss@lists.ubuntu.com>
 
5
XSBC-Original-Maintainer: Matthias Klose <doko@debian.org>
 
6
Build-Depends: debhelper (>= 5), quilt, autoconf, libreadline-dev, libtinfo-dev, libncursesw5-dev (>= 5.3), tk8.5-dev, zlib1g-dev, blt-dev (>= 2.4z), libssl-dev, libexpat1-dev, sharutils, libbz2-dev, libbluetooth-dev [linux-any], locales [!armel !avr32 !hppa !ia64 !mipsel], libsqlite3-dev, libffi-dev (>= 3.0.5), mime-support, libgpm2 [linux-any], netbase, lsb-release, bzip2, libdb5.1-dev, libgdbm-dev, gdb, python, help2man, xvfb
6
7
Build-Depends-Indep: python-sphinx
7
 
Build-Conflicts: tcl8.3-dev, tk8.3-dev, tcl8.4-dev, tk8.4-dev, python2.7-xml, python-xml, autoconf2.13, libncurses5-dev
 
8
Build-Conflicts: tcl8.4-dev, tk8.4-dev, python2.7-xml, python-xml, autoconf2.13
8
9
XS-Python-Version: 2.7
9
10
Standards-Version: 3.9.2
10
11
Vcs-Browser: https://code.launchpad.net/~doko/python/pkg2.7-debian
15
16
Priority: optional
16
17
Depends: python2.7-minimal (= ${binary:Version}), mime-support, ${shlibs:Depends}, ${misc:Depends}
17
18
Suggests: python2.7-doc, binutils
18
 
Provides: python2.7-cjkcodecs, python2.7-ctypes, python2.7-elementtree, python2.7-celementtree, python2.7-wsgiref, python2.7-profiler
 
19
Provides: python2.7-cjkcodecs, python2.7-ctypes, python2.7-elementtree, python2.7-celementtree, python2.7-wsgiref, python2.7-profiler, python2.7-argparse, python-argparse
19
20
Conflicts: python-profiler (<= 2.7.1-2)
20
21
Replaces: python-profiler (<= 2.7.1-2)
21
22
XB-Python-Version: 2.7
22
 
Description: An interactive high-level object-oriented language (version 2.7)
 
23
Description: Interactive high-level object-oriented language (version 2.7)
23
24
 Version 2.7 of the high-level, interactive object oriented language,
24
25
 includes an extensive class library with lots of goodies for
25
26
 network programming, system administration, sounds and graphics.
34
35
Conflicts: binfmt-support (<< 1.1.2)
35
36
XB-Python-Runtime: python2.7
36
37
XB-Python-Version: 2.7
37
 
Description: A minimal subset of the Python language (version 2.7)
 
38
Description: Minimal subset of the Python language (version 2.7)
38
39
 This package contains the interpreter and some essential modules.  It can
39
40
 be used in the boot process for some basic tasks.
40
41
 See /usr/share/doc/python2.7-minimal/README.Debian for a list of the modules
79
80
Enhances: python2.7
80
81
Replaces: python2.7 (<< 2.6.1-2)
81
82
XB-Python-Version: 2.7
82
 
Description: An IDE for Python (v2.7) using Tkinter
 
83
Description: IDE for Python (v2.7) using Tkinter
83
84
 IDLE is an Integrated Development Environment for Python (v2.7).
84
85
 IDLE is written using Tkinter and therefore quite platform-independent.
85
86