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

* Don't allow installation of a mix of defaults packages for different

    python versions. Closes: #583683.
parent 29414bd6
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ python-defaults (2.6.5-2) UNRELEASED; urgency=low ...@@ -26,6 +26,8 @@ python-defaults (2.6.5-2) UNRELEASED; urgency=low
[ Matthias Klose ] [ Matthias Klose ]
* Depend on python2.6 version including the fix for issue #8223. * Depend on python2.6 version including the fix for issue #8223.
* Don't allow installation of a mix of defaults packages for different
python versions. Closes: #583683.
-- Matthias Klose <doko@debian.org> Wed, 16 Jun 2010 09:19:55 +0200 -- Matthias Klose <doko@debian.org> Wed, 16 Jun 2010 09:19:55 +0200
......
...@@ -31,7 +31,7 @@ Depends: python2.6-minimal (>= 2.6.5+20100616-1~), dpkg (>= 1.13.20) ...@@ -31,7 +31,7 @@ Depends: python2.6-minimal (>= 2.6.5+20100616-1~), dpkg (>= 1.13.20)
Conflicts: python (<= 2.4-1), python-central (<< 0.5.5) Conflicts: python (<= 2.4-1), python-central (<< 0.5.5)
Replaces: python (<= 2.4-1) Replaces: python (<= 2.4-1)
Recommends: python Recommends: python
Breaks: python2.5-minimal (<< 2.5.5-3), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2) Breaks: python-dev (<< 2.6), python-dbg (<< 2.6), python-all (<< 2.6), python-all-dev (<< 2.6), python-all-dbg (<< 2.6), python-examples (<< 2.6), idle (<< 2.6), python2.5-minimal (<< 2.5.5-3), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2)
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.
......
...@@ -31,7 +31,7 @@ Depends: @PVER@-minimal (>= @PREVVER@), dpkg (>= 1.13.20) ...@@ -31,7 +31,7 @@ Depends: @PVER@-minimal (>= @PREVVER@), dpkg (>= 1.13.20)
Conflicts: python (<= 2.4-1), python-central (<< 0.5.5) Conflicts: python (<= 2.4-1), python-central (<< 0.5.5)
Replaces: python (<= 2.4-1) Replaces: python (<= 2.4-1)
Recommends: python Recommends: python
Breaks: python2.5-minimal (<< 2.5.5-3), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2) Breaks: python-dev (<< 2.6), python-dbg (<< 2.6), python-all (<< 2.6), python-all-dev (<< 2.6), python-all-dbg (<< 2.6), python-examples (<< 2.6), idle (<< 2.6), python2.5-minimal (<< 2.5.5-3), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2)
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.
......
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