glib2.0 2.30.1-2ubuntu1 source package in Ubuntu

Changelog

glib2.0 (2.30.1-2ubuntu1) precise; urgency=low

  * Merge with Debian experimental. Remaining Ubuntu changes:
    - debian/control.in: Add Conflicts to obsolete libzeitgeist-gio,
      wncksyncdaemon, and old bamfdaemon, to clean them up on upgrades and
      avoid crashes due to incompatibilities. This can be dropped after the
      12.04 LTS release.

glib2.0 (2.30.1-2) experimental; urgency=low

  [ Martin Pitt ]
  * debian/patches/01_gettext-desktopfiles.patch:
    - Translate X-GNOME-FullName and X-GNOME-Keywords, too.

  [ Sjoerd Simons ]
  * debian/patches/80_gtk_doc_out_of_tree.patch:
    - Added. Fix documentation generation when build out of tree

  [ Michael Biebl ]
  * Transition to multiarch, thanks Steve. Closes: #634099
    The following modifications were made to the original patch:
    - Drop the libtool .la files, since we break existing references anyway.
    - Don't mark libglib2.0-0-dbg as Multi-Arch: same and install into
      /usr/lib/debug, not /usr/lib/<triplet>/debug.
    - Guard the for loops in debian/rules with "set -e".
  * debian/libglib2.0-dev.install.in:
    - Install gdb auto-load files.

glib2.0 (2.30.1-1) experimental; urgency=low

  [ Michael Biebl ]
  * New upstream release.
    - Avoid assertion in GDBus if we fail to authenticate twice.
      Closes: #634312
  * Bump debhelper compatibility level to 8.
    - Bump Build-Depends on debhelper.
    - Don't pass --dbg-package= without an argument to dh_strip as commands
      will fail rather than warn when they are passed unknown options.
  * Don't use brace expansion in debian/libglib2.0-0.install and
    debian/libglib2.0-dev.install.
  * debian/control.in
    - Use architecture wildcard for kfreebsd and hurd.
    - Bump Standards-Version to 3.9.2. No further changes.
    - Set <email address hidden> as Maintainer.
    - Add Build-Depends on libffi-dev (>= 3.0.0).
  * debian/libglib2.0-dev.install
    - Install gdbus-codegen binary and manpage.
    - Install gtester and gtester-report manpage.
  * debian/libglib2.0-bin.install
    - Install bash completion files for gdbus and gsettings.
  * debian/libglib2.0-0.symbols
    - Update symbols file. The GAction API had an incompatible change. As a
      result g_action_set_state has been renamed to g_action_change_state.
      See upstream commit 5ff65d869543587d10d78c123698e47effc5fb8c for further
      details and on the impact of this change.
  * debian/watch:
    - Track .xz tarballs.
  * Update patches
    - Remove 03_blacklist-directories.patch, merged upstream.
    - Remove 10_gdesktopappinfo_set_last_used.patch, fixed upstream.
    - Remove 60_wait-longer-for-threads-to-die.patch, fixed upstream using a
      counter.
    - Refresh remaining patches.

  [ Josselin Mouette ]
  * Break gtk3 < 3.0.12 because it uses an internal symbol that ceases
    to work with glib 2.30.

  [ Sjoerd Simons ]
  * debian/rules: Explicitely build gtk-doc
  * debian/patches/70-fix-race-in-gdbus-connection-test.patch:
    - Added, fix race condition in the GDBusConnection life-cycle test
 -- Martin Pitt <email address hidden>   Mon, 24 Oct 2011 11:12:31 +0200

Upload details

Uploaded by:
Martin Pitt
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
libs
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
glib2.0_2.30.1.orig.tar.xz 5.5 MiB 82fde222ea33a0faac88e9b50f5b1f7fcfc235c861a9371e8fe47ec12c1e27f9
glib2.0_2.30.1-2ubuntu1.debian.tar.gz 49.2 KiB 4da4e11f9adf52000fb77054ad05bf1e7de98e16d2cd292414cdf45c08293a27
glib2.0_2.30.1-2ubuntu1.dsc 2.7 KiB ba2f53bcaad0b26f7de754d73c3483122faa7bba17983e048815b4a812e6ba7f

Available diffs

View changes file

Binary packages built by this source

libglib2.0-0: GLib library of C routines

 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings. It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package contains the shared libraries.

libglib2.0-0-dbg: Debugging symbols for the GLib libraries

 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings. It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package contains detached debugging symbols.
 .
 Most people will not need this package.

libglib2.0-0-refdbg: GLib library of C routines - refdbg library

 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings. It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package contains the shared library built with
 --disable-Bsymbolic so that it can be used with refdbg, a GObject
 refcount debugger.

libglib2.0-bin: Programs for the GLib library

 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings. It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package contains the program files which is used for the libraries
 and others.

libglib2.0-data: Common files for GLib library

 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings. It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package is needed for the runtime libraries to display messages in
 languages other than English.

libglib2.0-dev: Development files for the GLib library

 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings. It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package is needed to compile programs against libglib2.0-0,
 as only it includes the header files and static libraries (optionally)
 needed for compiling.

libglib2.0-doc: Documentation files for the GLib library

 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings. It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package contains the HTML documentation for the GLib library
 in /usr/share/doc/libglib2.0-doc/ .

libglib2.0-udeb: GLib library of C routines - minimal runtime

 This is a udeb, or a microdeb, for the debian-installer.
 .
 GLib is a library containing many useful C routines for things such
 as trees, hashes, lists, and strings. It is a useful general-purpose
 C library used by projects such as GTK+, GIMP, and GNOME.
 .
 This package contains the minimal runtime library needed by the Debian
 installer.