Change logs for pygobject source package in Intrepid

  • pygobject (2.15.3-0ubuntu5) intrepid; urgency=low
    
      * debian/patches/80_svn_change_fix_load_contents.patch:
        - svn change to fix the gio load_contents breaking rhythbox coverts
          (lp: #264657)
    
     -- Sebastien Bacher <email address hidden>   Tue, 09 Sep 2008 23:38:41 +0200
  • pygobject (2.15.3-0ubuntu4) intrepid; urgency=low
    
      * Rework -dbg support for the new pyglib shared lib;
        - Update 62_install-pyglib-in-libdir-with-python-version to use `basename
          $(PYTHON)` instead of $(PYTHON_VERSION) to install debug pyglib in
          /usr/lib/pygobject/pythonX.Y-dbg.
        - Update 90_autofoo.
        - Also keep all *.so.* files for the -dbg, not only *.so files.
        - Only include /usr/lib/python*/site-packages dir for the *.so -> *_d.so
          renames.
        - Install pyglib dev symlinks for dbg packages in the -dev.
      * Use find -print0/xargs -0.
    
     -- Loic Minier <email address hidden>   Wed, 03 Sep 2008 18:45:27 +0200
  • pygobject (2.15.3-0ubuntu3) intrepid; urgency=low
    
      * New patch, 69_pyg-register-pointer-typo, fixes crash on x86-64 due to
        typo (s/&type/type) in pyg_register_pointer(); GNOME #550463.
      * Remove the bogus Breaks added in 2.15.3-0ubuntu2.
    
     -- Loic Minier <email address hidden>   Wed, 03 Sep 2008 00:23:15 +0200
  • pygobject (2.15.3-0ubuntu2) intrepid; urgency=low
    
      * python-gobject breaks python-gtk2 << 2.13.
    
     -- Loic Minier <email address hidden>   Tue, 02 Sep 2008 11:54:15 +0200
  • pygobject (2.15.3-0ubuntu1) intrepid; urgency=low
    
      * New upstream release
        - Update patch 90_autofoo and update instructions to rm config.guess.
    
     -- Loic Minier <email address hidden>   Tue, 02 Sep 2008 11:37:47 +0200
  • pygobject (2.15.2-0ubuntu1) intrepid; urgency=low
    
      * New upstream release
        - Drop patch 02_ffi-use-pkgconfig, fixed upstream.
        - Update patch 61_wakeupfd-fctnl-and-read.
        - New patch, 62_install-pyglib-in-libdir-with-python-version, installs the
          new pyglib public library to the private directory
          libdir/pygobject/python<python version> to have one lib per python
          version; this naturally causes the
          lib/python<python version>/site-packages/gtk-2.0/glib/_glib.so libs to
          have a RPATH; see GNOME #550235.
        - Update patch 90_autofoo and update instructions to run libtoolize
          --force --copy.
        - Install the new libpyglib in python-gobject and python-gobject-dev.
        - Call dh_makeshlibs to generate shlibs on python-gobject >= 2.15.2.
        - Bump up libglib2.0-dev build-dep to >= 2.14.0.
      * Bump up standards version to 3.8.0.
    
     -- Loic Minier <email address hidden>   Mon, 01 Sep 2008 15:58:53 +0200
  • pygobject (2.15.1-0ubuntu2) intrepid; urgency=low
    
      * New patch, 61_wakeupfd-fctnl-and-read, merge back parts of patch
        61_wakeupfd-fix (named "Do not use the wakeup fd if it not initialised" in
        GNOME #481569) which still apply (setting the read end of the pipe() as
        non-blocking and actually reading bytes from it); LP: #250876;
        GNOME #481569.
      * Refresh patch 03_maintainer_mode.
    
     -- Loic Minier <email address hidden>   Mon, 11 Aug 2008 17:28:02 +0200
  • pygobject (2.15.1-0ubuntu1) intrepid; urgency=low
    
      * New upstream version:
        - Rename pygtk-codegen-2.0 to pygobject-codegen-2.0 to avoid
          conflicting with PyGTK
      * debian/patches/90_autofoo.patch:
        - new version update
    
     -- Sebastien Bacher <email address hidden>   Wed, 16 Jul 2008 10:49:09 +0100
  • pygobject (2.14.2-1) unstable; urgency=low
    
      * Switch to quilt; build-depend on quilt.
      * New upstream release.
        + Refresh patches.
      * 03_maintainer_mode.patch: add AM_MAINTAINER_MODE.
      * 61_wakeupfd-fix.patch: do not use the wakeupfd in non-threaded 
        applications, as it is not initialized.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  08 Jun 2008 21:02:37 +0100
  • pygobject (2.14.1-8) unstable; urgency=low
    
      * Revert last upload, the pygobject patch was fine and the bug lies in 
        pygtk. Furthermore, wakeupfd gets used anyway since Python supports 
        it, so we *need* this patch.
    
    pygobject (2.14.1-7) unstable; urgency=low
    
      * Also add an explicit python2.5 (>= 2.5.2-5) dep; closes: #481936.
      * Drop patch 61_wakeupfd-fix, it seems to expose some python2.5 64-bits
        issue; revert build-deps and deps bumps from 2.12.1-3 and -4.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Wed,  04 Jun 2008 21:38:55 +0100
  • pygobject (2.14.1-6) unstable; urgency=low
    
      * Update 61_wakeupfd-fix to use more ifdefs for python without the wakeupfd
        support; see #481457.
      * Build-dep and dep on python2.5-dev >= 2.5.2-5 for wakeupfd support.
    
    pygobject (2.14.1-5) unstable; urgency=low
    
      * New patch, 61_wakeupfd-fix, from the fix to the initial SETWAKEUPFD
        support in GNOME #481569.
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  17 May 2008 14:51:24 +0100
  • pygobject (2.14.1-4+ubu1) intrepid; urgency=low
    
      * Drop 61_dont_use_setwakeupfd.patch. It does not apply (and autoreconf does
        not work because of Gnome #471528), and is not needed any more.
      * debian/control: Drop Replaces/Conflicts to python2.4-gobject, it was only
        in dapper and is not needed any more.
      * This leaves us with no remaining Ubuntu changes any more. Mangle version
        so that the package is autosynced again on next occasion.
    
     -- Martin Pitt <email address hidden>   Thu, 15 May 2008 13:49:17 +0200
  • pygobject (2.14.1-4ubuntu1) intrepid; urgency=low
    
      * Merge from Debian; remaining changes:
        - Add missing conflicts/replaces to python2.4-gobject.
        - Apply 60_use-python-config-for-includes.patch.
    
     -- Matthias Klose <email address hidden>   Thu, 08 May 2008 18:16:25 +0200
  • pygobject (2.14.1-2ubuntu2) hardy; urgency=low
    
      * add missing conflicts/replaces to python2.4-gobject
      * Modify Maintainer value to match the DebianMaintainerField
        specification.
    
     -- Michael Vogt <email address hidden>   Wed, 09 Apr 2008 09:57:29 +0200