Change logs for pygobject source package in Raring

  • pygobject (3.8.0-2ubuntu1) raring; urgency=low
    
      * debian/control*:
        - Add Breaks for older python-aptdaemon and software-center to avoid
          potential crash casued by new python-gi with old python-aptdaemon,
          during upgrade of Ubuntu 12.10 to 13.04. (LP: #1173249)
     -- Rodney Dawes <email address hidden>   Fri, 26 Apr 2013 16:21:44 -0400
  • pygobject (3.8.0-2) experimental; urgency=low
    
    
      * debian/tests/python[23]-dbg: Redirect stderr to stdout, to avoid the
        "[xxx refs]" error message failing the tests.
      * Bump Standards-Version to 3.9.4. No changes necessary.
      * Have failing tests fail the build except on s390x and mipsel, where they
        currently fail.
      * debian/control.in: Add explicit python3-dbg dependency to python3-gi-dbg,
        to work around dh_python3 bug #704579.
    
     -- Martin Pitt <email address hidden>  Wed, 03 Apr 2013 10:04:37 +0200
  • pygobject (3.8.0-1svn1) raring; urgency=low
    
      * debian/tests/python[23]-dbg: Redirect stderr to stdout, to avoid the
        "[xxx refs]" error message failing the tests.
     -- Martin Pitt <email address hidden>   Wed, 27 Mar 2013 09:13:42 +0100
  • pygobject (3.8.0-1) experimental; urgency=low
    
    
      [ Emilio Pozuelo Monfort ]
      * New upstream release.
      * debian/rules:
        + Unconditionally run the tests again, since the problem is not
          kernel related.
      * debian/patches/01_cairo_region.patch,
        debian/control.in:
        + Add a foreign type for cairo_region_t. Bump py3cairo build/binary
          dependencies. (LP: #1028115, bgo #667959). Thanks to Martin Pitt
          for this change.
    
      [ Martin Pitt ]
      * debian/rules: Set $HOME to debian/tmp/home, so that the testsuite has a
        writeable home directory for D-BUS sockets and XDG data. This fixes the
        eternal hangs in sbuild.
    
     -- Emilio Pozuelo Monfort <email address hidden>  Tue, 26 Mar 2013 10:15:24 +0100
  • pygobject (3.8.0-0ubuntu1) raring; urgency=low
    
      * New upstream release. No changes since 3.7.92 except a test suite fix.
     -- Martin Pitt <email address hidden>   Mon, 25 Mar 2013 08:41:53 +0100
  • pygobject (3.7.92-0ubuntu1) raring; urgency=low
    
      * New upstream bug fix release.
     -- Martin Pitt <email address hidden>   Mon, 18 Mar 2013 14:17:30 +0100
  • pygobject (3.7.91.1-0ubuntu1) raring; urgency=low
    
      * New upstream release:
        - Bring back @override for functions. Fixes GEdit plugins. (LP: #1146567)
     -- Martin Pitt <email address hidden>   Tue, 05 Mar 2013 12:32:09 +0100
  • pygobject (3.7.91-0ubuntu1) raring; urgency=low
    
      * New upstream release.
        - Fix marshalling of C arrays with explicit length in signal arguments,
          such as GSettings::change-event. (LP: #878505)
      * Drop 02_disable_buggy_test.patch, test got fixed upstream.
     -- Martin Pitt <email address hidden>   Mon, 04 Mar 2013 17:46:16 +0100
  • pygobject (3.7.90-0ubuntu1) raring; urgency=low
    
      * New upstream release
      * Drop disable_micro_version_test.patch, see previous changelog.
      * Bump g-i dependency to >= 1.35.8 to ensure we have the fixed "char" type
        handling and all necessary test API.
      * Drop disable_char_test.patch, fixed in current g-i.
      * Add 02_disable_buggy_test.patch: Disable test_generictreemodel check which
        fails with the python*-dbg variants.
     -- Martin Pitt <email address hidden>   Wed, 20 Feb 2013 08:07:47 +0100
  • pygobject (3.7.5.1-0ubuntu1) raring; urgency=low
    
      * New upstream release
      * Add 01_cairo_region.patch: Add foreign type for cairo_region_t.
        Debian/Ubuntu's pycairo packages have support for this backported from
        trunk, need to keep this as a patch until there is a new pycairo upstream
        release. (LP: #1028115)
      * Add disable_micro_version_test.patch: Disable microversion test for "5.1"
        microversion. Can be dropped at next upstream release.
     -- Martin Pitt <email address hidden>   Mon, 11 Feb 2013 08:22:21 +0100
  • pygobject (3.7.4-0ubuntu2) raring; urgency=low
    
      * debian/control.in: Have python-gi-dev depend on python3-gi, too.
        (LP: #1101683)
     -- Martin Pitt <email address hidden>   Sat, 19 Jan 2013 13:07:08 +0100
  • pygobject (3.7.4-0ubuntu1) raring; urgency=low
    
      * New upstream release.
      * Drop 00git_testhelper_method_unref.patch, fixed upstream.
      * Add disable_char_test.patch: Disable "char" test as our
        gobject-introspection version does not yet have the fix for signed chars.
     -- Martin Pitt <email address hidden>   Mon, 14 Jan 2013 17:45:01 +0100
  • pygobject (3.7.3-0ubuntu2) raring; urgency=low
    
      * Rebuild.
      * Re-enable the tests for 2.7-dbg. Closes: #1091615.
     -- Matthias Klose <email address hidden>   Thu, 20 Dec 2012 19:13:41 +0100
  • pygobject (3.7.3-0ubuntu1) raring; urgency=low
    
      * New upstream bug fix release.
      * Synchronize packaging with current Debian SVN.
      * Drop 00git_fixes.patch, all upstream.
      * Add 00git_testhelper_method_unref.patch: Do not unref called method.
      * debian/rules: Skip tests for 2.7-dbg to work around recent python2.7-dbg
        regression (LP #1091615)
     -- Martin Pitt <email address hidden>   Tue, 18 Dec 2012 10:55:51 +0100
  • pygobject (3.7.2-0ubuntu5) raring; urgency=low
    
      * 00git_fixes.patch: Pull in two more fixes from upstream.
      * debian/rules: Fail the build on test failures.
     -- Martin Pitt <email address hidden>   Fri, 30 Nov 2012 09:07:52 +0100
  • pygobject (3.7.2-0ubuntu4) raring; urgency=low
    
      * debian/control.in: Make python-gi-dev Arch: any, as it now uses multiarch
        paths for the pkg-config file.
      * Add 00git_fixes.patch: Recent fixes from upstream trunk which fix
        architecture specific bugs and problems of the test suite when running in
        limited test environments.
     -- Martin Pitt <email address hidden>   Thu, 29 Nov 2012 16:54:28 +0100
  • pygobject (3.7.2-0ubuntu3) raring; urgency=low
    
      * Synchronize with Debian experimental's simplified and more robust
        packaging.
     -- Martin Pitt <email address hidden>   Wed, 28 Nov 2012 08:19:16 +0100
  • pygobject (3.7.2-0ubuntu2) raring; urgency=low
    
      * debian/rules: Disable dh_autoreconf, not necessary (we have no patches).
        Fixes FTBFS due to (otherwise) missing gnome-common.
     -- Martin Pitt <email address hidden>   Mon, 26 Nov 2012 22:25:33 +0100
  • pygobject (3.7.2-0ubuntu1) raring; urgency=low
    
      * New upstream development release.
      * debian/control.in: Bump glib and g-i requirements.
     -- Martin Pitt <email address hidden>   Mon, 26 Nov 2012 12:12:46 +0100
  • pygobject (3.4.2-1) experimental; urgency=low
    
    
      * New upstream release.
    
     -- Martin Pitt <email address hidden>  Tue, 13 Nov 2012 05:57:56 +0100
  • pygobject (3.4.1.1-1build1) raring; urgency=low
    
      * Rebuild to drop python3.2 extension.
     -- Matthias Klose <email address hidden>   Thu, 08 Nov 2012 11:15:57 +0000
  • pygobject (3.4.1.1-1) experimental; urgency=low
    
    
      [ Martin Pitt ]
      * New upstream release.
      * debian/control.in: Bump g-i dependencies according to configure.ac.
      * debian/rules: Remove moving of site-packages, this was fixed upstream now.
    
      [ Matthias Klose ]
      * Fix renaming of python3 extensions.
      * Configure with --disable-silent-rules.
      * debian/rules (clean): Remove __pycache__ directories.
    
     -- Martin Pitt <email address hidden>  Mon, 22 Oct 2012 12:23:17 +0200
  • pygobject (3.4.0-1ubuntu2) raring; urgency=low
    
      * Configure with --disable-silent-rules.
      * debian/rules (clean): Remove __pycache__ directories.
     -- Matthias Klose <email address hidden>   Sun, 21 Oct 2012 09:27:47 +0200
  • pygobject (3.4.0-1ubuntu1) raring; urgency=low
    
      * Fix renaming of python3 extensions.
     -- Matthias Klose <email address hidden>   Sat, 20 Oct 2012 18:09:20 +0200
  • pygobject (3.4.0-1) experimental; urgency=low
    
    
      * New upstream release.
    
     -- Martin Pitt <email address hidden>  Mon, 24 Sep 2012 09:43:47 +0200