diff --git a/debian/changelog b/debian/changelog index 9c0a51e6080f9189162f36f379d353c8cc6b4c1a..b2d47305ec9aa0732b2b7b74214376efd466e349 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,8 @@ python-defaults (2.6.5-2) UNRELEASED; urgency=low [ Matthias Klose ] * 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 diff --git a/debian/control b/debian/control index bc81a7b9514089e662a3d7e015a1578b035b8e23..37f5a779905c85e06137400bbeaa26aee24a7457 100644 --- a/debian/control +++ b/debian/control @@ -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) Replaces: python (<= 2.4-1) 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) This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks. diff --git a/debian/control.in b/debian/control.in index 089126a0a940e143763529d53104fa17eabac628..d8aa53e8b27f104543ff8130e07d61834b9b4ee1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -31,7 +31,7 @@ Depends: @PVER@-minimal (>= @PREVVER@), dpkg (>= 1.13.20) Conflicts: python (<= 2.4-1), python-central (<< 0.5.5) Replaces: python (<= 2.4-1) 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) This package contains the interpreter and some essential modules. It's used in the boot process for some basic tasks.