From d9ea90d48278b1c3def22b867174cffd86539919 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org> Date: Sun, 22 Aug 2010 15:24:24 +0200 Subject: [PATCH] Bump python-minimal's Breaks of python2.5-minimal to << 2.5.5-7 (due to missing runpy module) --- debian/changelog | 3 +++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 560d2d6..abf12a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,11 +2,14 @@ python-defaults (2.6.5-14) UNRELEASED; urgency=low [ Piotr Ożarowski ] * dh_python2: typo in --help output fixed (thanks to Adam D. Barratt) + * Bump python-minimal's Breaks of python2.5-minimal to << 2.5.5-7 (due to + missing runpy module) [ Scott Kitterman ] * debian/python-policy.sgml and debian/pyversions.py fix typos (thanks to Adam D. Barratt) + -- Scott Kitterman <scott@kitterman.com> Wed, 18 Aug 2010 16:56:12 -0400 python-defaults (2.6.5-13) unstable; urgency=low diff --git a/debian/control b/debian/control index fe9852c..9579505 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Priority: standard Depends: ${misc:Depends}, python2.6-minimal (>= 2.6.5+20100630-2~), dpkg (>= 1.13.20) Recommends: python Conflicts: python-central (<< 0.5.5) -Breaks: python (<= 2.4-1), 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) +Breaks: python (<= 2.4-1), 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-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2) Replaces: python (<= 2.4-1) Description: minimal subset of the Python language (default version) This package contains the interpreter and some essential modules. It's used diff --git a/debian/control.in b/debian/control.in index 6654c06..a90bdb7 100644 --- a/debian/control.in +++ b/debian/control.in @@ -33,7 +33,7 @@ Priority: standard Depends: ${misc:Depends}, @PVER@-minimal (>= @PREVVER@), dpkg (>= 1.13.20) Recommends: python Conflicts: python-central (<< 0.5.5) -Breaks: python (<= 2.4-1), 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) +Breaks: python (<= 2.4-1), 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-7), python2.6-minimal (<< 2.6.5~rc2-2), python3.1-minimal (<< 3.1.2~rc1-2) Replaces: python (<= 2.4-1) Description: minimal subset of the Python language (default version) This package contains the interpreter and some essential modules. It's used -- GitLab