diff --git a/debian/changelog b/debian/changelog
index 83124d776fa1e09a76b7a80a727d0d7a12755273..ef43b7b0240586e1e2911270db7d9430f0b65f43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-defaults (2.3.5-9) unstable; urgency=low
+
+  * python-all: Depend on python as well.
+
+ -- Matthias Klose <doko@debian.org>  Wed, 14 Jun 2006 00:45:46 +0000
+
 python-defaults (2.3.5-8) unstable; urgency=low
 
   * Include version 0.4.1.0 of the python policy.
diff --git a/debian/control b/debian/control
index 9ccc54000bbb899fbadec7cadbbf55c4949c8ed1..28c99aed82138a0cfe31d5a5247d9243d0e4c556 100644
--- a/debian/control
+++ b/debian/control
@@ -106,7 +106,7 @@ Description: Debug Build of the Python Interpreter (version 2.3)
 Package: python-all
 Architecture: all
 Priority: optional
-Depends: python-all (>= 2.3), python2.3, python2.4
+Depends: python (>= 2.3), python2.3, python2.4
 Description: Package depending on all supported Python runtime versions
  The package currently depends on python2.3 and python2.4, in the future,
  dependencies on jython (Python for a JVM) and ironpython (Python for Mono)
diff --git a/debian/control.in b/debian/control.in
index cb38aca1ff11f256540cc287390896b4cdff31bf..c009080d3fdab5562782964e53d6b4b08c5d027e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -106,7 +106,7 @@ Description: Debug Build of the Python Interpreter (version @VER@)
 Package: python-all
 Architecture: all
 Priority: optional
-Depends: python-all (>= @VER@), python2.3, python2.4
+Depends: python (>= @VER@), python2.3, python2.4
 Description: Package depending on all supported Python runtime versions
  The package currently depends on python2.3 and python2.4, in the future,
  dependencies on jython (Python for a JVM) and ironpython (Python for Mono)