From 1dbac4f529d3f1c21bd7c5cd6b2dc581c9cdf576 Mon Sep 17 00:00:00 2001
From: Matthias Klose <doko@timbuktu>
Date: Mon, 17 May 2010 12:59:28 +0200
Subject: [PATCH] package version python-defaults-2.5.2-3

---
 debian/changelog  | 6 ++++++
 debian/control    | 2 +-
 debian/control.in | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d1a33b..fb028e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-defaults (2.5.2-3) unstable; urgency=low
+
+  * python: Provide python-ctypes and python-wsgiref.
+
+ -- Matthias Klose <doko@debian.org>  Sat, 01 Nov 2008 09:15:19 +0100
+
 python-defaults (2.5.2-2) unstable; urgency=low
 
   * python: Provide python-plistlib.
diff --git a/debian/control b/debian/control
index 08d1a9d..6ec6630 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, python-plistlib
+Provides: python-email, python-xmlbase, python-plistlib, python-ctypes, python-wsgiref
 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,
diff --git a/debian/control.in b/debian/control.in
index c9fd2f7..7c38659 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, python-plistlib
+Provides: python-email, python-xmlbase, python-plistlib, python-ctypes, python-wsgiref
 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,
-- 
GitLab