Change logs for skytools source package in Lucid

  • skytools (2.1.8-2.2) unstable; urgency=low
    
      * Non-maintainer upload.
      * debian/{control, rules}
        - use pysupport to manage the Python module, so also compiling it; thanks to
          Luca Falavigna for the report; Closes: #566047
      * debian/{control, rules, *.links, *.install}
        - support only PostgreSQL 8.4; thanks to Martin Pitt for the report;
          Closes: #559606
      * debian/rules
        - added simple-patchsys.mk rule
        - added python-distutils.mk class
      * debian/patches/missing_includes.diff
        - added missing includes, fixing the FTBFS with PostgreSQL 8.4
      * skytools.install
        - don't hardcode 'python2.5' and 'site-package', use globbing instead
      * patches/rename_as_for_python2.6.diff
        - added to replace 'as', since it's a reserved word in Python 2.6; thanks to
          Fabrice Coutadeur for the report; Closes: #535144
      * debian/skytools-modules-8.4.install
        - added installation of files from 'debian/tmp/usr/share/skytools' needed
          for the module to look for SQL files; thanks to Marc Cousin for the
          report and Chris Lamb for the patch; Closes: #534310
      * debian/control
        - replaced explicit Depends on 'python' with substvar ${python:Depends}
        - build-depends on python-all-dev, to be built against all support Python
    
    skytools (2.1.8-2.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Specify PG_CONFIG directly so that paths relating to Postgres 8.4 are not
        returned, preventing a FTBFS. (Closes: #536906)
     -- Ilya Barygin <email address hidden>   Mon,  01 Mar 2010 16:01:13 +0000
  • skytools (2.1.8-2ubuntu1) karmic; urgency=low
    
      * Build for python 2.6 (LP: #380866):
        - debian/skytools.install: substitute references to site-package with
          *-package and reference to python2.5 with python*
        - debian/rules: add include of simple-patchsys.mk
        - debian/patches/01_python2.6.diff: patch Makefile file to add
          --install-layout=deb parameter when calling python.py install
    
     -- Fabrice Coutadeur <email address hidden>   Sat, 13 Jun 2009 04:28:07 +0000