Change logs for pygtk source package in Jaunty

  • pygtk (2.14.1-1ubuntu1) jaunty; urgency=low
    
      * Resync with Debian
      * debian/control.in:
        - don't depends on a specific python version
        - only suggest python-numpy
        - python-gtk2-dbg conflicts and replaces python-glade2-dbg
      * debian/rules:
        - don't stop on xvfb-run issues
    
     -- Sebastien Bacher <email address hidden>   Tue, 07 Apr 2009 23:38:34 +0200
  • pygtk (2.14.1-0ubuntu1) jaunty; urgency=low
    
      * New upstream version:
        - Return the deserialized string as a new memory buffer (lp: #317101)
        - Complete docs with 2.14 API
    
     -- Sebastien Bacher <email address hidden>   Fri, 06 Mar 2009 18:06:28 +0100
  • pygtk (2.14.0-0ubuntu2) jaunty; urgency=low
    
      * Remove explicite dependencies on python2.5 in the control file.
    
     -- Matthias Klose <email address hidden>   Wed, 25 Feb 2009 10:58:29 +0000
  • pygtk (2.14.0-0ubuntu1) jaunty; urgency=low
    
      * New upstream version
      * debian/patches/65_bogus-python-includes.patch:
        - the change is in the new version
    
     -- Sebastien Bacher <email address hidden>   Mon, 23 Feb 2009 12:01:52 +0100
  • pygtk (2.13.0-2ubuntu5) jaunty; urgency=low
    
      * Remove the dependency on python-numpy, make it a suggestion. Avoids
        python-numpy on the CD. Nothing in main does use this feature, plus
        an exception at runtime is thrown if the extension cannot be found.
        Packages using this feature must depend on python-numpy explicitely.
        See the bug report for the details. LP: #309215.
      * Build for python2.6.
      * debian/rules (clean): Remove .pyc files.
    
     -- Matthias Klose <email address hidden>   Sun, 22 Feb 2009 00:03:00 +0000
  • pygtk (2.13.0-2ubuntu4) jaunty; urgency=low
    
      * debian/patches/65_bogus-python-includes.patch:
        - reapplied change to fix the dbg build
    
     -- Sebastien Bacher <email address hidden>   Wed, 14 Jan 2009 12:32:35 +0100
  • pygtk (2.13.0-2ubuntu3) jaunty; urgency=low
    
      * Ignore testsuite failures (xvfb error).
    
     -- Matthias Klose <email address hidden>   Thu, 04 Dec 2008 22:12:58 +0100
  • pygtk (2.13.0-2ubuntu2) jaunty; urgency=low
    
      * Rebuild. pygobject did drop support for python2.4.
    
     -- Matthias Klose <email address hidden>   Thu, 04 Dec 2008 19:13:12 +0000
  • pygtk (2.13.0-2ubuntu1) jaunty; urgency=low
    
      * Sync on debian
      * debian/control.in:
        - python-gtk2-dbg conflicts and replaces python-glade2-dbg
    
     -- Sebastien Bacher <email address hidden>   Thu, 27 Nov 2008 11:23:17 +0100
  • pygtk (2.13.0-0ubuntu8) intrepid; urgency=low
    
      * Move the testsuite make runs below their own stamps/targets; code still
        duplicated for dbg/regular builds, this needs work.
      * Disable testsuite when cross-compiling and when nocheck is in
        DEB_BUILD_OPTIONS.
      * Add a facility to only honor testsuite failures on amd64, i386 and lpia;
        and to run the testsuite on other arches without making it fatal.
      * Ignore testsuite failures on all arches (CHECK_SUPPORTED_ARCHES :=) as it
        currently fails when g_get_home_dir() isn't writable.
    
     -- Loic Minier <email address hidden>   Fri, 17 Oct 2008 10:07:50 +0200