From 7f2bee105db4143fb120eb59e0ad1c8c0f3cfd93 Mon Sep 17 00:00:00 2001 From: Scott Kitterman <scott@kitterman.com> Date: Thu, 6 Oct 2011 15:46:09 -0500 Subject: [PATCH] * python: Break update-manager (<= 0.200.5-1). --- debian/changelog | 1 + debian/control | 2 +- debian/control.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 25d08eb..d58cd5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ python-defaults (2.7.2-7) unstable; urgency=low * Adjust version numbers for upload to unstable. + * python: Break update-manager (<= 0.200.5-1). -- Matthias Klose <doko@debian.org> Tue, 27 Sep 2011 18:21:42 +0200 diff --git a/debian/control b/debian/control index 126ea0b..13cd168 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Priority: standard Depends: ${misc:Depends}, python2.7 (>= 2.7.2-3~), python-minimal (= ${binary:Version}) Suggests: python-doc (= ${binary:Version}), python-tk (= ${binary:Version}) Conflicts: python-central (<< 0.5.5) -Breaks: python-csv (<< 1.0-4), python-bz2 (<< 1.1-8), python-email (<< 2.5.5-3) +Breaks: python-csv (<< 1.0-4), python-bz2 (<< 1.1-8), python-email (<< 2.5.5-3), update-manager (<= 0.200.5-1) Replaces: python-dev (<< 2.6.5-2) Provides: python-email, python-ctypes, python-wsgiref, python-importlib, python-profiler Description: interactive high-level object-oriented language (default version) diff --git a/debian/control.in b/debian/control.in index 6e49020..ad339c6 100644 --- a/debian/control.in +++ b/debian/control.in @@ -16,7 +16,7 @@ Priority: standard Depends: ${misc:Depends}, @PVER@ (>= @PREVVER@), python-minimal (= ${binary:Version}) Suggests: python-doc (= ${binary:Version}), python-tk (= ${binary:Version}) Conflicts: python-central (<< 0.5.5) -Breaks: python-csv (<< 1.0-4), python-bz2 (<< 1.1-8), python-email (<< 2.5.5-3) +Breaks: python-csv (<< 1.0-4), python-bz2 (<< 1.1-8), python-email (<< 2.5.5-3), update-manager (<= 0.200.5-1) Replaces: python-dev (<< 2.6.5-2) Provides: python-email, python-ctypes, python-wsgiref, python-importlib, python-profiler Description: interactive high-level object-oriented language (default version) -- GitLab