Change logs for python-support source package in Edgy

  • python-support (0.5.3ubuntu1) edgy; urgency=low
    
      * Adjust conflict/depends to edgy versions.
    
     -- Matthias Klose <email address hidden>   Fri,  6 Oct 2006 12:02:32 +0200
  • python-support (0.5.2) unstable; urgency=low
    
      * update-python-modules:
        + Remove some useless code.
        + Small fix in short help.
        + Handle the case of broken symlinks needing to be overwritten.
      * dh_pysupport.1: reference README and policy, thanks Tomas Pospisek 
        (closes: #388171).
    
    python-support (0.5.1) unstable; urgency=low
    
      * dh_pysupport:
        + Generate ${python:Provides} when no debian/pyversions file exists.
        + Barf when /usr/lib/python-support/$package is lacking an existing
          python version (closes: #387040).
    
    python-support (0.5) unstable; urgency=low
    
      * update-python-modules: be much stricter in what is accepted on the 
        command line. Only .dirs files are accepted with the -i option, 
        while directories in /usr/share/python-support are accepted with the 
        -b option. It is now possible to pass both kinds of arguments on the 
        command line. Closes: #386830.
      * update-python-modules: abandon compatibility with version 0.1 
        entirely. The warnings have been prominent enough.
    
    python-support (0.4.3) unstable; urgency=medium
    
      * update-python-modules: check for .path presence when checking for
        newly installed python versions, otherwise stuff might not be
        compiled for it (closes: #383799, medium-urgency fix).
      * update-python-modules: handle symbolic links to directories
        (closes: #378853).
    
    python-support (0.4.2) unstable; urgency=low
    
      * dh_pysupport: add a python dependency even when there is already a
        dependency on python-support (closes: #383958).
      * pysupport.py: strip all unnecessary whitespace (closes: #385105).
      * pysupport-movemodules: force the umask to avoid getting wrong 
        permissions in the final package (closes: #382755).
    
     -- Sebastian Dr?ge <email address hidden>   Tue,  03 Oct 2006 10:58:55 +0100
  • python-support (0.4.1) unstable; urgency=low
    
      * dh_pysupport:
        + Implement the -X option to exclude files from being searched to 
          generate the dependencies.
        + Detect private extensions as .so files calling Py_InitModule*. In
          this case, a strict dependency on python (>= X.Y), python (<<
          X.Y+1) is generated.
    
    python-support (0.4.0) unstable; urgency=low
    
      * dh_pysupport:
        + Handle dependencies for packages that only ship modules for
          non-default python versions.
        + Always generate dependencies when debian/pycompat isn't found.
        + Add missing newline at the end of the .dirs files.
        + Avoid obtaining a double leading / in .dirs files.
        + Avoid duplicate entries in .dirs files.
        + Create .pyversion in private module directories when the -V option
          is used. Require python-support 0.4 in this case.
        + Handle python dependencies for private modules.
        + Handle script dependencies.
        + Improve comments in the code.
        + Remove .py[co] files in the private module directories.
      * update-python-modules:
        + Don't call compileall.py on non-existing directories
          (closes: #378773).
        + Bytecompilation of private modules for non-default python
          versions, using the .pyversion file.
      * README:
        + Document all these changes.
        + Document that using dh_python is not recommended.
    
    python-support (0.3.9) unstable; urgency=low
    
      * python-support.rtupdate: only run the script when called with the
        "rtupdate" argument.
      * pysupport-movemodules: keep foo.so.3 files in /usr/lib, but print a
        warning.
      * dh_pysupport:
        + Fix typo in documentation (closes: #375934).
        + Fix --noscripts usage (closes: #378421).
      * README: a few clarifications from Cédric Delfosse
        (closes: #378161).
    
     -- Matthias Klose <email address hidden>   Tue,  15 Aug 2006 19:40:26 +0100
  • python-support (0.3.8) unstable; urgency=low
    
      * update-python-modules: fix upgrade path from pre-0.3.4 versions 
        (closes: #375608).
    
    python-support (0.3.7) unstable; urgency=low
    
      * debian/prerm: in the case update-python-modules fails, cleanup by 
        hand and exit gracefully. This should make upgrades from broken 
        versions work.
    
    python-support (0.3.6) unstable; urgency=low
    
      * update-python-modules: Fix a case where the .path file wasn't 
        cleaned up automatically upon package removal.
    
    python-support (0.3.5) unstable; urgency=low
    
      * update-python-modules: don't try to generate a .path file if the 
        directory doesn't exist. Thanks Bastian Blank for noticing this.
    
    python-support (0.3.4) unstable; urgency=low
    
      * update-python-modules: handle .pth files correctly, by concatenating
        them into ".path".
      * rules: python-support.pth is now a symbolic link to this .path.
      * dh_pysupport: make packages depend on python-support 0.3.4 to avoid 
        hitting the bug.
    
    python-support (0.3.3) unstable; urgency=low
    
      * pysupport-movemodules: fix directory creation in the case there is 
        no .py at all in the package.
    
    python-support (0.3.2) unstable; urgency=low
    
      * dh_pysupport: fix typo affecting dependency generation.
      * README: recommend using pyversions -vr now it works.
    
    python-support (0.3.1) unstable; urgency=low
    
      * README: add correct documentation (closes: #370515).
      * pysupport-movemodules: remove .pyc and .pyo files if some are 
        generated.
    
    python-support (0.3.0) unstable; urgency=low
    
      * Acknowledge NMU (closes: #372774).
      * Increase minimal dependency to 0.2 in the helper script.
        + Make it 0.3 in the case where /usr/lib/python-support exists.
      * rules: cdbs already provides DEB_VERSION, no need to re-compute it.
      * install: install dh_pysupport in /usr/bin.
      * Don't build-depend on perl.
    
      * Standards-version is 3.7.2.
      * Add more warnings and errors for package making wrong uses of
        python-support or using the python-support 0.1 compatibility mode.
      * Use "pyversions -s to get the list of python versions.
        + Depend on python 2.3.5-6.
      * Improve a bit the manual page.
      * Fail if a package tries to overwrite a file provided by another
        package (closes: #373753).
      * Support extensions, by searching
        /usr/lib/python-support/$package/$version for files specific to a
        python version.
      * New command: pysupport-movemodules, to move modules from
        /usr/lib/python2.X trees to the python-support hierarchies.
      * Call this command in dh_pysupport.
      * Add the ability to generate a .version in dh_pysupport, by copying
        debian/pyversions.
      * Add the possibility for automatic generation of ${python:Depends} 
        and ${python:Provides}, when calling dh_pysupport -d.
      * Provide python-support.rt* scripts to provide hooks when python
        versions are installed or removed.
        + The dependency on python (<< 2.4) can be removed.
      * New command: pysupport-parseversions. It parses
        debian/package.pyversions files to display the list of supported
        versions that are included in the version list described here.
    
     -- Matthias Klose <email address hidden>   Tue,  04 Jul 2006 12:57:56 +0100
  • python-support (0.2.3ubuntu1) edgy; urgency=low
    
      * Drop python2.3 support.
    
     -- Matthias Klose <email address hidden>   Tue, 13 Jun 2006 17:01:23 +0000
  • python-support (0.1.1ubuntu1) dapper; urgency=low
    
      * Update python dependency to >=2.4 and <<2.5
    
     -- Gauvain Pocentek <email address hidden>   Wed,  1 Mar 2006 08:43:57 +0100