pygobject-2 2.28.6-10 source package in Ubuntu

Changelog

pygobject-2 (2.28.6-10) unstable; urgency=low

  [ Josselin Mouette ]
  * Update repository URL.

  [ Martin Pitt ]
  * Add 00git_fix_qdata_warning.patch: Fix set_qdata warning on accessing NULL
    gobject property. Backported from upstream git.
  * Add 00git_gio_flag_type.patch: Fix definition of flag types. Backported
    from upstream git. (LP: #918607)
  * debian/copyright: Update to copyright format 1.0.
  * debian/control.in: Bump Standards-Version to 3.9.3.
 -- Martin Pitt <email address hidden>   Tue, 13 Mar 2012 18:52:21 +0100

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Precise
Original maintainer:
Josselin Mouette
Architectures:
any all
Section:
oldlibs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
pygobject-2_2.28.6.orig.tar.bz2 867.4 KiB e4bfe017fa845940184c82a4d8949db3414cb29dfc84815fb763697dc85bdcee
pygobject-2_2.28.6-10.debian.tar.gz 17.8 KiB 3778587194324563bba39fd8b61ffa6705cef703ddbeb40bcf3200c73c14ad78
pygobject-2_2.28.6-10.dsc 2.4 KiB 79eec2a92d08f4f36a38343771a4392f171d1c2e00b6c1a39ae1fcea636e786d

Available diffs

View changes file

Binary packages built by this source

python-gobject-2: deprecated static Python bindings for the GObject library

 GObject is an abstraction layer that allows programming with an object
 paradigm that is compatible with many languages. It is a part of Glib,
 the core library used to build GTK+ and GNOME.
 .
 This package contains the static Python bindings for gobject, glib, and gio.
 These are deprecated by dynamic gobject-introspection bindings (which are
 provided with the python-gobject package), and should not be used in newly
 written code. These static bindings just exist to provide backwards
 compatibility for GNOME 2 based software.

python-gobject-2-dbg: deprecated static Python bindings for the GObject library (debug extension)

 GObject is an abstraction layer that allows programming with an object
 paradigm that is compatible with many languages. It is a part of Glib,
 the core library used to build GTK+ and GNOME.
 .
 This package contains the static Python bindings for gobject, glib, and gio.
 These are deprecated by dynamic gobject-introspection bindings (which are
 provided with the python-gobject package), and should not be used in newly
 written code. These static bindings just exist to provide backwards
 compatibility for GNOME 2 based software.
 .
 This package contains the extensions built for the Python debug interpreter.

python-gobject-2-dev: development headers for the static GObject Python bindings

 GObject is an abstraction layer that allows programming with an object
 paradigm that is compatible with many languages. It is a part of Glib,
 the core library used to build GTK+ and GNOME.
 .
 This package contains the development headers needed to build
 static Python bindings relying on pygobject. Note that this is obsolete, new
 libraries and applications should use the dynamic gobject-introspection
 bindings (which are provided with the python-gobject package).