Change logs for python-central source package in Intrepid

  • python-central (0.6.7ubuntu1) intrepid; urgency=medium
    
      * Add a sequence file for debhelper v7 support.
      * Add infrastructure to remove generated files on upgrades to newer
        versions of a package not having files handled by python-central.
        See dh_pycentral(1).
      * Properly remove symlinks and bytecode files for old python versions.
        Closes: #409390.
    
     -- Matthias Klose <email address hidden>   Wed, 28 May 2008 10:45:04 +0200
  • python-central (0.6.6ubuntu1) intrepid; urgency=low
    
      * Merge with Debian.
    
    python-central (0.6.6) unstable; urgency=low
    
      * pycentral rtremove: Don't rely on the status of a package reading
        the status file, use dpkg-query instead.
      * pycentral updatedefault: Call py_compilefiles with `-f' for private
        modules.
      * dh_pycentral: Install the preinst script for packages having
        private modules; really closes: #477180.
      * dh_pycentral: Set Python-Version according to the public modules,
        if the package contains both private and public modules. Closes: #477566.
      * pyversions.py: Don't rely on /usr/bin/python being a symlink.
        Closes: #450591.
    
     -- Matthias Klose <email address hidden>   Wed, 30 Apr 2008 18:03:17 +0200
  • python-central (0.6.5ubuntu1) hardy; urgency=low
    
      * Don't complain about absolute symlinks replaced by relative symlinks
        pointing to the pyshared directory. Might happen if a user runs
        symlinks -c, or a chroot is prepared for use with fakechroot (Ubuntu's
        apport retrace service runs in such an environment). LP: #204526.
      * Don't create preinst scripts, if the packages doesn't have any shared
        files.
      * On upgrade, remove byte-code files for private modules not existing
        anymore in a new version of a package. Closes: #476976.
      * pycentral pkgprepare: Skip package, if the required runtime is not
        yet installed. Closes: #476685.
      * pycentral version: New subcommand.
    
     -- Matthias Klose <email address hidden>   Tue, 22 Apr 2008 10:02:46 +0200