From 20f5e0c4609c28c4aaefbb511056908ac51e3be4 Mon Sep 17 00:00:00 2001 From: Matthias Klose <doko@timbuktu> Date: Mon, 17 May 2010 12:58:14 +0200 Subject: [PATCH] package version python-defaults-2.4.3-9 --- debian/changelog | 6 ++++++ debian/control | 3 +-- debian/control.in | 3 +-- debian/python.preinst.in | 2 ++ 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8107a8a..53f3594 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +python-defaults (2.4.3-9) experimental; urgency=low + + * Fix syntax error in python.preinst. Closes: #381673. + + -- Matthias Klose <doko@debian.org> Sun, 6 Aug 2006 12:39:34 +0000 + python-defaults (2.4.3-8) experimental; urgency=low * idle: Depend on python-tk, add desktop and menu files. diff --git a/debian/control b/debian/control index 3428026..7998b45 100644 --- a/debian/control +++ b/debian/control @@ -8,9 +8,8 @@ Standards-Version: 3.7.2 Package: python Architecture: all Priority: standard -Pre-Depends: python-minimal (>= 2.4) Depends: python2.4 (>= 2.4.3-7), 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.3) +Conflicts: python2.3 (<< 2.3.5-14), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base, python-central (<< 0.5.4) Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base Provides: python-email, python-xmlbase Suggests: python-doc, python-tk, python-profiler diff --git a/debian/control.in b/debian/control.in index e29bcb9..01d847c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -8,9 +8,8 @@ Standards-Version: 3.7.2 Package: python Architecture: all Priority: standard -Pre-Depends: python-minimal (>= 2.4) 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.3) +Conflicts: python2.3 (<< 2.3.5-14), python2.1 (<= 2.1.2), python-xmlbase, python-csv, python-bz2, python-base, python-central (<< 0.5.4) Replaces: python2.3 (<= 2.3.2-6), python-xmlbase, python-base Provides: python-email, python-xmlbase Suggests: python-doc, python-tk, python-profiler diff --git a/debian/python.preinst.in b/debian/python.preinst.in index 9bb357b..d107f15 100644 --- a/debian/python.preinst.in +++ b/debian/python.preinst.in @@ -25,5 +25,7 @@ case "$1" in fi done [ -z "$errors" ] || exit 3 + fi +esac #DEBHELPER# -- GitLab