[ubuntu/raring-proposed] glib2.0 2.35.9-2ubuntu1 (Accepted)

Iain Lane iain.lane at canonical.com
Fri Mar 22 15:40:18 UTC 2013


glib2.0 (2.35.9-2ubuntu1) raring; urgency=low

  * Resynchronise with Debian experimental, remaining change:
    - Make python BD :all to facilitate cross building

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

  * d/p/11_kfreebsd_pthread_condattr_setclock_prototype.patch:
    + Another patch to fix the build on kfreebsd. Add a prototype
      for pthread_condattr_setclock() when building on kfreebsd
      since the prototype there is missing. The glibc bug to add
      the missing prototype is #703545, we can remove this hack
      when that is fixed.
  * debian/patches/13_sparc_prlimit_prototype.patch:
    + New patch, only use prlimit if the prototype is available.
      Should fix the build on sparc where prlimit is available but
      the prototype is missing. Thanks to Julien Cristau for the
      patch. This works-around #703559 and can be removed when that
      bug is fixed.
  * debian/patches/15_gio_desktop_app_info_test_bin_true_path.patch:
    + Change path for 'true' to /bin/true as that's where it is in
      Debian. This fixes a testcase that was failing on every arch
      and was causing the build to fail on ia64 and powerpc as test
      failures are fatal on those arches.
  * debian/rules:
    + Use filter instead of findstring to match the current arch
      against the list of architectures where the test suite should
      not be fatal, as the latter matches substrings and so it was
      making the testsuite non-fatal on amd64 and i386 because they
      match kfreebsd-amd64 and kfreebsd-i386.

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

  * debian/control.in:
    + Break python-gi (<< 3.7.2). Closes: #702603.
  * New upstream release.
    + debian/patches/04_homedir_env.patch:
      - Updated to apply again.
  * debian/rules:
    + Set HOME instead G_HOME, as GLib now honors the former. We will
      eventually remove our local patch to support G_HOME, so packages
      that need to override the home directory for the test suite should
      switch to overriding HOME.
  * debian/libglib2.0-0.symbols:
    + Bump minimum version for g_get_home_dir() so that users that need
      HOME to be honored get a proper runtime dependency.
  * debian/patches/10_kfreebsd_issetugid_prototype.patch:
    + Untested patch to fix the build on kfreebsd.

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

  [ Matthias Klose ]
  * Configure cross builds with --disable-modular-tests --disable-gtk-doc.

  [ Iain Lane ]
  * Merges from unstable branch (Michael Biebl)
    - Take into account multiarch when removing the cache files in postrm:
      Remove /usr/lib/gio/modules/giomodule.cache only for the native
      architecture for which this cache file was created.
      After removing /usr/share/glib-2.0/schemas/gschemas.compiled on purge,
      run dpkg-trigger explicitly, so in case libglib2.0-0 is installed for
      other architectures, the cache file is re-created. (Closes: #696389)
    - Drop the various Breaks from libglib2.0-0. Those are causing APT to
      fail on a dist-upgrade from squeeze to wheezy. (Closes: #676485)
  * Refresh patches and slightly rework debian/patches/04_homedir_env.patch:
    g_get_home_dir() now respects the HOME environment variable but we'll keep
    G_HOME for now as packages in Debian rely on it.
  * gdbus-codegen .py files have moved to /usr/share/glib-2.0
  * Update symbols file

  [ Martin Pitt ]
  * New upstream release 2.35.4
  * debian/libglib2.0-0.symbols: Update for new upstream release.
  * Drop 08_disable_gapplication_basic_test.patch, test is now more robust.
  * Drop 92_revert_appinfo_command_line.patch and add xterm build dependency;
    xterm is rather lightweight in terms of dependencies and is sufficient to
    run all the "Terminal=true" tests.
  * Add 08_fix_closure_invalidation.patch: gsignal: fix closure invalidation
    code. (GNOME #690118)

  [ Emilio Pozuelo Monfort ]
  * New upstream release 2.35.8.
    + debian/patches/08_fix_closure_invalidation.patch:
      - Removed, applied upstream.
    + debian/patches/*:
      - Refreshed.
    + debian/libglib2.0-0.symbols:
      - Updated for the new symbols.

Date: Fri, 22 Mar 2013 15:34:02 +0000
Changed-By: Iain Lane <iain.lane at canonical.com>
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
https://launchpad.net/ubuntu/raring/+source/glib2.0/2.35.9-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 22 Mar 2013 15:34:02 +0000
Source: glib2.0
Binary: libglib2.0-0 libglib2.0-udeb libglib2.0-bin libglib2.0-dev libglib2.0-0-dbg libglib2.0-data libglib2.0-doc libgio-fam libglib2.0-0-refdbg
Architecture: source
Version: 2.35.9-2ubuntu1
Distribution: raring
Urgency: low
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
Changed-By: Iain Lane <iain.lane at canonical.com>
Description: 
 libgio-fam - GLib Input, Output and Streaming Library (fam module)
 libglib2.0-0 - GLib library of C routines
 libglib2.0-0-dbg - Debugging symbols for the GLib libraries
 libglib2.0-0-refdbg - GLib library of C routines - refdbg library
 libglib2.0-bin - Programs for the GLib library
 libglib2.0-data - Common files for GLib library
 libglib2.0-dev - Development files for the GLib library
 libglib2.0-doc - Documentation files for the GLib library
 libglib2.0-udeb - GLib library of C routines - minimal runtime (udeb)
Closes: 676485 696389 702603
Changes: 
 glib2.0 (2.35.9-2ubuntu1) raring; urgency=low
 .
   * Resynchronise with Debian experimental, remaining change:
     - Make python BD :all to facilitate cross building
 .
 glib2.0 (2.35.9-2) experimental; urgency=low
 .
   * d/p/11_kfreebsd_pthread_condattr_setclock_prototype.patch:
     + Another patch to fix the build on kfreebsd. Add a prototype
       for pthread_condattr_setclock() when building on kfreebsd
       since the prototype there is missing. The glibc bug to add
       the missing prototype is #703545, we can remove this hack
       when that is fixed.
   * debian/patches/13_sparc_prlimit_prototype.patch:
     + New patch, only use prlimit if the prototype is available.
       Should fix the build on sparc where prlimit is available but
       the prototype is missing. Thanks to Julien Cristau for the
       patch. This works-around #703559 and can be removed when that
       bug is fixed.
   * debian/patches/15_gio_desktop_app_info_test_bin_true_path.patch:
     + Change path for 'true' to /bin/true as that's where it is in
       Debian. This fixes a testcase that was failing on every arch
       and was causing the build to fail on ia64 and powerpc as test
       failures are fatal on those arches.
   * debian/rules:
     + Use filter instead of findstring to match the current arch
       against the list of architectures where the test suite should
       not be fatal, as the latter matches substrings and so it was
       making the testsuite non-fatal on amd64 and i386 because they
       match kfreebsd-amd64 and kfreebsd-i386.
 .
 glib2.0 (2.35.9-1) experimental; urgency=low
 .
   * debian/control.in:
     + Break python-gi (<< 3.7.2). Closes: #702603.
   * New upstream release.
     + debian/patches/04_homedir_env.patch:
       - Updated to apply again.
   * debian/rules:
     + Set HOME instead G_HOME, as GLib now honors the former. We will
       eventually remove our local patch to support G_HOME, so packages
       that need to override the home directory for the test suite should
       switch to overriding HOME.
   * debian/libglib2.0-0.symbols:
     + Bump minimum version for g_get_home_dir() so that users that need
       HOME to be honored get a proper runtime dependency.
   * debian/patches/10_kfreebsd_issetugid_prototype.patch:
     + Untested patch to fix the build on kfreebsd.
 .
 glib2.0 (2.35.8-1) experimental; urgency=low
 .
   [ Matthias Klose ]
   * Configure cross builds with --disable-modular-tests --disable-gtk-doc.
 .
   [ Iain Lane ]
   * Merges from unstable branch (Michael Biebl)
     - Take into account multiarch when removing the cache files in postrm:
       Remove /usr/lib/gio/modules/giomodule.cache only for the native
       architecture for which this cache file was created.
       After removing /usr/share/glib-2.0/schemas/gschemas.compiled on purge,
       run dpkg-trigger explicitly, so in case libglib2.0-0 is installed for
       other architectures, the cache file is re-created. (Closes: #696389)
     - Drop the various Breaks from libglib2.0-0. Those are causing APT to
       fail on a dist-upgrade from squeeze to wheezy. (Closes: #676485)
   * Refresh patches and slightly rework debian/patches/04_homedir_env.patch:
     g_get_home_dir() now respects the HOME environment variable but we'll keep
     G_HOME for now as packages in Debian rely on it.
   * gdbus-codegen .py files have moved to /usr/share/glib-2.0
   * Update symbols file
 .
   [ Martin Pitt ]
   * New upstream release 2.35.4
   * debian/libglib2.0-0.symbols: Update for new upstream release.
   * Drop 08_disable_gapplication_basic_test.patch, test is now more robust.
   * Drop 92_revert_appinfo_command_line.patch and add xterm build dependency;
     xterm is rather lightweight in terms of dependencies and is sufficient to
     run all the "Terminal=true" tests.
   * Add 08_fix_closure_invalidation.patch: gsignal: fix closure invalidation
     code. (GNOME #690118)
 .
   [ Emilio Pozuelo Monfort ]
   * New upstream release 2.35.8.
     + debian/patches/08_fix_closure_invalidation.patch:
       - Removed, applied upstream.
     + debian/patches/*:
       - Refreshed.
     + debian/libglib2.0-0.symbols:
       - Updated for the new symbols.
Checksums-Sha1: 
 7b1e4db83b6293999e8c0526b4f46993a754ccd4 2965 glib2.0_2.35.9-2ubuntu1.dsc
 12ece4659f415a33b1207dcdc7e1db407bfe0ffb 6499972 glib2.0_2.35.9.orig.tar.xz
 43972261c5eca325e1cfb042f9d5fd8689acab39 65781 glib2.0_2.35.9-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 1261db8f2130c540f47868b024426f8ccb3d8c856a4c6d6b153bea47aa653ec5 2965 glib2.0_2.35.9-2ubuntu1.dsc
 75ce10a4c47c830234ce6af8e52dc4ebaf603a9c04b4114eb22dd00335f3943e 6499972 glib2.0_2.35.9.orig.tar.xz
 9bd5140dd59b9b5df95c01b1f959807d0877bc4923b6346cea28545643c7cdb3 65781 glib2.0_2.35.9-2ubuntu1.debian.tar.gz
Files: 
 4bb516230a6812a4dd79cd8d264fd6c8 2965 libs optional glib2.0_2.35.9-2ubuntu1.dsc
 0afa8ddc839a86474c04fd0870182ba3 6499972 libs optional glib2.0_2.35.9.orig.tar.xz
 3e565faed6ebb12443b780cd806d9a48 65781 libs optional glib2.0_2.35.9-2ubuntu1.debian.tar.gz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCgAGBQJRTHoiAAoJEONS1cUcUEHUY4MQALpbRY98XJz+bscAElaCJmCv
YLfzRGphCByZrpLMsLQh4lz84i2sr1fyD4R1UEz/gRb9ubarcm4pqenjapWSripP
oBCikZYnfnP118ThBThXmPrvznIg+BnXApsyNzp8LqOqzQTjLk8vSMOn0la9KgEV
Cmp/ciBhb7QnhLnS5D9uiX0gJygIU+6cIGqGTWFq3rrOgOPrYj3tb/1KdNSg2HwO
+s9JDfIi5pz+ef05DRKQTkxjDN75EliUUufOOF3MQDwonqphH9/s80Gcn5oQFV0u
woaTzw6JUUjbr/rFxjDH7Zy2KuzZ+d6FwG8o9oJSqK+gtZZcvVdgfZcYGhlNoPxA
TBtwVWNAk0+bAAGv97qsjY+mMVrc325sgwkA6JHKD07KTMXdkkdsc4xViXHaKlTs
c+0/Arh2uIBLso6eyWKiHxdh4pda/cF61I9xEe9QqAevsLxmswjMsArZwvOFxl63
bMg4mvwcqK6MmxSUucIFyZ6Aw/1yyUNFrLt/LNTyE3FYs6NE0sTesRITK8o12jlv
u+7vRUQfuNkcNoTgI/DsatOcHEsE/eZkb8uVsKkKCv+oOI5XoQJO+ixCRhPIJ4cy
HOOuG6J0ImSSs0YPmAIltw1YbwrHRAQOXfIEnAikKGaIE2o7UFvx9jjk+74qHYUh
2IAfabU2j97GDa+Bkvw9
=ZrIR
-----END PGP SIGNATURE-----


More information about the Raring-changes mailing list