pygobject-2 2.28.6-9 source package in Ubuntu

Changelog

pygobject-2 (2.28.6-9) unstable; urgency=high

  * Urgency high as this blocks the testing migration of g-i, pygobject, and
    others, and this is a trivial change.
  * debian/control.in: Add "Provides: python2.x-gobject" to python-gobject-2
    to also satisfy dependencies for packages which use the obsolete explicit
    dependencies, such as python-insanity. (Closes: #651824)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  16 Dec 2011 16:27:31 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Josselin Mouette
Architectures:
any all
Section:
oldlibs
Urgency:
Very Urgent

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-9.debian.tar.gz 17.0 KiB ed0c5e047f1386104c21f8dcd90a951992d08807998891ee5990e0154a0bb8ae
pygobject-2_2.28.6-9.dsc 2.4 KiB 96bea715c673f0f533d5aa6abb075a3586665ef5449602f58d651d01eacaf090

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).