Newer
Older
python-defaults (2.4.4-6) unstable; urgency=low
* python.postinst: Fix cleanup of temporary files. Closes: #424703, #424704.
-- Matthias Klose <doko@debian.org> Thu, 17 May 2007 08:17:16 +0200
python-defaults (2.4.4-5) unstable; urgency=low
* Run the python2.5 rtinstall hooks, if python2.5 was already
installed as an unsupported version.
-- Matthias Klose <doko@debian.org> Wed, 16 May 2007 21:19:51 +0200
python-defaults (2.4.4-4) unstable; urgency=low
* New package python-all-dbg.
-- Matthias Klose <doko@debian.org> Fri, 04 May 2007 06:56:27 +0200
python-defaults (2.4.4-3) unstable; urgency=low
* Add python2.5 as a supported python version.
* Depend on python2.4 packages (>= 2.4.4-4), built for ldbl128 on
alpha, powerpc, s390, sparc.
* python-all*: Depend on python2.5 packages (>= 2.4.5-1), built
for ldbl128 on alpha, powerpc, s390, sparc.
* Merge pyversions.py changes from python-central.
* Merge changes from Ubuntu:
- Add a sanity check, that /usr/bin/python points to the default
python version. Users tend to modify this symlink, which then
breaks stuff in obscure ways. Ubuntu #75557, closes: #418002.
- python-dbg: Provide python-gdbm-dbg, python-tk-dbg,
link to README.debug, SpecialBuilds.txt.gz.
- python-dev: Add an unversioned python-config binary (backport
from python2.5 (appears in python2.4 2.4.4-4).
- Robustify building the faq html pages.
- Make the suggestions of various packages versioned.
-- Matthias Klose <doko@debian.org> Fri, 4 May 2007 06:05:12 +0200
python-defaults (2.4.4-2) unstable; urgency=medium
* python-all{,-dev}: Drop dependencies on python2.3{,-dev}.
-- Matthias Klose <doko@debian.org> Sat, 16 Dec 2006 15:42:21 +0100
python-defaults (2.4.4-1) unstable; urgency=medium
* Depend on the 2.4.4 versions of the packages.
* Sync pyversions.py with python-central.
* Move 2.3 to old-versions, from supported-versions.
* Add 2.5 to unsupported-versions.
-- Matthias Klose <doko@debian.org> Sun, 29 Oct 2006 11:06:39 +0100
python-defaults (2.4.3-11) unstable; urgency=low
* Add a conflict to python-central (<< 0.5.5).
-- Matthias Klose <doko@debian.org> Sun, 13 Aug 2006 19:32:59 +0000
python-defaults (2.4.3-10) unstable; urgency=low
* Upload to unstable. Closes: #347440, #360851.
* Let the preinst fail on the first failing pre-rtupdate hook,
after running the corresponding failed-pre-rtupdate hook.
* Reflect renaming of the docutils binaries. Closes: #377601.
* Update the upstream FAQ.
-- Matthias Klose <doko@debian.org> Sat, 12 Aug 2006 20:28:30 +0200
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.
-- Matthias Klose <doko@debian.org> Sat, 5 Aug 2006 18:38:31 +0000
python-defaults (2.4.3-7) experimental; urgency=low
* Update pyversions.py from 2.3.5-11.
* Fix pyversions(1), -r takes exactly one parameter.
* idle: Remove the dependency on idle-pythonX.Y, add start script
and man page.
-- Matthias Klose <doko@debian.org> Sat, 5 Aug 2006 17:34:43 +0000
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
python-defaults (2.4.3-6) experimental; urgency=low
* Remove python's dependency on python-central. Closes: #372658.
* On upgrade of the runtime to a new major version, call the hooks
(executable files) in /usr/share/python/runtime.d/*.rtupdate.
- in python.preinst, call the script with parameters
pre-rtupdate <old runtime> <new runtime>.
run all hooks, then return exit with the correct exit status.
- in python.postinst, call the script with parameters
rtupdate <old runtime> <new runtime>.
run all hooks, then return exit with the correct exit status.
- in python.postinst, call the script with parameters
post-rtupdate <old runtime> <new runtime>.
run all hooks, then return exit with the correct exit status.
* pyversions -r: If the XS-Python-Version field cannot be found in
debian/control, fall back to debian/pyversions for the version
information. Return with an error code, if the intersection of
the versions in debian/pyversions and the supported python versions
is empty. Fall back to the supported versions if no version
information can be found. Based on a patch from Raphael Hertzog.
* Reflect renaming of the docutils binaries. Closes: #377601.
-- Matthias Klose <doko@debian.org> Sat, 5 Aug 2006 17:54:43 +0200
python-defaults (2.4.3-5) experimental; urgency=low
* Tighten dependencies between packages built from this source.
A versioned dependency on python-all / python-all-dev is enough
to depend on the same version of python / python-dev.
* python: Conflict with python-central (<< 0.4.17).
* python: Depend on a python2.4 built for the updated Python policy.
* python: Conflict with a python2.3 using the old Python policy.
-- Matthias Klose <doko@debian.org> Fri, 16 Jun 2006 18:15:00 +0200
python-defaults (2.4.3-4) experimental; urgency=low
* Include version 0.4.1.0 of the python policy.
* Fix 'pyversions -i'.
-- Matthias Klose <doko@debian.org> Tue, 13 Jun 2006 09:44:22 +0200
python-defaults (2.4.3-3) experimental; urgency=low
* Point to the draft of the reworked Python policy.
* Fix 'pyversions -r current' (Raphael Hertzog).
-- Matthias Klose <doko@debian.org> Mon, 12 Jun 2006 13:40:52 +0200
python-defaults (2.4.3-02) experimental; urgency=low
* Really do not build python-doc.
-- Matthias Klose <doko@debian.org> Sun, 11 Jun 2006 23:25:02 +0000
python-defaults (2.4.3-01) experimental; urgency=low
* Do not build the python-doc package from this source.
-- Matthias Klose <doko@debian.org> Sun, 11 Jun 2006 23:59:17 +0200
python-defaults (2.4.3-0) experimental; urgency=low
* Upload to experimental.
* Do not build the python-tk and python-gdbm packages from this source.
* Let the -all packages depend on the default packages (closes: #365219).
* Add /usr/share/python/debian_defaults for some default values (i.e.
the supported python versions).
* Add /etc/python/debian_config for byte-compilation options.
* Add a pyversions script to give information about python versions and
parse the XS-Python-Version attribute.
-- Matthias Klose <doko@debian.org> Sun, 11 Jun 2006 12:57:03 +0000
python-defaults (2.4.2-1) unstable; urgency=low
* Change the default python version to 2.4.
* Depend on python-central.
-- Matthias Klose <doko@debian.org> Thu, 12 Jan 2006 01:16:10 +0000
python-defaults (2.3.5-4) unstable; urgency=low
* Add a package python-minimal. This package still depends on python2.3,
will depend on python2.4-minimal when changing the default python version.
* Add two dependency packages python-all and python-all-dev. These
packages are used as build dependencies to determine the set of
python version and implementations, which should be / currently are
supported. Currently it depends on python2.3 and python2.4. Future
versions may add an updated version of jython and ironpython.
* Update FAQ.
-- Matthias Klose <doko@debian.org> Thu, 12 Jan 2006 00:32:32 +0100
python-defaults (2.3.5-3) unstable; urgency=low
* Add python-dbg package.
* debian/control.in: idle enhances python.
-- Matthias Klose <doko@debian.org> Sun, 19 Jun 2005 13:49:16 +0200
python-defaults (2.3.5-2) unstable; urgency=low
* Add valgrind support file /usr/lib/valgrind/python.supp (closes: #291128).
* python-doc: Add an conflict/replace to older python packages.
Closes: #297266.
-- Matthias Klose <doko@debian.org> Sat, 19 Mar 2005 22:49:29 +0100
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
python-defaults (2.3.5-1) unstable; urgency=low
* Depend on python-2.3.5 packages.
* Update FAQ.
* python suggests python-profiler.
-- Matthias Klose <doko@debian.org> Sat, 12 Feb 2005 19:26:48 +0100
python-defaults (2.3.4-6) unstable; urgency=low
* Add an 'Enhances: konsole' to the python package (closes: #286161).
-- Matthias Klose <doko@debian.org> Sun, 16 Jan 2005 12:53:58 +0100
python-defaults (2.3.4-5) unstable; urgency=low
* Add conflict/replaces to ooold python-base package (closes: #279035).
-- Matthias Klose <doko@debian.org> Sun, 14 Nov 2004 11:44:14 +0100
python-defaults (2.3.4-4) unstable; urgency=low
* Regenerate control file after adding python-docutils build dependency.
Closes: #270177.
-- Matthias Klose <doko@debian.org> Mon, 6 Sep 2004 07:19:49 +0200
python-defaults (2.3.4-3sid) unstable; urgency=low
* Add build dependency on python-docutils (closes: #266550).
-- Matthias Klose <doko@debian.org> Wed, 18 Aug 2004 12:30:37 +0200
python-defaults (2.3.4-3) testing-proposed-updates; urgency=low
* Unmodified 2.3.4-3sid, destination sarge, fixing build failure.
-- Matthias Klose <doko@debian.org> Fri, 20 Aug 2004 18:24:25 +0200
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
python-defaults (2.3.4-2sid) unstable; urgency=low
* Add pdb and pdb.1 symlinks.
* Update FAQ.
-- Matthias Klose <doko@debian.org> Tue, 17 Aug 2004 16:17:06 +0200
python-defaults (2.3.4-1) unstable; urgency=low
* Depend on python-2.3.4 packages.
* Update FAQ.
-- Matthias Klose <doko@debian.org> Mon, 10 May 2004 06:58:24 +0200
python-defaults (2.3.3-7) unstable; urgency=low
* Fix symlinks to proposed policy files (closes: #234874).
-- Matthias Klose <doko@debian.org> Thu, 26 Feb 2004 22:28:07 +0100
python-defaults (2.3.3-6) unstable; urgency=low
* Build the default packages from a separate source package to ease
migration between python versions.
* Update to the proposed python-policy: byte-compile using -E.
-- Matthias Klose <doko@debian.org> Wed, 4 Feb 2004 23:16:35 +0100