python-defaults (2.6.6-2ubuntu2+lliurex3) UNRELEASED; urgency=low * NOT RELEASED YET -- Angel Berlanas Vicente Wed, 25 Jan 2012 13:44:47 +0100 python-defaults (2.6.6-2ubuntu2+lliurex2) unstable; urgency=low * Added for nemo -- Angel Berlanas Vicente Wed, 28 Dec 2011 11:29:41 +0100 python-defaults (2.6.6-2ubuntu2+lliurex1) unstable; urgency=low * Backported from maverick-proposed -- Angel Berlanas Vicente Wed, 28 Dec 2011 11:18:26 +0100 python-defaults (2.6.6-2ubuntu2) maverick-proposed; urgency=low * Backport pycompile fixes to allow upgrades to natty. LP: #689615. [ Piotr Ożarowski ] * pycompile: - if installed Python is requested via -V option, use it even if it's not in a list of supported Python versions - `pycompile $DESTDIR/usr/lib/python*` will recognize public site-packages directories and use the right interpreter instead of raising KeyError - do not try to check if interpreter is present when version range is empty (closes: 605356) [ Matthias Klose ] * pycompile: - Don't over-optimize, check the timestamps of byte-code files. - Add options -f/--force, -O. - Propagate the exit value of the py_compile processes. - Update manual page. * Bump depends to require the fixed pycompile for dh_python2 based package builds. * Don't touch the standard python library in rtupdate scripts. -- Matthias Klose Mon, 13 Dec 2010 12:36:23 +0100 python-defaults (2.6.6-2ubuntu1) maverick; urgency=low * Merge with Debian; remaining changes: - Package priorities and status. - Python-2.6 is the only supported python2.x version. - Adjust version numbers in maintainer scripts. -- Matthias Klose Wed, 15 Sep 2010 21:05:52 +0200 python-defaults (2.6.6-2) experimental; urgency=low [ Piotr Ożarowski ] * Add README.derivatives (source package) * dh_python2: - add dist_fallback file with a list of Python distribution name and Debian package name pairs (to be used as a fall back source for PyDist feature) - if dist_fallback and `dpkg -S` fails to find the right package name, fall back to package name recommended by Debian Python Policy (use debian/pydist-overrides file to override) - disable PyDist feature if dh_pydeb is in debian/rules * Use versioned interpreter name rather than "python" only in python-minimal.postinst (closes: 595826) [ Matthias Klose ] * python.mk (py_libdir): Return /usr/lib/python3/dist-packages for 3.x versions. * python.mk (py_pkgname): New macro to refer the package name depending on the python version. -- Piotr Ożarowski Sun, 12 Sep 2010 18:41:04 +0200 python-defaults (2.6.6-1ubuntu1) maverick; urgency=low * Merge from debian unstable. Remaining changes: - Package priorities and status. - Python-2.6 is the only supported python2.x version. - Adjust version numbers in maintainer scripts. -- Scott Kitterman Thu, 09 Sep 2010 21:49:55 -0400 python-defaults (2.6.6-1) unstable; urgency=low [ Piotr Ożarowski ] * dh_python2: typo in --help output fixed (thanks to Adam D. Barratt) * Bump python-minimal's Breaks of python2.5-minimal to << 2.5.5-7 (due to missing runpy module) * Set the right minimum required python package version in packages with private modules [ Scott Kitterman ] * debian/python-policy.sgml and debian/pyversions.py fix typos (thanks to Adam D. Barratt) [ Matthias Klose ] * Bump version to 2.6.6. -- Piotr Ożarowski Tue, 31 Aug 2010 19:09:30 +0200 python-defaults (2.6.5-13ubuntu1) maverick; urgency=low * Merge from debian unstable. Remaining changes: - Package priorities and status. - Python-2.6 is the only supported python2.x version. - Adjust version numbers in maintainer scripts. -- Scott Kitterman Tue, 24 Aug 2010 09:32:49 -0400 python-defaults (2.6.5-13) unstable; urgency=low [ Scott Kitterman ] * Python policy changes for X-Python-Version and X-Python3-Version - Minimum changes for Squeeze * In pyversions, do not silently ignore Python 3 versions * Add support for X-Python-Version to match X-Python3-Version [ Piotr Ożarowski ] * Fix documentation typo in pycompile/pycompile.1 * dh_python2: - pass shallow=False to cmpfiles to make sure only exactly the same files are moved to pyshared - add support for X-Python-Version -- Piotr Ożarowski Fri, 13 Aug 2010 22:39:37 +0200 python-defaults (2.6.5-12ubuntu1) maverick; urgency=low * Merge from debian unstable. Remaining changes: - Package priorities and status. - Python-2.6 is the only supported python2.x version. - Adjust version numbers in maintainer scripts. -- Matthias Klose Sat, 07 Aug 2010 19:46:20 +0200 python-defaults (2.6.5-12) unstable; urgency=low * pycompile: do not hang if interpreters are not started in the same order as they're used (LP: #613675) * Add manpage for dh_python2, pycompile and pyclean * Standards-Version bumped to 3.9.1 (no other changes required) -- Piotr Ożarowski Thu, 05 Aug 2010 19:15:52 -0400 python-defaults (2.6.5-11) unstable; urgency=medium * Add README.PyDist to python-doc package * pycompile: compile public module for the right Python version (really closes: 590224) * dh_python2: rename --depend to --depends, --recommend to --recommends and --suggest to --suggests -- Piotr Ożarowski Tue, 27 Jul 2010 21:25:54 +0200 python-defaults (2.6.5-10ubuntu1) maverick; urgency=low * Merge from debian unstable. Remaining changes: - Package priorities and status. - Python-2.6 is the only supported python2.x version. - Adjust version numbers in maintainer scripts. -- Matthias Klose Mon, 26 Jul 2010 11:35:43 +0200 python-defaults (2.6.5-10) unstable; urgency=medium * dh_python2: - add --depend, --recommend and --suggest command line options (use it if requires.txt doesn't contain dependency that package needs) - add {/usr,}/sbin to the list of directories with checked shebangs * pycompile: do not exit before all background byte compilation is finished (closes: 590224) -- Piotr Ożarowski Sun, 25 Jul 2010 12:34:56 +0200 python-defaults (2.6.5-9ubuntu1) maverick; urgency=low * Merge with Debian; remaining changes: - Package priorities and status. - Python-2.6 is the only supported python2.x version. - Adjust version numbers in maintainer scripts. -- Matthias Klose Tue, 20 Jul 2010 20:31:31 +0200 python-defaults (2.6.5-9) unstable; urgency=low [ Piotr Ożarowski ] * pyclean, pycompile: use .communicate() instead of .wait() to avoid hanging `dpkg -L PACKAGE` in few situations * dh_python2: follow Distribute and replace all non-alphanumeric characters with underscore in distribution name [ Matthias Klose ] * Require python (>= 2.6.5-9~) in generated dependencies to use the fixed pycompile. -- Piotr Ożarowski Mon, 19 Jul 2010 20:27:50 +0200 python-defaults (2.6.5-8ubuntu1) maverick; urgency=low * Merge with Debian; remaining changes: -- Matthias Klose Sat, 17 Jul 2010 13:18:39 +0200 python-defaults (2.6.5-8) unstable; urgency=low * Revert: - python-minimal: Provide symlink to binary and manpage for /usr/bin/python2. This interpreter name is not created in the upstream sources. python should be used instead. -- Matthias Klose Sat, 17 Jul 2010 13:10:06 +0200 python-defaults (2.6.5-7) unstable; urgency=low * pyversions.py: fall back to the list of supported Python versions if debian/pyversions doesn't exist (as in -5, closes: 588820, thanks to Vincent Legout) -- Piotr Ożarowski Mon, 12 Jul 2010 19:15:17 +0200 python-defaults (2.6.5-6) unstable; urgency=low [ Piotr Ożarowski ] * dh_python2: - invoke `pycentral pkgremove PACKAGE` in preinst if upgrading from python-central based packages - block python package transitions via ${python:Breaks} or ${python:Depends} (Breaks will be used if available) - recognize more requires.txt patterns in debpython.pydist * pyversions.py: - print error message if file cannot be opened (closes: 521508, thanks to Carl Chenet for the original patch) - print nice error message if computed set of supported versions is empty (closes: 583392) * debian/rules: do not ignore errors (two more `set -e`s added, closes: 397499) * python-doc now suggests python-examples (closes: #585774) * python package doesn't conflict with python2.1 and python2.3 anymore (2.1 and 2.3 are no longer in Debian) * Standards-Version bumped to 3.9.0: - some packages moved from Conflicts to versioned Breaks - Homepage field added [ Scott Kitterman ] * Merge changes back from Ubuntu package: - Tighten ${binary:Version} depends relationships to "=" - python: Add an unversioned `2to3' binary - python-minimal: Provide symlink to binary and manpage for /usr/bin/python2 (Closes: #566266) * Update hard coded fallbacks in debian/pyversions.py to add python2.6 to supported versions and to make it the default version -- Piotr Ożarowski Sun, 11 Jul 2010 17:08:19 +0200 python-defaults (2.6.5-5ubuntu4) maverick; urgency=low * Pull updated pycentral upgrade symlink cleaning from Debian bzr - Readd fixed autoscripts/preinst-pycentral-clean - Call autoscripts/preinst-pycentral-clean from dh_python2 -- Scott Kitterman Fri, 09 Jul 2010 18:14:56 -0400 python-defaults (2.6.5-5ubuntu3) maverick; urgency=low * Revert update from Debian bzr to fix installability of packages built with dh_python2 - the problem of dangling symlinks for packages formerly built with python-central will have to be addressed later (LP: #599921): - Remove autoscripts/preinst-pycentral-clean - Drop reference to autoscripts/preinst-pycentral-clean from dh_python2 -- Scott Kitterman Tue, 29 Jun 2010 23:32:49 -0400 python-defaults (2.6.5-5ubuntu2) maverick; urgency=low * Drop python2.5 from supported versions for dh_python2 in debpython/version.py * Clean up supported version/default version fallbacks in debian/pyversions.py -- Scott Kitterman Mon, 28 Jun 2010 17:27:24 -0400 python-defaults (2.6.5-5ubuntu1) maverick; urgency=low * Merge from debian unstable. Remaining changes: - python: priority important instead of standard - python-minimal: required instead of standard and also Essential: yes - python-all*: just depend on relevant python2.6 packages instead of python2.5 and python2.6 - debian_defaults: move python2.5 from supported versions to old versions - Adjust versions in debian/python.postinst.in and preinst.in to match when python2.6 became default in Ubuntu - Use (= ${binary:Version}) depends relationship rather then (>= ${binary:Version}) throughouth (Same change pending in Debian) - python: Add an unversioned `2to3' binary (Change pending in Debian) - python-minimal: Provide symlink to binary and manpage for /usr/bin/python2 (Change pending in Debian) * Update from Debian bzr repository to revision 91 - dh_python2: invoke `pycentral pkgremove foo` in preinst if upgrading from python-central based package -- Scott Kitterman Sat, 26 Jun 2010 15:38:28 -0400 python-defaults (2.6.5-5) unstable; urgency=medium * Use Python's compileall module instead of pycompile to byte-compile debpython module as logging module is not available in pythonX.Y-minimal package (Closes: 586743) -- Piotr Ożarowski Tue, 22 Jun 2010 10:46:48 +0200 python-defaults (2.6.5-4) unstable; urgency=low [ Piotr Ożarowski ] * dh_python2: - fix parsing "XS-Python-Version: X.Y" - ignore everything after ", >= 3" in XS-Python-Version * Add python-minimal.{postinst,prerm} files to handle .py files byte-compilation [ Scott Kitterman ] * Additonal Python 3 related policy changes: - Clarify that helper specific policy does not apply to Python 3 -- Piotr Ożarowski Mon, 21 Jun 2010 23:50:22 +0200 python-defaults (2.6.5-3) unstable; urgency=low * Remove '-V' option from pyclean call in runtime.d/public_modules.rtremove * Add ${misc:Depends} to Depends in all binary packages * Add Vcs-Browser field * Add some lintian overrides (for false positives) - bump minimum required debhelper version to 6.0.7 (due to dh_lintian) -- Piotr Ożarowski Fri, 18 Jun 2010 10:25:59 +0200 python-defaults (2.6.5-2) unstable; urgency=low [ Piotr Ożarowski ] * dh_python2: - create extension symlinks in /usr/lib/pyshared/pythonX.Y - add support for debian/pydist-overrides - add dh sequence file (use "--with python2" in debian/rules) - some bugs fixed - moved from python-dev to python package * Support for Python3 removed in dh_python2, pycompile and pyclean (moved to python3-defaults) * debian/copyright: Add a note about dh_python2, pycompile, pyclean and the debpython package. * Add myself to Uploaders [ Scott Kitterman ] * debian/pyversions.py: Exclude python3 versions from results - those are handled by py3versions in python3-defaults * Update debian/copyright from LICENSE in python2.6 (Closes: #446671) * Update debian/python-policy.sgml to cover py3versions, py(3)versions as the only defined interface for determining supported/default python versions in Debian, and run time separation of python and python3 as two distinct systems * In debian/python-policy.sgml specify the correct debian/control paragraphs for XS/XB-Python-Version (Closes: #567941) - Thanks to Loïc Minier for the patch [ Matthias Klose ] * Depend on python2.6 version including the fix for issue #8223. * Don't allow installation of a mix of defaults packages for different python versions. Closes: #583683. -- Matthias Klose Thu, 17 Jun 2010 23:47:08 +0200 python-defaults (2.6.5-1) experimental; urgency=low [ Matthias Klose ] * Bump version to 2.6.5. * Make python2.6 the default Python version. * Build a python-doc package. * python: Update the valgrind file to 2.6. [ Piotr Ozarowski ] * python-minimal: Install pycompile and pyclean binaries. * Add lsb-release to Build-Depends * Add dh_python2 stuff -- Matthias Klose Fri, 14 May 2010 18:50:21 +0200 python-defaults (2.6.5-0ubuntu1) lucid; urgency=low * Bump version to 2.6.5. * Update the valgrind support file to 2.6 (was still based on 2.4). LP: #376876. * Sync the policy file from Debian. -- Matthias Klose Wed, 31 Mar 2010 17:24:25 +0200 python-defaults (2.6.4-0ubuntu2) lucid; urgency=low * Drop dependencies on python2.5. -- Matthias Klose Fri, 30 Oct 2009 13:27:50 +0100 python-defaults (2.6.4-0ubuntu1) karmic-proposed; urgency=low * Bump version to 2.6.4 (no other changes). LP: #464668. -- Matthias Klose Fri, 30 Oct 2009 12:46:58 +0100 python-defaults (2.6.4~rc1-0ubuntu1) karmic; urgency=low * Bump version to 2.6.4 release candidate 1. -- Matthias Klose Mon, 12 Oct 2009 15:01:36 +0200 python-defaults (2.6.3-0ubuntu1) karmic; urgency=low * Bump version to 2.6.3. -- Matthias Klose Sun, 04 Oct 2009 10:02:38 +0200 python-defaults (2.6.2-0ubuntu1) jaunty; urgency=low * Bump version to 2.6.2. -- Matthias Klose Sat, 18 Apr 2009 14:51:24 +0200 python-defaults (2.6.1-0ubuntu9) jaunty; urgency=low * add versionized conflict for python-freevo and python-aubio to make intrepid->jaunty upgrade work reliable -- Michael Vogt Tue, 31 Mar 2009 19:52:07 +0200 python-defaults (2.6.1-0ubuntu8) jaunty; urgency=low * Add versionized conflict against libboost-dbg and libboost1.35-dbg for lower version than jaunty. This ensures that the new version of the libboost-dbg.rtupdate script is available when the new python2.6 gets installed. The old script does not know about python2.6 and errors out (LP: #352317) -- Michael Vogt Tue, 31 Mar 2009 14:30:21 +0200 python-defaults (2.6.1-0ubuntu7) jaunty; urgency=low * Add versionized conflict against pitivi for lower version than jaunty to ensure that the new version of pitivi is available when the new python2.6 gets installed. This works around a install failure in intrepid->jaunty upgrade (LP: #349441) -- Michael Vogt Fri, 27 Mar 2009 16:06:42 +0100 python-defaults (2.6.1-0ubuntu6) jaunty; urgency=low [ Michael Vogt ] * Add versionized conflict against qmtest for lower version than jaunty to ensure that the new version of qmtest is available when the new python2.6 gets installed. This works around a install failure in intrepid->jaunty upgrade (LP: #348322) -- Steve Langasek Thu, 26 Mar 2009 19:24:09 -0700 python-defaults (2.6.1-0ubuntu5) jaunty; urgency=low * python: Add an unversioned `2to3' binary. * idle: Don't install a desktop file (already done in the versioned idle packages). -- Matthias Klose Sun, 22 Mar 2009 21:42:15 +0100 python-defaults (2.6.1-0ubuntu4) jaunty; urgency=low * Add versioned conflict against libboost-python-dev and libboost-python1.35-dev. Both packages have broken .rtupdate scripts in intrepid. LP: #346795. -- Matthias Klose Sun, 22 Mar 2009 15:13:47 +0100 python-defaults (2.6.1-0ubuntu3) jaunty; urgency=low * Add versionized conflict against ufw for lower version than jaunty to ensure that the new version of ufw (with python2.6 modules) is available when the new python2.6 gets installed. This works around a trigger failure in intrepid->jaunty upgrade (LP: #337705) -- Michael Vogt Wed, 04 Mar 2009 21:37:16 +0100 python-defaults (2.6.1-0ubuntu2) jaunty; urgency=low * idle-python: Depend on idle-python2.6. LP: #246125. Closes: #482163. -- Matthias Klose Mon, 02 Mar 2009 14:04:05 +0100 python-defaults (2.6.1-0ubuntu1) jaunty; urgency=low * Make python2.6 the default python version. -- Matthias Klose Fri, 27 Feb 2009 11:44:05 +0100 python-defaults (2.5.4-9) unstable; urgency=low * python-all-dev: Fix typo in dependency list. Closes: #566278. -- Matthias Klose Fri, 22 Jan 2010 18:38:31 +0100 python-defaults (2.5.4-6) unstable; urgency=low * Add python2.6 as a supported Python version. * python-all{,-dev,-dbg}: Depend on the 2.6 packages. * Run the rtinstall script, when 2.5 became a supported version (2.4.4-3) and python2.5 is installed. * Run the rtinstall script, when 2.6 became a supported version (2.5.4-6) and python2.6 is installed. Closes: #565952. * Fix reference to list of modules in the python-minimal package. Closes: #558403. -- Matthias Klose Sun, 17 Jan 2010 01:38:21 +0100 python-defaults (2.5.4-5) unstable; urgency=low * Fix typos from policy update (Closes: #561091, #561093) * Drop python2.4 as a supported Python - Remove python2.4 depends and update descriptions for python-all, python-all-dev, and python-all-dbg - Drop python2.4 from supported versions and add to old and unsupported versions - Update pyversions.py to drop python2.4 from the supported list * Correct path to Konsole Python desktop file (Closes: #381659) -- Scott Kitterman Wed, 23 Dec 2009 19:59:15 -0500 python-defaults (2.5.4-4) unstable; urgency=low [ Scott Kitterman ] * Update Python Policy to match current packaging practice: - Major overall update. - Remove extraneous paragraph from Provides section. (Closes: #415213) - Remove obsolete mentions of dh_python. (Closes: #527009) - Fix policy typo. (Closes: #523226) - Add pointer to doc of the site module for site-specific paths. (Closes: #287197) - Correct package dependency rules (Closes: #379455) * Move debhelper from build-depends-indep to build-depends to satisfy clean requirements. * Drop unneeded build-depends-indep on python. * Bump standards version to 3.8.3. * Drop deprecated dh_desktop from debian/rules. * Move dbg packages to section debug. * Make python-all-dbg priority extra. * Remove redundant debian/FAQ.html. * Update (= ${Source-Version}) depends to (>= ${binary:Version}). * Correct Idle depends and description (Closes: #482163). * Update python version reference in README.Debian (Closes: #494068). * Update Debian menu section for idle. * Fix capitalization of Python in the python-dev descriptions. * Add myself to uploaders. [ Matthias Klose ] * python-{dev,dbg}-dev: Add bogus dependencies on python to work around lintian's broken usr-share-doc-symlink-without-dependency check. -- Scott Kitterman Mon, 14 Dec 2009 06:03:32 -0500 python-defaults (2.5.4-2) unstable; urgency=high * python-all*: Tighten the dependencies on the python-* packages. -- Matthias Klose Thu, 26 Feb 2009 12:44:47 +0000 python-defaults (2.5.4-1) unstable; urgency=medium * Depend on python2.5-2.5.4. * python: Install /usr/share/python/python.mk, helper functions for getting the python library dir and install args for distutils installs. * Accept initial blank line in debian/control when parsing version information. -- Matthias Klose Wed, 25 Feb 2009 02:19:09 +0000 python-defaults (2.5.4-0ubuntu5) jaunty; urgency=low * python: Install /usr/share/python/python.mk, helper functions for getting the python library dir and install args for distutils installs. -- Matthias Klose Tue, 24 Feb 2009 15:47:38 +0100 python-defaults (2.5.4-0ubuntu3) jaunty; urgency=low * Accept initial blank line in debian/control when parsing version information. LP: #328929. * Merge pyversions.py with python-central. -- Matthias Klose Fri, 20 Feb 2009 10:53:36 +0100 python-defaults (2.5.4-0ubuntu2) jaunty; urgency=low * Fix dependencies fo the -all packages. -- Matthias Klose Thu, 19 Feb 2009 12:52:35 +0100 python-defaults (2.5.4-0ubuntu1) jaunty; urgency=low * Depend on the 2.5.4 versions of the packages. * Add 2.6 as a supported version, drop 2.4 as a supported version. -- Matthias Klose Thu, 19 Feb 2009 10:03:43 +0100 python-defaults (2.5.2-3ubuntu1) jaunty; urgency=low * Merge with Debian; remaining changes: - Build the -doc package from this source package. - Omit Debian specific upgrade code. - Regenerate the control file. -- Matthias Klose Sun, 23 Nov 2008 21:58:03 +0100 python-defaults (2.5.2-3) unstable; urgency=low * python: Provide python-ctypes and python-wsgiref. -- Matthias Klose Sat, 01 Nov 2008 09:15:19 +0100 python-defaults (2.5.2-2) unstable; urgency=low * python: Provide python-plistlib. * python-minimal: Recommend python (suggested by Neil McGovern). -- Matthias Klose Sat, 26 Jul 2008 02:37:00 +0200 python-defaults (2.5.2-1ubuntu1) intrepid; urgency=low * Merge with Debian; remaining changes: - Build the -doc package from this source package. - Omit Debian specific upgrade code. - Regenerate the control file. -- Matthias Klose Mon, 23 Jun 2008 13:13:51 +0200 python-defaults (2.5.2-1) unstable; urgency=low * Maintainer upload; asking the Release Team to better coordinate things. Being in contact with two members of the release team for two or three weeks when to upload without getting in the way of other transitions, an unannounced upload of a third member of this team is at least surprising. * debian/python.postinst.in: Fix the bug introduced in the NMU, run the rtupdate hooks when upgrading from a version < 2.5.2-1. Closes: #476095. -- Matthias Klose Thu, 17 Apr 2008 20:32:59 +0200 python-defaults (2.5.2-0.1) unstable; urgency=low * NMU by the Release Team not to lose the sweet spot for the Python transition. * Make python2.5 the default Python version. -- Adeodato Simó Sun, 13 Apr 2008 11:29:32 +0200 python-defaults (2.5.2-0ubuntu1) hardy; urgency=low * Depend on the 2.5.2 versions of the packages. -- Matthias Klose Mon, 10 Mar 2008 18:03:30 +0000 python-defaults (2.5.1-1ubuntu2) gutsy; urgency=low * Temporarily loosen the dependency on python2.5 to allow python2.5 to build on powerpc and sparc. -- Matthias Klose Fri, 27 Apr 2007 00:00:32 +0200 python-defaults (2.5.1-1ubuntu1) gutsy; urgency=low * Depend on the 2.5.1 versions of the packages. -- Matthias Klose Thu, 26 Apr 2007 11:23:17 +0200 python-defaults (2.5.1~rc1-0ubuntu3) feisty; urgency=low * Fix versioned build dependency on python2.5. -- Matthias Klose Fri, 13 Apr 2007 06:37:58 +0200 python-defaults (2.5.1~rc1-0ubuntu2) feisty; urgency=low * 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, Debian #418002. -- Matthias Klose Fri, 6 Apr 2007 17:47:24 +0200 python-defaults (2.5.1~rc1-0ubuntu1) feisty; urgency=low * Depend on the 2.5.1~rc1 versions of the packages. -- Matthias Klose Fri, 6 Apr 2007 11:13:10 +0000 python-defaults (2.5-0ubuntu6) feisty; urgency=low * python-dbg: Add a python-dbg-config binary. -- Matthias Klose Sat, 17 Feb 2007 21:39:44 +0100 python-defaults (2.5-0ubuntu5) feisty; urgency=low * python-all-dbg: Tighten dependencies on the python2.x-dbg packages. * python-dbg: Provide python-gdbm-dbg, python-tk-dbg, link to README.debug, SpecialBuilds.txt.gz. * python-dev: Add an unversioned python-config binary. * Readd build-dependency on python-docutils. * Set Ubuntu maintainer address. * Update the FAQ. -- Matthias Klose Fri, 16 Feb 2007 18:18:06 +0100 python-defaults (2.5-0ubuntu4) feisty; urgency=low * New package python-all-dbg. -- Matthias Klose Fri, 9 Feb 2007 01:16:09 +0100 python-defaults (2.5-0ubuntu3) feisty; urgency=low * Temporarily remove build-dependency on python-docutils. -- Matthias Klose Fri, 12 Jan 2007 13:06:50 +0000 python-defaults (2.5-0ubuntu2) feisty; urgency=low * Fix icon for desktop file. * Robustify building the faq html pages. * Make the suggestions of various packages versioned. * Recommend depending on "pythonX.X-foo, python-foo" instead of recommending to only depend on "pythonX.X-foo" when a particular version is needed to permit upgrades from real packages to virtual ones. (Loic Minier). -- Matthias Klose Fri, 12 Jan 2007 11:42:02 +0000 python-defaults (2.5-0ubuntu1) feisty; urgency=low * Make python2.5 the default version. -- Matthias Klose Fri, 12 Jan 2007 09:10:52 +0000 python-defaults (2.4.4-6) unstable; urgency=low * python.postinst: Fix cleanup of temporary files. Closes: #424703, #424704. -- Matthias Klose 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 Wed, 16 May 2007 21:19:51 +0200 python-defaults (2.4.4-4) unstable; urgency=low * New package python-all-dbg. -- Matthias Klose 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. * Update the upstream FAQ. -- Matthias Klose 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 Sat, 16 Dec 2006 15:42:21 +0100 python-defaults (2.4.4-1ubuntu2) feisty; urgency=low * python-minimal is essential, not python. -- Matthias Klose Thu, 7 Dec 2006 14:25:20 +0000 python-defaults (2.4.4-1ubuntu1) feisty; urgency=low * Merge with Debian unstable. - Backout: Add 2.5 to unsupported-versions. * Build the FAQ again. -- Matthias Klose Thu, 16 Nov 2006 15:21:31 -0800 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 Sun, 29 Oct 2006 11:06:39 +0100 python-defaults (2.4.3-11ubuntu3) edgy; urgency=low * Temporarily remove the FAQ and the build-dependency on python-docutils, so that the build dependencies can be installed. -- Matthias Klose Wed, 20 Sep 2006 17:28:47 +0000 python-defaults (2.4.3-11ubuntu2) edgy; urgency=low * debian/pyversions: - merged the changes from python-central to support older python version (and not break on upgrades) -- Michael Vogt Wed, 20 Sep 2006 16:42:12 +0200 python-defaults (2.4.3-11ubuntu1) edgy; urgency=low * Merge with Debian unstable. -- Matthias Klose Fri, 8 Sep 2006 00:22:21 +0200 python-defaults (2.4.3-11) unstable; urgency=low * Add a conflict to python-central (<< 0.5.5). -- Matthias Klose 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 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 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 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 Sat, 5 Aug 2006 17:34:43 +0000 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 . run all hooks, then return exit with the correct exit status. - in python.postinst, call the script with parameters rtupdate . run all hooks, then return exit with the correct exit status. - in python.postinst, call the script with parameters post-rtupdate . 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 Sat, 5 Aug 2006 17:54:43 +0200 python-defaults (2.4.3-5ubuntu1) edgy; urgency=low * Synchronize with Debian experimental. * Remove python's dependency on python-central. On upgrade of the runtime, call hooks /usr/share/python/runtime.d/*.rtupdate. Addresses: #372658. * 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. -- Matthias Klose Wed, 5 Jul 2006 05:11:42 +0000 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 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 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 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 Sun, 11 Jun 2006 23:25:02 +0000 python-defaults (2.4.3-1ubuntu1) edgy; urgency=low * 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. * Include version 0.4.1.0 of the python policy. -- Matthias Klose Tue, 13 Jun 2006 13:22:43 +0200 python-defaults (2.4.3-01) experimental; urgency=low * Do not build the python-doc package from this source. -- Matthias Klose 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 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 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 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 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 Sat, 19 Mar 2005 22:49:29 +0100 python-defaults (2.3.5-1) unstable; urgency=low * Depend on python-2.3.5 packages. * Update FAQ. * python suggests python-profiler. -- Matthias Klose 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 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 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 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 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 Fri, 20 Aug 2004 18:24:25 +0200 python-defaults (2.3.4-3sid) unstable; urgency=low * Add build dependency on python-docutils (closes: #266550). -- Matthias Klose Wed, 18 Aug 2004 12:30:37 +0200 python-defaults (2.3.4-2sid) unstable; urgency=low * Add pdb and pdb.1 symlinks. * Update FAQ. -- Matthias Klose 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 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 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 Wed, 4 Feb 2004 23:16:35 +0100