diff --git a/debian/changelog b/debian/changelog index 9d1a33bfa42e813216a7deea15ac2428da2c730b..fb028e317310066f49692395930729082fb3121c 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 08d1a9d820a4c4fe4346b904a7e23340269d4b42..6ec66305eab6b095253a2cb448e66af0b320f6d9 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 c9fd2f7f9ae3146aba5d4625d32f0f0a3b4bda73..7c386592b9d27b7262ed289d81f2a898fb67cb1b 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,