python-central (0.5.12) unstable; urgency=low * Non-maintainer upload. * Accept packages providing support of only old python runtimes. Closes: #399986 -- Raphael Hertzog Thu, 23 Nov 2006 10:28:23 +0100 python-central (0.5.11) unstable; urgency=low * Non-maintainer upload. * Only remove empty dirs in /usr/lib/pythonX.Y. Closes: #395104 -- Raphael Hertzog Wed, 22 Nov 2006 12:33:55 +0100 python-central (0.5.10) unstable; urgency=low * Depend on python (>= 2.3.5-7), providing /usr/share/python_defaults. Closes: #397494. -- Matthias Klose Sat, 11 Nov 2006 01:34:08 +0000 python-central (0.5.9) unstable; urgency=medium * dh_pycentral: Move files for old and unsupported versions as well. -- Matthias Klose Sun, 22 Oct 2006 23:51:59 +0200 python-central (0.5.8) unstable; urgency=low * On package and runtime removal, don't complain about packages without a matching installed runtime version. Allows recovery of an uncompleted upgrade. * On package installation, do not install packages needing a runtime, which is not installed. -- Matthias Klose Wed, 18 Oct 2006 15:32:07 +0200 python-central (0.5.7) unstable; urgency=medium * On runtime installation and removal, skip packages not built for this runtime. Ubuntu #56779, #64604. Closes: #388081. * Read the runtime version information for package and runtime removal. Closes: #380001, #390949. * On package removal, consider all runtimes, not just the supported. * Copy symlinks to directories instead of creating an empty directory. Closes: #383686. * prerm-pycentral: On package removal without installed python-central, ignore already removed directories. -- Matthias Klose Wed, 18 Oct 2006 00:58:17 +0200 python-central (0.5.6) unstable; urgency=low * Merge changes from Ubuntu by Michael Vogt. [Raphael Hertzog] * Updated dh_pycentral to do what dh_python used to do for the substitution variables. * Thus conflicts with debhelper (<= 5.0.37.3). * Build-Depends-Indep on perl as we use pod2man. -- Matthias Klose Fri, 6 Oct 2006 12:37:39 +0200 python-central (0.5.5ubuntu4) edgy; urgency=low * pyversions.py: - be more robust when upgrading (lp: #56779) -- Michael Vogt Wed, 4 Oct 2006 13:37:17 +0200 python-central (0.5.5ubuntu3) edgy; urgency=low * pycentral.py: - fix upgrade issue when there are no "old-versions" yet (lp: #61892) -- Michael Vogt Mon, 25 Sep 2006 12:36:03 +0200 python-central (0.5.5ubuntu2) edgy; urgency=low * pyversions.py: - update content to be the same as the version in python-defaults * pycentral.py: - ensuring that python-central take its own version of pyversions.py by default instead of the one from python-minimal -- Michael Vogt Wed, 20 Sep 2006 19:13:15 +0200 python-central (0.5.5ubuntu1) edgy; urgency=low * deal with old versions -- Michael Vogt Tue, 19 Sep 2006 21:25:18 +0200 python-central (0.5.5) unstable; urgency=low * Update pycentral(1). Closes: #382157. -- Matthias Klose Sun, 13 Aug 2006 21:04:22 +0200 python-central (0.5.4) unstable; urgency=low * Update the rtupdate hook to the new calling conventions. -- Matthias Klose Sun, 6 Aug 2006 13:05:44 +0000 python-central (0.5.3) unstable; urgency=medium * Do not run the rtupdate hook when called with the pre-rtupdate or post-rtupdate command. -- Matthias Klose Sat, 5 Aug 2006 17:42:05 +0200 python-central (0.5.2) unstable; urgency=low * Handle version information of the form "current, >= 2.4" as well. Closes: #375437. -- Matthias Klose Sat, 29 Jul 2006 20:42:12 +0200 python-central (0.5.1) unstable; urgency=low [ Bastian Kleineidam ] * Remove log file on purge (Closes: #375385) * Quote minus signs in pycentral.1 (Closes: #375716) * Allow overwrite of local files. Set overwrite-local=1 in /etc/python/debian_config for this. (Closes: #375718) * Lintian fixes: - build-depend on debhelper >= 5 - added py_compilefiles man page - changelog syntax corrected - remove #! scripts line from pyversions.py -- Bastian Kleineidam Thu, 29 Jun 2006 20:30:12 +0200 python-central (0.5.0) unstable; urgency=low * Provide hooks in /usr/share/python/runtime.d/ for installation, removal and upgrade of a runtime. Avoids dependency of the runtimes on python-central. Closes: #372658. -- Matthias Klose Sun, 18 Jun 2006 05:25:31 +0200 python-central (0.4.18) unstable; urgency=low * pycentral debhelper: Do not move versioned shared object files. Closes: #374140. * Include a copy of the pyversions.py script in the package. Replace the dependency on python (>= 2.3.5-9) with a dependency on python (>= 2.3). Removes the dependency on a specific python package. Closes: #373922, #374190. -- Matthias Klose Sat, 17 Jun 2006 15:54:35 +0200 python-central (0.4.17) unstable; urgency=low * Fix error to get the runtime used by a package, when only one python runtime is unstalled. -- Matthias Klose Thu, 15 Jun 2006 20:44:02 +0200 python-central (0.4.16) unstable; urgency=low * Fix interpretation of 'current' in XB-Python-Version. * Add subcommand 'pycentraldir'. * pycentral updatedefault: Only look at packages which depend on python-central and have 'current' in the Python-Version field. -- Matthias Klose Thu, 15 Jun 2006 19:41:33 +0200 python-central (0.4.15) unstable; urgency=low * Byte-compile the private files with the runtime of the package, not the default runtime (Simon McVittie)). Closes: #373556. * When byte-compiling private files for a package with a version field containing more than one explicit version, use the default python version if included in the version field, else use the first version found in the version field. * prerm-pycentral: Be less verbose on stderr. * pycentral: Don't bail out on removal of the python2.4 package. -- Matthias Klose Wed, 14 Jun 2006 09:52:15 +0200 python-central (0.4.14) unstable; urgency=low * dh_pycentral: Check, if there are other files than .py files in /usr/share/pycentral (Raphael Hertzog). -- Matthias Klose Wed, 14 Jun 2006 00:16:54 +0200 python-central (0.4.13) unstable; urgency=low * Do not touch files in /usr/*/python-support. -- Matthias Klose Tue, 13 Jun 2006 17:34:32 +0200 python-central (0.4.12) unstable; urgency=low * dh_pycentral: Generate dependencies requiring python-central (>= 0.4.11). -- Matthias Klose Tue, 13 Jun 2006 13:12:22 +0200 python-central (0.4.11) unstable; urgency=low * Add man page pycentral(1), update dh_pycentral(1) man page. * Depend on python (>= 2.3.5-7), using pyversions. * Only consider the installed _and_ supported runtimes. -- Matthias Klose Mon, 12 Jun 2006 21:32:26 +0200 python-central (0.4.10) unstable; urgency=low * Non-maintainer upload (on request of Matthias). * Replace dh_pycentral by the lightweight version that works hand in hand with dh_python (see #370833). -- Raphael Hertzog Mon, 12 Jun 2006 20:16:58 +0200 python-central (0.4.9) unstable; urgency=low * Work around a failure in the python2.4 installation scripts. -- Matthias Klose Mon, 12 Jun 2006 19:46:27 +0200 python-central (0.4.8) unstable; urgency=low * Fix parsing of python_defaults file. * Update dh_pycentral, still the version not requiring calling dh_python afterwards. * py_compilefiles: Don't error out, if no files are passed. Closes: #372244. -- Matthias Klose Sun, 11 Jun 2006 14:54:22 +0200 python-central (0.4.7) unstable; urgency=low * Do not generate the substitution variables by default, done by the proposed dh_python now. * Include the dh_python proposed by Raphael Hertzog as dh_pycentral. dh_pycentral can be dropped once the new dh_python is in the archive. * Only warn, when called on a binary package without XB-Python-Version. -- Matthias Klose Fri, 9 Jun 2006 08:38:18 +0000 python-central (0.4.6) unstable; urgency=low * Add the ability to pass options to 'pycentral debhelper' with an environment variable DH_PYCENTRAL (add-provides, no-move, no-act, dry-run). Command line options take precedence. * Don't leave an empty /usr/share/pycentral dir (Raphael Hertzog). -- Matthias Klose Fri, 9 Jun 2006 01:04:22 +0200 python-central (0.4.5) unstable; urgency=low * pycentral: DebPackage (unlink_shared_files): Fix typo. -- Matthias Klose Thu, 8 Jun 2006 21:45:11 +0200 python-central (0.4.4) unstable; urgency=low * prerem-pycentral: Check if the python binary is availabe. -- Matthias Klose Thu, 8 Jun 2006 20:33:00 +0200 python-central (0.4.3) unstable; urgency=low * Remove dependency on python2.4. * prerem-pycentral: Handle case, when python-central is already removed. * Fix dh_pycentral's dh_python compatibility mode. -- Matthias Klose Thu, 8 Jun 2006 15:22:16 +0200 python-central (0.4.2) unstable; urgency=low * Add debhelper support. -- Matthias Klose Tue, 6 Jun 2006 21:50:36 +0000 python-central (0.4.1) dapper; urgency=low * Upload to unstable. -- Matthias Klose Sat, 22 Apr 2006 11:35:57 +0200 python-central (0.4.0) dapper; urgency=low * Rewrite in python. * Handle python modules outside of /usr/lib/pythonX.Y. -- Matthias Klose Wed, 30 Nov 2005 22:44:17 +0100 python-central (0.3) unstable; urgency=low * minor manpage additions for python programs * remove old references to /var/lib/python-central * added sanity checking of debian package name -- Bastian Kleineidam Sat, 3 Aug 2002 13:11:25 +0200 python-central (0.2) unstable; urgency=low * Use Donovans dpkg-using script. * Add sanity checking for Python package name * Made this a native Debian package * use LC_ALL=C when sorting * Adjusted man page -- Bastian Kleineidam Sat, 27 Apr 2002 16:12:31 +0200 python-central (0.1-2) unstable; urgency=low * search in /usr/lib/python/site-packages/ for .py files, not in /usr/lib/python/ * display usage for wrong or missing options * man page updated -- Bastian Kleineidam Thu, 14 Feb 2002 13:33:52 +0100 python-central (0.1-1) unstable; urgency=low * Initial Release. -- Bastian Kleineidam Sun, 10 Feb 2002 13:14:52 +0100