Change logs for pygtk source package in Intrepid

  • 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
  • pygtk (2.13.0-0ubuntu7) intrepid; urgency=low
    
      * Also run testsuite for dbg builds; would probably have catched LP #282320;
        bdep on python-gobject-dbg and python-cairo-dbg.
      * Use xvfb-run's -e to help debugging recurring issues under xvfb-run.
    
     -- Loic Minier <email address hidden>   Mon, 13 Oct 2008 16:20:52 +0200
  • pygtk (2.13.0-0ubuntu6) intrepid; urgency=low
    
      * Fix broken -I flags during build causing python*-dbg shared libs to be
        unusable; LP: #282320.
        - New patch, 65_bogus-python-includes, don't override PYTHON_INCLUDES,
          it's already set by AM_CHECK_PYTHON_HEADERS; GNOME #556130.
        - New patch, 90_autoconf, update configure by running autoconf && rm -rf
          autom4te.cache.
    
     -- Loic Minier <email address hidden>   Mon, 13 Oct 2008 15:11:32 +0200
  • pygtk (2.13.0-0ubuntu5) intrepid; urgency=low
    
      * Pass no -s -no-reset to xvfb-run to prevent Xfvb from exiting when the
        last client disconnects and hence allow xvfb-run to kill it.
    
     -- Loic Minier <email address hidden>   Mon, 29 Sep 2008 10:53:49 +0200
  • pygtk (2.13.0-0ubuntu4) intrepid; urgency=low
    
      * Remove reference to python 2.4 in pygtk-demo (LP: #221007).
    
     -- Pietro Battiston <email address hidden>   Tue, 23 Sep 2008 14:46:12 +0200
  • pygtk (2.13.0-0ubuntu3) intrepid; urgency=low
    
      * debian/python-gtk2-dev.install:
        - install pygtk-codegen-2.0 there (lp: #267167)
    
     -- Sebastien Bacher <email address hidden>   Mon, 08 Sep 2008 10:31:44 +0200
  • pygtk (2.13.0-0ubuntu2) intrepid; urgency=low
    
      * Add gnome-icon-theme to the bdeps as some buildds might have optical
        drives which require a special icon in the file chooser.
    
     -- Loic Minier <email address hidden>   Wed, 03 Sep 2008 09:49:28 +0200
  • pygtk (2.13.0-0ubuntu1) intrepid; urgency=low
    
      * New upstream release
        - Bump libgtk2.0-dev bdep to >= 2.13.6 and python-gobject-dev bdep to >=
          2.15.3; also bump libgtk2.0-dev and python-gobject* deps.
        - Drop patch 10_use-default-python as pygtk's codegen copy was dropped; it
          now relies on pygobject's.
        - Drop patch 50_wakeupfd-curruption, merged upstream.
        - Refresh patch 60_pygtk-wakeupfd-fix to apply cleanly.
        - Drop all codegen related code from rules (checks mostly) and drop
          reference in python-gtk2-dev.install.
      * Build-dep on xauth and xfonts-base as xvfb-run needs these and also bdep
        on libgl1-mesa-dri for now until Xvfb can start without AIGLX support or
        this dep is added to the package.
      * Use ${binary:Version} in control instead of ${Source-Version}.
      * Change permission fixup constructs (chmod 755) to use xargs and not run if
        nothing has to be fixed.
    
     -- Loic Minier <email address hidden>   Tue, 02 Sep 2008 12:04:12 +0200
  • pygtk (2.12.1-6ubuntu1) intrepid; urgency=low
    
      * Sync on Debian
      * debian/control.in:
        - Build-Depends on xvfb and python-all-dbg
        - list debug variants
        - python-gtk Suggests python-gtk2-dbg
        - updated maintainer information
      * debian/python-gtk2-doc.examples, debian/python-gtk2-doc.install:
        - install pygtk-demo there
      * debian/rules:
        - build debug variant
        - run testsuite during the build
    
     -- Sebastien Bacher <email address hidden>   Mon, 23 Jun 2008 15:42:00 +0200
  • pygtk (2.12.1-0ubuntu1) hardy; urgency=low
    
      * New upstream version
        - Make pango bindings more pythonic
        - Remove X11 specific calls from non-X11 builds
        - Allow string parameters to have default empty string
        - Make pango.Context non-instantiable
        - defsgen.py fixes
        - Docs build fixes
      * debian/control.in:
        - updated pygobject requirement
      * debian/patches/01_glade_example_README.patch,
        debian/patches/30_ship_gtk-extrafuncs.defs.dpatch:
        - dropped, fixed with the new version
    
     -- Sebastien Bacher <email address hidden>   Mon, 07 Jan 2008 11:15:45 +0100