diff --git a/debian/changelog b/debian/changelog
index eb84a1c38e16e1c87f89862b13a8347509983fcb..87ba1f733682e07f4afcc7247c760c380fd8ad9b 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 b61b9d2c4416030e334089905469e7b2c3569e10..3d4625e6b4f1ec57c87a859974b6f630de38337f 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 1f2b0c4c929ab59b5dbd89770ed929525e913af8..a248ce6c1c19cb6c0975e5a55fca25d396c3ada4 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