Skip to content
Snippets Groups Projects
Commit 20f5e0c4 authored by Matthias Klose's avatar Matthias Klose
Browse files

package version python-defaults-2.4.3-9

parent ee482b35
No related branches found
No related tags found
No related merge requests found
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.
......
......@@ -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
......
......@@ -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
......
......@@ -25,5 +25,7 @@ case "$1" in
fi
done
[ -z "$errors" ] || exit 3
fi
esac
#DEBHELPER#
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment