Skip to content
Snippets Groups Projects
Commit 615eb995 authored by Matthias Klose's avatar Matthias Klose
Browse files

* Add a libpython-stdlib package (not yet built).

parent 558433ae
No related branches found
No related tags found
No related merge requests found
python-defaults (2.7.3-11) UNRELEASED; urgency=low
python-defaults (2.7.3-11) experimental; urgency=low
* Add Multi-Arch: same packages libpython-all-{dev,dbg} (not yet built,
python2.6 doesn't have support for multiarch).
* python-dbg: Stop providing python-gdbm-dbg, python-tk-dbg. Closes: #700716.
* Add a libpython-stdlib package (not yet built).
-- Matthias Klose <doko@debian.org> Wed, 12 Dec 2012 00:25:00 +0100
-- Matthias Klose <doko@debian.org> Thu, 28 Feb 2013 14:43:06 +0100
python-defaults (2.7.3-10) experimental; urgency=low
......
......@@ -15,6 +15,7 @@ Architecture: any
Multi-Arch: allowed
Priority: standard
Depends: ${misc:Depends}, python2.7 (>= 2.7.3-10~), python-minimal (= ${binary:Version})
#Depends: ${misc:Depends}, python2.7 (>= 2.7.3-10~), python-minimal (= ${binary:Version}), libpython-stdlib (= ${binary:Version})
Suggests: python-doc (= ${binary:Version}), python-tk (= ${binary:Version})
Conflicts: python-central (<< 0.5.5)
Breaks: python-csv (<< 1.0-4), python-bz2 (<< 1.1-8), python-email (<< 2.5.5-3), update-manager-core (<< 0.200.5-2)
......@@ -77,6 +78,18 @@ Description: header files and a static library for Python (default)
This package is a dependency package, which depends on Debian's default
Python version (currently v2.7).
#Package: libpython-stdlib
#Architecture: any
#Multi-Arch: same
#Depends: libpython2.7-stdlib (>= 2.7.3-10~), ${misc:Depends}
#Description: interactive high-level object-oriented language (default python version)
# Python, the high-level, interactive object oriented language,
# includes an extensive class library with lots of goodies for
# network programming, system administration, sounds and graphics.
# .
# This package is a dependency package, which depends on Debian's default
# Python version (currently v2.7).
Package: idle
Architecture: all
Depends: ${misc:Depends}, python (= ${binary:Version}), python-tk (>= 2.4.3-3), idle-python2.7
......@@ -169,3 +182,32 @@ Description: package depending on all supported Python debugging packages
.
This package is used as a build dependency for other packages to
avoid hardcoded dependencies on specific Python development packages.
#Package: libpython-all-dev
#Architecture: any
#Multi-Arch: same
#Depends: libpython-dev (= ${binary:Version}), ${misc:Depends},
# libpython2.7-dev
#Description: package depending on all supported Python development packages
# The package currently depends on libpython2.7-dev, in the
# future, dependencies on jython (Python for a JVM) and ironpython (Python
# for Mono) may be added.
# .
# This package is a dependency package used as a build dependency for other
# packages to avoid hardcoded dependencies on specific Python development
# packages.
#Package: libpython-all-dbg
#Architecture: any
#Multi-Arch: same
#Section: debug
#Priority: extra
#Depends: libpython-dbg (= ${binary:Version}), ${misc:Depends},
# libpython2.7-dbg
#Description: package depending on all supported Python debugging packages
# The package currently depends on libpython2.7-dbg, in the
# future, dependencies on jython (Python for a JVM) and ironpython (Python
# for Mono) may be added.
# .
# This package is a dependency package used as a build dependency for other
# packages to avoid hardcoded dependencies on specific Python debug packages.
......@@ -15,6 +15,7 @@ Architecture: any
Multi-Arch: allowed
Priority: standard
Depends: ${misc:Depends}, @PVER@ (>= @PREVVER@), python-minimal (= ${binary:Version})
#Depends: ${misc:Depends}, @PVER@ (>= @PREVVER@), python-minimal (= ${binary:Version}), libpython-stdlib (= ${binary:Version})
Suggests: python-doc (= ${binary:Version}), python-tk (= ${binary:Version})
Conflicts: python-central (<< 0.5.5)
Breaks: python-csv (<< 1.0-4), python-bz2 (<< 1.1-8), python-email (<< 2.5.5-3), update-manager-core (<< 0.200.5-2)
......@@ -77,6 +78,18 @@ Description: header files and a static library for Python (default)
This package is a dependency package, which depends on Debian's default
Python version (currently v@VER@).
#Package: libpython-stdlib
#Architecture: any
#Multi-Arch: same
#Depends: libpython@VER@-stdlib (>= @PREVVER@), ${misc:Depends}
#Description: interactive high-level object-oriented language (default python version)
# Python, the high-level, interactive object oriented language,
# includes an extensive class library with lots of goodies for
# network programming, system administration, sounds and graphics.
# .
# This package is a dependency package, which depends on Debian's default
# Python version (currently v@VER@).
Package: idle
Architecture: all
Depends: ${misc:Depends}, python (= ${binary:Version}), python-tk (>= 2.4.3-3), idle-@PVER@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment