From aa902f644fe04af2e982f8c48b409edd732ab280 Mon Sep 17 00:00:00 2001 From: Matthias Klose <doko@timbuktu> Date: Mon, 17 May 2010 12:59:26 +0200 Subject: [PATCH] package version python-defaults-2.5.2-2 --- debian/changelog | 7 +++++++ debian/control | 3 ++- debian/control.in | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b2cf95c..9d1a33b 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 3346cc1..08d1a9d 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 8aa4023..c9fd2f7 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. -- GitLab