Change logs for python-setuptools source package in Karmic

  • python-setuptools (0.6c9-0ubuntu5) karmic; urgency=low
    
      * Fix building extensions with recent python 2.6.2+. Patch taken from
        http://bitbucket.org/tarek/distribute/issue/41/. LP: #428004.
    
     -- Matthias Klose <email address hidden>   Sun, 13 Sep 2009 12:11:58 +0200
  • python-setuptools (0.6c9-0ubuntu4) jaunty; urgency=low
    
      * Update the installation schemes in easy_install to follow the modified
        distutils install command:
        - When the --prefix option is used for setup.py install, Use the
          `posix' scheme. LP: #344410.
        - Use the `deb_system' scheme if --install-layout=deb is specified.
        - Use the the `unix_local' scheme if neither --install-layout=deb
          nor --prefix is specified.
      * Always use the `posix' scheme for setup.py install in a virtualenv
        setup. LP: #339904.
      * Error out when easy_install tries to install into /usr, unless the
        (new) option --force-installation-into-system-dir is given (heh, this
        option name is even longer than --single-version-externally-managed).
    
     -- Matthias Klose <email address hidden>   Sat, 04 Apr 2009 13:13:59 +0200