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

package version python-defaults-2.3.5-10

parent f308f506
No related branches found
No related tags found
No related merge requests found
python-defaults (2.3.5-10) unstable; 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.3 built for the updated Python policy.
* python: Conflict with a python2.4 using the old Python policy.
-- Matthias Klose <doko@debian.org> Thu, 15 Jun 2006 22:05:04 +0200
python-defaults (2.3.5-9) unstable; urgency=low python-defaults (2.3.5-9) unstable; urgency=low
* python-all: Depend on python as well. * python-all: Depend on python as well.
......
...@@ -8,8 +8,8 @@ Standards-Version: 3.6.2 ...@@ -8,8 +8,8 @@ Standards-Version: 3.6.2
Package: python Package: python
Architecture: all Architecture: all
Priority: standard Priority: standard
Depends: python2.3 (>= 2.3.5-1) Depends: python2.3 (>= 2.3.5-14)
Conflicts: python2.3 (<= 2.3.2-6), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base, python-central (<< 0.4.11) Conflicts: python2.3 (<= 2.3.2-6), python2.4 (<< 2.4.3-7), 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 Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base
Provides: python-email, python-xmlbase Provides: python-email, python-xmlbase
Suggests: python-doc, python-tk, python-profiler Suggests: python-doc, python-tk, python-profiler
...@@ -25,7 +25,7 @@ Description: An interactive high-level object-oriented language (default version ...@@ -25,7 +25,7 @@ Description: An interactive high-level object-oriented language (default version
Package: python-minimal Package: python-minimal
Architecture: all Architecture: all
Priority: standard Priority: standard
Depends: python2.3 (>= 2.3.5-1) Depends: python2.3 (>= 2.3.5-14)
Description: A minimal subset of the Python language (default version) Description: A minimal subset of the Python language (default version)
This package contains the interpreter and some essential modules. It's used This package contains the interpreter and some essential modules. It's used
in the boot process for some basic tasks. in the boot process for some basic tasks.
...@@ -37,7 +37,7 @@ Description: A minimal subset of the Python language (default version) ...@@ -37,7 +37,7 @@ Description: A minimal subset of the Python language (default version)
Package: python-examples Package: python-examples
Architecture: all Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-examples (>= 2.3.5-1) Depends: python (= ${Source-Version}), python2.3-examples (>= 2.3.5-14)
Description: Examples for the Python language (default version) Description: Examples for the Python language (default version)
Examples, Demos and Tools for Python. These are files included in Examples, Demos and Tools for Python. These are files included in
the upstream Python distribution. the upstream Python distribution.
...@@ -47,7 +47,7 @@ Description: Examples for the Python language (default version) ...@@ -47,7 +47,7 @@ Description: Examples for the Python language (default version)
Package: python-dev Package: python-dev
Architecture: all Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-dev (>= 2.3.5-1) Depends: python (= ${Source-Version}), python2.3-dev (>= 2.3.5-14)
Description: Header files and a static library for Python (default) Description: Header files and a static library for Python (default)
Header files, a static library and development tools for building Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python Python modules, extending the Python interpreter or embedding Python
...@@ -61,7 +61,7 @@ Description: Header files and a static library for Python (default) ...@@ -61,7 +61,7 @@ Description: Header files and a static library for Python (default)
Package: idle Package: idle
Architecture: all Architecture: all
Depends: python (>= 2.3), python (<< 2.4), idle-python2.3 (>= 2.3.5-1) Depends: python (= ${Source-Version}), idle-python2.3 (>= 2.3.5-14)
Enhances: python Enhances: python
Description: An IDE for Python using Tkinter (default version) Description: An IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python. IDLE is an Integrated Development Environment for Python.
...@@ -73,7 +73,7 @@ Description: An IDE for Python using Tkinter (default version) ...@@ -73,7 +73,7 @@ Description: An IDE for Python using Tkinter (default version)
Package: python-doc Package: python-doc
Section: doc Section: doc
Architecture: all Architecture: all
Depends: python2.3-doc (>= 2.3.5-1) Depends: python2.3-doc (>= 2.3.5-14)
Suggests: python Suggests: python
Conflicts: python-doc-info, python (<< 2.3.5) Conflicts: python-doc-info, python (<< 2.3.5)
Replaces: python-doc-info, python (<< 2.3.5) Replaces: python-doc-info, python (<< 2.3.5)
...@@ -98,7 +98,7 @@ Description: Documentation for the high-level object-oriented language Python ...@@ -98,7 +98,7 @@ Description: Documentation for the high-level object-oriented language Python
Package: python-dbg Package: python-dbg
Architecture: all Architecture: all
Priority: extra Priority: extra
Depends: python (>= 2.3), python2.3-dbg (>= 2.3.5-1) Depends: python (= ${Source-Version}), python2.3-dbg (>= 2.3.5-14)
Description: Debug Build of the Python Interpreter (version 2.3) Description: Debug Build of the Python Interpreter (version 2.3)
Python interpreter configured with --pydebug. Dynamically loaded modules are Python interpreter configured with --pydebug. Dynamically loaded modules are
searched in /usr/lib/python2.3/lib-dynload/debug first. searched in /usr/lib/python2.3/lib-dynload/debug first.
...@@ -106,7 +106,7 @@ Description: Debug Build of the Python Interpreter (version 2.3) ...@@ -106,7 +106,7 @@ Description: Debug Build of the Python Interpreter (version 2.3)
Package: python-all Package: python-all
Architecture: all Architecture: all
Priority: optional Priority: optional
Depends: python (>= 2.3), python2.3, python2.4 Depends: python (= ${Source-Version}), python2.3, python2.4
Description: Package depending on all supported Python runtime versions Description: Package depending on all supported Python runtime versions
The package currently depends on python2.3 and python2.4, in the future, The package currently depends on python2.3 and python2.4, in the future,
dependencies on jython (Python for a JVM) and ironpython (Python for Mono) dependencies on jython (Python for a JVM) and ironpython (Python for Mono)
...@@ -118,7 +118,7 @@ Description: Package depending on all supported Python runtime versions ...@@ -118,7 +118,7 @@ Description: Package depending on all supported Python runtime versions
Package: python-all-dev Package: python-all-dev
Architecture: all Architecture: all
Priority: optional Priority: optional
Depends: python-all (>= 2.3), 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 Description: Package depending on all supported Python development packages
The package currently depends on python2.3-dev and python2.4-dev, in the The package currently depends on python2.3-dev and python2.4-dev, in the
future, dependencies on jython (Python for a JVM) and ironpython (Python future, dependencies on jython (Python for a JVM) and ironpython (Python
......
...@@ -9,7 +9,7 @@ Package: python ...@@ -9,7 +9,7 @@ Package: python
Architecture: all Architecture: all
Priority: standard Priority: standard
Depends: @PVER@ (>= @PREVVER@) Depends: @PVER@ (>= @PREVVER@)
Conflicts: python2.3 (<= 2.3.2-6), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base, python-central (<< 0.4.11) Conflicts: python2.3 (<= 2.3.2-6), python2.4 (<< 2.4.3-7), 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 Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base
Provides: python-email, python-xmlbase Provides: python-email, python-xmlbase
Suggests: python-doc, python-tk, python-profiler Suggests: python-doc, python-tk, python-profiler
...@@ -37,7 +37,7 @@ Description: A minimal subset of the Python language (default version) ...@@ -37,7 +37,7 @@ Description: A minimal subset of the Python language (default version)
Package: python-examples Package: python-examples
Architecture: all Architecture: all
Depends: python (>= @VER@), python (<< @NVER@), @PVER@-examples (>= @PREVVER@) Depends: python (= ${Source-Version}), @PVER@-examples (>= @PREVVER@)
Description: Examples for the Python language (default version) Description: Examples for the Python language (default version)
Examples, Demos and Tools for Python. These are files included in Examples, Demos and Tools for Python. These are files included in
the upstream Python distribution. the upstream Python distribution.
...@@ -47,7 +47,7 @@ Description: Examples for the Python language (default version) ...@@ -47,7 +47,7 @@ Description: Examples for the Python language (default version)
Package: python-dev Package: python-dev
Architecture: all Architecture: all
Depends: python (>= @VER@), python (<< @NVER@), @PVER@-dev (>= @PREVVER@) Depends: python (= ${Source-Version}), @PVER@-dev (>= @PREVVER@)
Description: Header files and a static library for Python (default) Description: Header files and a static library for Python (default)
Header files, a static library and development tools for building Header files, a static library and development tools for building
Python modules, extending the Python interpreter or embedding Python Python modules, extending the Python interpreter or embedding Python
...@@ -61,7 +61,7 @@ Description: Header files and a static library for Python (default) ...@@ -61,7 +61,7 @@ Description: Header files and a static library for Python (default)
Package: idle Package: idle
Architecture: all Architecture: all
Depends: python (>= @VER@), python (<< @NVER@), idle-@PVER@ (>= @PREVVER@) Depends: python (= ${Source-Version}), idle-@PVER@ (>= @PREVVER@)
Enhances: python Enhances: python
Description: An IDE for Python using Tkinter (default version) Description: An IDE for Python using Tkinter (default version)
IDLE is an Integrated Development Environment for Python. IDLE is an Integrated Development Environment for Python.
...@@ -98,7 +98,7 @@ Description: Documentation for the high-level object-oriented language Python ...@@ -98,7 +98,7 @@ Description: Documentation for the high-level object-oriented language Python
Package: python-dbg Package: python-dbg
Architecture: all Architecture: all
Priority: extra Priority: extra
Depends: python (>= @VER@), python@VER@-dbg (>= @PREVVER@) Depends: python (= ${Source-Version}), python@VER@-dbg (>= @PREVVER@)
Description: Debug Build of the Python Interpreter (version @VER@) Description: Debug Build of the Python Interpreter (version @VER@)
Python interpreter configured with --pydebug. Dynamically loaded modules are Python interpreter configured with --pydebug. Dynamically loaded modules are
searched in /usr/lib/python@VER@/lib-dynload/debug first. searched in /usr/lib/python@VER@/lib-dynload/debug first.
...@@ -106,7 +106,7 @@ Description: Debug Build of the Python Interpreter (version @VER@) ...@@ -106,7 +106,7 @@ Description: Debug Build of the Python Interpreter (version @VER@)
Package: python-all Package: python-all
Architecture: all Architecture: all
Priority: optional Priority: optional
Depends: python (>= @VER@), python2.3, python2.4 Depends: python (= ${Source-Version}), python2.3, python2.4
Description: Package depending on all supported Python runtime versions Description: Package depending on all supported Python runtime versions
The package currently depends on python2.3 and python2.4, in the future, The package currently depends on python2.3 and python2.4, in the future,
dependencies on jython (Python for a JVM) and ironpython (Python for Mono) dependencies on jython (Python for a JVM) and ironpython (Python for Mono)
...@@ -118,7 +118,7 @@ Description: Package depending on all supported Python runtime versions ...@@ -118,7 +118,7 @@ Description: Package depending on all supported Python runtime versions
Package: python-all-dev Package: python-all-dev
Architecture: all Architecture: all
Priority: optional Priority: optional
Depends: python-all (>= @VER@), 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 Description: Package depending on all supported Python development packages
The package currently depends on python2.3-dev and python2.4-dev, in the The package currently depends on python2.3-dev and python2.4-dev, in the
future, dependencies on jython (Python for a JVM) and ironpython (Python future, dependencies on jython (Python for a JVM) and ironpython (Python
......
#! /usr/bin/python
import sys
sys.path[0:0] = ['/usr/share/python']
import pyversions
pyversions.main()
...@@ -14,7 +14,7 @@ export PVER=python2.3 ...@@ -14,7 +14,7 @@ export PVER=python2.3
export PRIORITY=$(shell echo $(VER) | tr -d '.')0 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 := $(shell awk '/^python/ && NR > 1 {print substr($$2,2,length($$2)-2); exit}' debian/changelog)
PREVVER := 2.3.5-1 PREVVER := 2.3.5-14
PWD := $(shell pwd) PWD := $(shell pwd)
...@@ -151,12 +151,11 @@ binary-indep: build install stamp-doc ...@@ -151,12 +151,11 @@ binary-indep: build install stamp-doc
cp -p debian/debian_defaults \ cp -p debian/debian_defaults \
debian/python/usr/share/python/ debian/python/usr/share/python/
cp -p debian/pyversions.py \ install -m 755 debian/pyversions.py \
debian/python/usr/share/python/ debian/python/usr/share/python/
install -m 755 debian/pyversions \ install -m 644 debian/pyversions.1 \
debian/python/usr/bin/
cp -p debian/pyversions.1 \
debian/python/usr/share/man/man1/ debian/python/usr/share/man/man1/
dh_link -ppython /usr/share/python/pyversions.py /usr/bin/pyversions
mkdir -p debian/python/usr/share/doc/python mkdir -p debian/python/usr/share/doc/python
cp -a debian/python-policy.{html,sgml,txt} \ cp -a debian/python-policy.{html,sgml,txt} \
......
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