Change logs for pygtk source package in Oneiric

  • pygtk (2.24.0-2) unstable; urgency=low
    
      [ Josselin Mouette ]
      * Drop incorrect ${python:Provides}.
    
      [ Martin Pitt ]
      * debian/rules: Don't call dh_numpy when building on Ubuntu, to avoid
        dragging the sizable python-numpy into the default installation. The few
        (if any) packages which actually use numpy ought to depend on it
        themselves.
      * debian/watch: Fix syntax to actually catch the latest version.
     -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  31 May 2011 08:54:04 +0000
  • pygtk (2.24.0-1svn1) oneiric; urgency=low
    
      Upload current Debian svn head to get rid of python-numpy dependency again.
    
      [ Josselin Mouette ]
      * Drop incorrect ${python:Provides}.
    
      [ Martin Pitt ]
      * debian/rules: Don't call dh_numpy when building on Ubuntu, to avoid
        dragging the sizable python-numpy into the default installation. The few
        (if any) packages which actually use numpy ought to depend on it
        themselves.
     -- Martin Pitt <email address hidden>   Fri, 27 May 2011 08:24:09 +0200
  • pygtk (2.24.0-1) unstable; urgency=low
    
      * New upstream release (Closes: #619126).
      * debian/control.in:
        - Bump python-gobject-dev and libgtk2.0-dev build-dependencies
        - Bump python-gtk2-dev dependencies against python-gobject-dev
          and libgtk2.0-dev (Closes: #554973)
        - Drop pysupport build-dependency and bump python-all-dev
        - Bump Standards-Version to 3.9.2
        - Drop all Conflicts/Replaces, all these packages only exist prior lenny
        - Drop Python-Depends and use Depends instead
        - Don't Depends against python-dbg, let dh_python2 generate the correct
          versions
        - Drop all XB-Python-Version
        - Bump debhelper compatibility to 8
        - Add Breaks: python-gtkglext1 (<< 1.1.0-7~) to be sure it also use
          dh_python2
      * debian/rules:
        - Use dh_python2 instead of dh_pysupport
        - Set pyexecdir to install files to py_libdir_sh
        - Call dh_prep instead of dh_clean -k
      * Drop debian/patches/60_pygtk-wakeupfd-fix.patch: Fixed upstream
     -- Martin Pitt <email address hidden>   Fri,  20 May 2011 09:56:28 +0000
  • pygtk (2.22.0-0ubuntu1.1) natty-proposed; urgency=low
    
      * debian/patches/04_fix_100%_cpu_in_signal_handling.patch:
        - Upstream patch to fix thinko in pygtk signal handler glib source.
          Without this, the source _check function would read 0 bytes from the fd,
          resulting in the fd always having input and hence a busy-loop.
          Fixes 100% CPU usage in a variety of pygtk-using apps (LP: #664920)
     -- Christopher James Halse Rogers <email address hidden>   Tue, 26 Apr 2011 17:56:56 +1000
  • pygtk (2.22.0-0ubuntu1) natty; urgency=low
    
      * New upstream release
      * debian/control:
        - Bump build-depends on libgtk2.0-dev
     -- Robert Ancell <email address hidden>   Wed, 03 Nov 2010 12:17:52 +1100