diff --git a/debian/changelog b/debian/changelog
index d58cd5ef541e2070b1f1c2282318715c4bd5d0fa..916d806d70f7fc1951f6730064741b48cdf1d89b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-defaults (2.7.2-8) unstable; urgency=high
+
+  * Fix update-manager Breaks (Closes: #644491)
+
+ -- Scott Kitterman <scott@kitterman.com>  Thu, 06 Oct 2011 15:48:06 -0500
+
 python-defaults (2.7.2-7) unstable; urgency=low
 
   * Adjust version numbers for upload to unstable.
diff --git a/debian/control b/debian/control
index 13cd16861e164f34cbac0ed398c987c7e9397b6b..838a3f2f0d77f9f183acef510ec5a9cca47f56a2 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), update-manager (<= 0.200.5-1)
+Breaks: python-csv (<< 1.0-4), python-bz2 (<< 1.1-8), python-email (<< 2.5.5-3), update-manager-core (<< 0.200.5-2)
 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 ad339c63a996b32aea26bfa35f600b490cbaeeeb..8d9b3ae44a3371ce05a3392534dd13c1af20ca3c 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), update-manager (<= 0.200.5-1)
+Breaks: python-csv (<< 1.0-4), python-bz2 (<< 1.1-8), python-email (<< 2.5.5-3), update-manager-core (<< 0.200.5-2)
 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)