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

package version python-defaults-2.3.5-5

parent ea9bffec
No related branches found
No related tags found
No related merge requests found
python-defaults (2.3.5-5) unstable; urgency=low
* Fix upgrade issues (closes: #348319, #348354).
-- Matthias Klose <doko@debian.org> Mon, 16 Jan 2006 16:50:11 +0000
python-defaults (2.3.5-4) unstable; urgency=low
* Add a package python-minimal. This package still depends on python2.3,
......
......@@ -8,7 +8,7 @@ Standards-Version: 3.6.2
Package: python
Architecture: all
Priority: standard
Depends: python2.3 (>= 2.3.4-18)
Depends: python2.3 (>= 2.3.5-1)
Conflicts: python2.3 (<= 2.3.2-6), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base
Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base
Provides: python-email, python-xmlbase
......@@ -26,7 +26,7 @@ Package: python-minimal
Architecture: all
Essential: yes
Priority: required
Depends: python2.3 (>= 2.3.4-18)
Depends: python2.3 (>= 2.3.5-1)
Conflicts: python (<< 2.3.5-4)
Replaces: python (<< 2.3.5-4)
Description: A minimal subset of the Python language (default version)
......@@ -40,7 +40,7 @@ Description: A minimal subset of the Python language (default version)
Package: python-tk
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-tk (>= 2.3.4-18)
Depends: python (>= 2.3), python (<< 2.4), python2.3-tk (>= 2.3.5-1)
Description: Tkinter - Writing Tk applications with Python (default version)
A module for writing portable GUI applications with Python sing Tk.
Also known as Tkinter.
......@@ -50,7 +50,7 @@ Description: Tkinter - Writing Tk applications with Python (default version)
Package: python-gdbm
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-gdbm (>= 2.3.4-18)
Depends: python (>= 2.3), python (<< 2.4), python2.3-gdbm (>= 2.3.5-1)
Description: GNU dbm database support for Python (default version)
GNU dbm database module for Python. Install this if you want to
create or read GNU dbm database files with Python.
......@@ -60,7 +60,7 @@ Description: GNU dbm database support for Python (default version)
Package: python-mpz
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-mpz (>= 2.3.4-18)
Depends: python (>= 2.3), python (<< 2.4), python2.3-mpz (>= 2.3.5-1)
Description: Multiple-precision arithmetic support for Python (default version)
Arbitrary precision arithmetic for Python using the GNU MP
library, i.e. bignum support.
......@@ -70,7 +70,7 @@ Description: Multiple-precision arithmetic support for Python (default version)
Package: python-examples
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-examples (>= 2.3.4-18)
Depends: python (>= 2.3), python (<< 2.4), python2.3-examples (>= 2.3.5-1)
Description: Examples for the Python language (default version)
Examples, Demos and Tools for Python. These are files included in
the upstream Python distribution.
......@@ -80,7 +80,7 @@ Description: Examples for the Python language (default version)
Package: python-dev
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-dev (>= 2.3.4-18)
Depends: python (>= 2.3), python (<< 2.4), python2.3-dev (>= 2.3.5-1)
Description: Header files and a static library for Python (default)
Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python
......@@ -94,7 +94,7 @@ Description: Header files and a static library for Python (default)
Package: idle
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), idle-python2.3 (>= 2.3.4-18)
Depends: python (>= 2.3), python (<< 2.4), idle-python2.3 (>= 2.3.5-1)
Enhances: python
Description: An IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python.
......@@ -106,7 +106,7 @@ Description: An IDE for Python using Tkinter (default version)
Package: python-doc
Section: doc
Architecture: all
Depends: python2.3-doc (>= 2.3.4-18)
Depends: python2.3-doc (>= 2.3.5-1)
Suggests: python
Conflicts: python-doc-info, python (<< 2.3.5)
Replaces: python-doc-info, python (<< 2.3.5)
......@@ -131,7 +131,7 @@ Description: Documentation for the high-level object-oriented language Python
Package: python-dbg
Architecture: all
Priority: extra
Depends: python (>= 2.3), python2.3-dbg (>= 2.3.4-18)
Depends: python (>= 2.3), python2.3-dbg (>= 2.3.5-1)
Description: Debug Build of the Python Interpreter (version 2.3)
Python interpreter configured with --pydebug. Dynamically loaded modules are
searched in /usr/lib/python2.3/lib-dynload/debug first.
......
......@@ -24,11 +24,8 @@ Description: An interactive high-level object-oriented language (default version
Package: python-minimal
Architecture: all
Essential: yes
Priority: required
Priority: standard
Depends: @PVER@ (>= @PREVVER@)
Conflicts: python (<< 2.3.5-4)
Replaces: python (<< 2.3.5-4)
Description: A minimal subset of the Python language (default version)
This package contains the interpreter and some essential modules. It's used
in the boot process for some basic tasks.
......
......@@ -14,7 +14,7 @@ export PVER=python2.3
export PRIORITY=$(shell echo $(VER) | tr -d '.')0
PREVVER := $(shell awk '/^python/ && NR > 1 {print substr($$2,2,length($$2)-2); exit}' debian/changelog)
PREVVER := 2.3.4-18
PREVVER := 2.3.5-1
PWD := $(shell pwd)
......
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