From 5b9181bf4d341a5fd8b82f1d9e997e82890739d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20O=C5=BCarowski?= <piotr@debian.org> Date: Mon, 10 Jan 2011 21:34:37 +0100 Subject: [PATCH] python-minimal now Breaks python-support << 1.0.12 (Python 2.7 support was added in 1.0.12) --- debian/changelog | 2 ++ debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index eb84a1c..87ba1f7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ python-defaults (2.6.6-10) UNRELEASED; urgency=low * dh_python2: fix moving files from old debug locations (due to typo) + * python-minimal now Breaks python-support << 1.0.12 (Python 2.7 support was + added in 1.0.12) -- Piotr Ożarowski <piotr@debian.org> Thu, 06 Jan 2011 16:12:25 +0100 diff --git a/debian/control b/debian/control index b61b9d2..3d4625e 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Priority: standard Depends: ${misc:Depends}, python2.6-minimal (>= 2.6.6-1~), 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-7), 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), python-support (<< 1.0.12) 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 1f2b0c4..a248ce6 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-7), 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), python-support (<< 1.0.12) 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