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 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 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 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 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 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 to have one lib per python version; this naturally causes the lib/python/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 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 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 Wed, 16 Jul 2008 10:49:09 +0100 pygobject (2.15.0-0ubuntu1) intrepid; urgency=low * New upstream version: - Add GIO bindings - Move codegen from PyGTK - Add more variables to the .pc files - Add pyg_option_group_new to the public API - Add g_get_application_anme and g_get_progname - Avoid making wakeups when using Python 2.6 - Only link against libffi when found - Improve gobject.property - Improve enum comparision and warnings - Many gobject.Source improvements - Apply some fixes to make pylint happier - Fix error message in pyg_io_add_watch - Improve h2def.py * debian/patches/60_use-python-config-for-includes.patch: - dropped, fixed in the new version * debian/patches/61_wakeupfd-fix.patch: - dropped, fixed in the new version -- Sebastien Bacher Tue, 15 Jul 2008 12:24:20 +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. -- Josselin Mouette Sat, 07 Jun 2008 15:05:11 +0200 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. -- Josselin Mouette Wed, 04 Jun 2008 00:08:02 +0200 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. -- Loic Minier Tue, 20 May 2008 11:26:02 +0200 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. -- Loic Minier Fri, 16 May 2008 14:14:06 +0200 pygobject (2.14.1-5) unstable; urgency=low * New patch, 61_wakeupfd-fix, from the fix to the initial SETWAKEUPFD support in GNOME #481569. -- Loic Minier Thu, 15 May 2008 14:56:58 +0200 pygobject (2.14.1-4) unstable; urgency=low * Depend and build-depend on libffi-dev >= 3.0.5 so that the older package without a .pc file is not used. -- Josselin Mouette Thu, 17 Apr 2008 20:24:59 +0200 pygobject (2.14.1-3) unstable; urgency=low * 01_pkgconfig-private.patch: new patch, move libffi to Requires.private to prevent pygobject rdeps from depending on it. * 02_ffi-use-pkgconfig.patch: new patch, use pkg-config to check for libffi. * 60_use-python-config-for-includes.patch: strip the autogenerated part. * 90_autofoo.patch: re-run aclocal/automake/autoconf on top of it. * Capitalize Python in the descriptions. * Use binary:Version. -- Josselin Mouette Tue, 25 Mar 2008 01:11:56 +0100 pygobject (2.14.1-2) unstable; urgency=low * New patch, 60_use-python-config-for-includes, use python-config to set PYTHON_INCLUDES; fixes support for -dbg package; GNOME #448173; closes: #468130. NB: the patch also ships m4/ from upstream SVN as this wasn't disted properly and also updated autoconf. -- Loic Minier Wed, 27 Feb 2008 16:09:00 +0100 pygobject (2.14.1-1) unstable; urgency=low * New upstream release; new features / bug fixes. -- Loic Minier Mon, 07 Jan 2008 10:59:32 +0100 pygobject (2.14.0-4) unstable; urgency=low * debian/rules: - don't stop the build when make check has an error to avoid having to add a depends on pygtk -- Sebastien Bacher Sat, 01 Dec 2007 23:20:19 +0100 pygobject (2.14.0-3) unstable; urgency=low * debian/control.in: - Build-Depends on python-all-dbg - Conflicts,Provides,Replaces python-gobject-doc - list python-gobject-dbg package * debian/rules: - build dbg variant - run make check -- Sebastien Bacher Fri, 30 Nov 2007 12:46:58 +0100 pygobject (2.14.0-2) unstable; urgency=low * python-gobject-dev depends on libglib2.0-dev and libffi-dev. -- Josselin Mouette Sun, 23 Sep 2007 22:43:19 +0200 pygobject (2.14.0-1) unstable; urgency=low * New upstream release. * Use source:Version. * Build-depend on libffi-dev. -- Josselin Mouette Sat, 22 Sep 2007 10:11:58 +0200 pygobject (2.12.3-2) unstable; urgency=low * Add a get-orig-source target to retrieve the upstream tarball. * Include the new check-dist Makefile to prevent accidental uploads to unstable; bump build-dep on gnome-pkg-tools to >= 0.10. * Cleanup rules. * Build-depend on autotools-dev. * Honor CFLAGS we set in rules, doh! * Set some sane default CFLAGS and honor noopt in DEB_BUILD_OPTIONS. * Upload to unstable; drop check-dist include. * Add watch file. * Fix URL in copyright. * Wrap build-deps and deps. * Set XS-Python-Version to >= 2.3 and build-conflict on python2.3-dev << 2.3.5; add XB-Python-Version; bump python-all-dev build-dep to >= 2.3.5. * Add a ${misc:Depends}. * Don't pass --host to configure when DEB_BUILD_GNU_TYPE equals DEB_HOST_GNU_TYPE. * build target is PHONY. * Cleanups. -- Loic Minier Sat, 14 Apr 2007 13:29:37 +0200 pygobject (2.12.3-1) experimental; urgency=low * New upstream release. * 01_doc_licensing.patch: removed, integrated upstream. -- Josselin Mouette Thu, 4 Jan 2007 20:41:25 +0100 pygobject (2.12.1-4) experimental; urgency=low * python-gobject-dev recommends docbook-xsl. * python-gobject-dev depends on python-dev. -- Josselin Mouette Tue, 2 Jan 2007 22:27:27 +0100 pygobject (2.12.1-3) experimental; urgency=low [ Josselin Mouette ] * Build-depend on docbook-xsl (closes: #397811). [ Loic Minier ] * Upload. -- Loic Minier Sun, 3 Dec 2006 13:50:38 +0100 pygobject (2.12.1-2) experimental; urgency=low * 01_doc_licensing.patch: stolen from upstream CVS. Upstream agreed to relicense the documentation to LGPL. * copyright: document that. -- Josselin Mouette Thu, 12 Oct 2006 20:35:45 +0200 pygobject (2.12.1-1) experimental; urgency=low * Initial release. * This package was split out from pygtk. -- Josselin Mouette Tue, 26 Sep 2006 21:30:26 +0200