From f308f50645b851206b274529c6151c96e1b6ec08 Mon Sep 17 00:00:00 2001 From: Matthias Klose <doko@timbuktu> Date: Mon, 17 May 2010 12:54:59 +0200 Subject: [PATCH] package version python-defaults-2.3.5-9 --- 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 83124d7..ef43b7b 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 9ccc540..28c99ae 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 cb38aca..c009080 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) -- GitLab