diff --git a/debian/changelog b/debian/changelog
index b2cf95c55d2733317092b6af206e153016bef757..9d1a33bfa42e813216a7deea15ac2428da2c730b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-defaults (2.5.2-2) unstable; urgency=low
+
+  * python: Provide python-plistlib.
+  * python-minimal: Provide python (suggested by Neil McGovern).
+
+ -- Matthias Klose <doko@debian.org>  Sat, 26 Jul 2008 02:37:00 +0200
+
 python-defaults (2.5.2-1) unstable; urgency=low
 
   * Maintainer upload; asking the Release Team to better coordinate
diff --git a/debian/control b/debian/control
index 3346cc156717b6df4c09f3dfdadd619d9b55bc15..08d1a9d820a4c4fe4346b904a7e23340269d4b42 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Priority: standard
 Depends: python2.5 (>= 2.5.2), python-minimal (= ${Source-Version})
 Conflicts: python2.3 (<< 2.3.5-14), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base, python-central (<< 0.5.5)
 Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base
-Provides: python-email, python-xmlbase
+Provides: python-email, python-xmlbase, python-plistlib
 Suggests: python-doc (>= ${Source-Version}), python-tk (>= ${Source-Version}), python-profiler (>= ${Source-Version})
 Description: An interactive high-level object-oriented language (default version)
  Python, the high-level, interactive object oriented language,
@@ -27,6 +27,7 @@ Priority: standard
 Depends: python2.5-minimal (>= 2.5.2), dpkg (>= 1.13.20)
 Conflicts: python (<= 2.4-1), python-central (<< 0.5.5)
 Replaces: python (<= 2.4-1)
+Recommends: python
 Description: A minimal subset of the Python language (default version)
  This package contains the interpreter and some essential modules.  It's used
  in the boot process for some basic tasks.
diff --git a/debian/control.in b/debian/control.in
index 8aa4023539bdca69c09e46714ec95543125c1a7f..c9fd2f7f9ae3146aba5d4625d32f0f0a3b4bda73 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -11,7 +11,7 @@ Priority: standard
 Depends: @PVER@ (>= @PREVVER@), python-minimal (= ${Source-Version})
 Conflicts: python2.3 (<< 2.3.5-14), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base, python-central (<< 0.5.5)
 Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base
-Provides: python-email, python-xmlbase
+Provides: python-email, python-xmlbase, python-plistlib
 Suggests: python-doc (>= ${Source-Version}), python-tk (>= ${Source-Version}), python-profiler (>= ${Source-Version})
 Description: An interactive high-level object-oriented language (default version)
  Python, the high-level, interactive object oriented language,
@@ -27,6 +27,7 @@ Priority: standard
 Depends: @PVER@-minimal (>= @PREVVER@), dpkg (>= 1.13.20)
 Conflicts: python (<= 2.4-1), python-central (<< 0.5.5)
 Replaces: python (<= 2.4-1)
+Recommends: python
 Description: A minimal subset of the Python language (default version)
  This package contains the interpreter and some essential modules.  It's used
  in the boot process for some basic tasks.