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

package version python-defaults-2.4.3-5

parent 82d4c28c
No related branches found
No related tags found
No related merge requests found
python-defaults (2.4.3-5) experimental; urgency=low
* Tighten dependencies between packages built from this source.
A versioned dependency on python-all / python-all-dev is enough
to depend on the same version of python / python-dev.
* python: Conflict with python-central (<< 0.4.17).
* python: Depend on a python2.4 built for the updated Python policy.
* python: Conflict with a python2.3 using the old Python policy.
-- Matthias Klose <doko@debian.org> Fri, 16 Jun 2006 18:15:00 +0200
python-defaults (2.4.3-4) experimental; urgency=low
* Include version 0.4.1.0 of the python policy.
......
......@@ -8,8 +8,8 @@ Standards-Version: 3.7.2
Package: python
Architecture: all
Priority: standard
Depends: python2.4 (>= 2.4.3), python-minimal (= ${Source-Version})
Conflicts: python2.3 (<= 2.3.2-6), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base
Depends: python2.4 (>= 2.4.3-7), python-minimal (= ${Source-Version})
Conflicts: python2.3 (<< 2.3.5-14), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base, python-central (<< 0.4.17)
Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base
Provides: python-email, python-xmlbase
Suggests: python-doc, python-tk, python-profiler
......@@ -24,7 +24,7 @@ Description: An interactive high-level object-oriented language (default version
Package: python-minimal
Architecture: all
Priority: standard
Depends: python2.4-minimal (>= 2.4.3), python-central (>= 0.4.11), dpkg (>= 1.13.20)
Depends: python2.4-minimal (>= 2.4.3-7), python-central (>= 0.4.11), dpkg (>= 1.13.20)
Conflicts: python (<= 2.4-1), python-central (<< 0.4.8)
Replaces: python (<= 2.4-1)
Description: A minimal subset of the Python language (default version)
......@@ -35,7 +35,7 @@ Description: A minimal subset of the Python language (default version)
Package: python-examples
Architecture: all
Depends: python (= ${Source-Version}), python (<< 2.5), python2.4-examples (>= 2.4.3)
Depends: python (= ${Source-Version}), python (<< 2.5), python2.4-examples (>= 2.4.3-7)
Description: Examples for the Python language (default version)
Examples, Demos and Tools for Python. These are files included in
the upstream Python distribution.
......@@ -45,7 +45,7 @@ Description: Examples for the Python language (default version)
Package: python-dev
Architecture: all
Depends: python (= ${Source-Version}), python2.4-dev (>= 2.4.3)
Depends: python (= ${Source-Version}), python2.4-dev (>= 2.4.3-7)
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
......@@ -59,7 +59,7 @@ Description: Header files and a static library for Python (default)
Package: idle
Architecture: all
Depends: python (= ${Source-Version}), idle-python2.4 (>= 2.4.3)
Depends: python (= ${Source-Version}), idle-python2.4 (>= 2.4.3-7)
Description: An IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python.
IDLE is written using Tkinter and therefore quite platform-independent.
......@@ -70,7 +70,7 @@ Description: An IDE for Python using Tkinter (default version)
Package: python-doc
Section: doc
Architecture: all
Depends: python2.4-doc (>= 2.4.3)
Depends: python2.4-doc (>= 2.4.3-7)
Suggests: python
Conflicts: python-doc-info, python (<< 2.3.5)
Replaces: python-doc-info, python (<< 2.3.5)
......@@ -95,7 +95,7 @@ Description: Documentation for the high-level object-oriented language Python
Package: python-dbg
Architecture: all
Priority: extra
Depends: python (= ${Source-Version}), python2.4-dbg (>= 2.4.3)
Depends: python (= ${Source-Version}), python2.4-dbg (>= 2.4.3-7)
Description: Debug Build of the Python Interpreter (version 2.4)
Python interpreter configured with --pydebug. Dynamically loaded modules are
searched in /usr/lib/python2.4/lib-dynload/debug first.
......@@ -115,7 +115,7 @@ Description: Package depending on all supported Python runtime versions
Package: python-all-dev
Architecture: all
Priority: optional
Depends: python-all (= ${Source-Version}), python-dev, python2.3-dev, python2.4-dev
Depends: python-all (= ${Source-Version}), python-dev (= ${Source-Version}), python2.3-dev, python2.4-dev
Description: Package depending on all supported Python development packages
The package currently depends on python2.4-dev, in the
future, dependencies on jython (Python for a JVM) and ironpython (Python
......
......@@ -9,7 +9,7 @@ Package: python
Architecture: all
Priority: standard
Depends: @PVER@ (>= @PREVVER@), python-minimal (= ${Source-Version})
Conflicts: python2.3 (<= 2.3.2-6), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base
Conflicts: python2.3 (<< 2.3.5-14), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base, python-central (<< 0.4.17)
Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base
Provides: python-email, python-xmlbase
Suggests: python-doc, python-tk, python-profiler
......@@ -115,7 +115,7 @@ Description: Package depending on all supported Python runtime versions
Package: python-all-dev
Architecture: all
Priority: optional
Depends: python-all (= ${Source-Version}), python-dev, python2.3-dev, python2.4-dev
Depends: python-all (= ${Source-Version}), python-dev (= ${Source-Version}), python2.3-dev, python2.4-dev
Description: Package depending on all supported Python development packages
The package currently depends on python2.4-dev, in the
future, dependencies on jython (Python for a JVM) and ironpython (Python
......
......@@ -15,7 +15,7 @@ export PVER=python2.4
VERSIONS = 2.3 2.4
PREVVER := $(shell awk '/^python/ && NR > 1 {print substr($$2,2,length($$2)-2); exit}' debian/changelog)
PREVVER := 2.4.3
PREVVER := 2.4.3-7
PWD := $(shell pwd)
......@@ -141,12 +141,11 @@ binary-indep: build install stamp-doc
cp -p debian/debian_defaults \
debian/python-minimal/usr/share/python/
cp -p debian/pyversions.py \
install -m 755 debian/pyversions.py \
debian/python-minimal/usr/share/python/
install -m 755 debian/pyversions \
debian/python-minimal/usr/bin/
cp -p debian/pyversions.1 \
install -m 644 debian/pyversions.1 \
debian/python-minimal/usr/share/man/man1/
dh_link -ppython /usr/share/python/pyversions.py /usr/bin/pyversions
# mkdir debian/python-minimal/usr/share/python-central
# cp -p debian/python.pycentral debian/python-minimal/usr/share/python-central/
......
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