r44260 - in /desktop/unstable/glib2.0: ./ debian/ debian/patches/

laney at users.alioth.debian.org laney at users.alioth.debian.org
Fri May 1 10:27:10 UTC 2015


Author: laney
Date: Fri May  1 10:27:09 2015
New Revision: 44260

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=44260
Log:
Merge experimental into unstable, update d/watch


Added:
    desktop/unstable/glib2.0/debian/libglib2.0-0-dbg.install.in
      - copied unchanged from r44233, desktop/experimental/glib2.0/debian/libglib2.0-0-dbg.install.in
Removed:
    desktop/unstable/glib2.0/debian/libglib2.0-dbg.install.in
    desktop/unstable/glib2.0/debian/patches/gdbus-Let-the-pending-read-finish-before-closing-the.patch
Modified:
    desktop/unstable/glib2.0/   (props changed)
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/clean
    desktop/unstable/glib2.0/debian/control
    desktop/unstable/glib2.0/debian/control.in
    desktop/unstable/glib2.0/debian/libglib2.0-0.symbols
    desktop/unstable/glib2.0/debian/libglib2.0-dev.install.in
    desktop/unstable/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch
    desktop/unstable/glib2.0/debian/patches/series
    desktop/unstable/glib2.0/debian/rules
    desktop/unstable/glib2.0/debian/watch

Propchange: desktop/unstable/glib2.0/
------------------------------------------------------------------------------
--- svn:mergeinfo	(original)
+++ svn:mergeinfo	Fri May  1 10:27:09 2015
@@ -1,2 +1,2 @@
-/desktop/experimental/glib2.0:34881-37631
+/desktop/experimental/glib2.0:34881-37631,43901-44233
 /desktop/unstable/glib2.0:24636,27515-27547,38796-39206,41794-42178

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=44260&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog	[utf-8] Fri May  1 10:27:09 2015
@@ -1,3 +1,141 @@
+glib2.0 (2.44.0-2) UNRELEASED; urgency=medium
+
+  * Upload to unstable.
+  * debian/watch: Consider stable versions only.
+
+ -- Iain Lane <laney at debian.org>  Fri, 01 May 2015 11:17:34 +0100
+
+glib2.0 (2.44.0-1) experimental; urgency=medium
+
+  * New upstream release 2.44.0
+    + gsocket: Document FD ownership with g_socket_new_from_fd()
+
+ -- Iain Lane <laney at debian.org>  Mon, 30 Mar 2015 16:35:53 +0100
+
+glib2.0 (2.43.92-1) experimental; urgency=medium
+
+  * New upstream release 2.43.92
+    + GUnixMountMonitor now properly supports multiple main contexts
+    + many documentation improvements and cleanups.
+    + new support for HTTP proxies in GIO
+    + new GTask:completed property
+    + use "private" futexes in order to further improve the performance of the
+      contended case of GMutex and g_bit_lock()
+  * debian/libglib2.0-0.symbols: Add new symbols for this release.
+
+ -- Iain Lane <laney at debian.org>  Wed, 18 Mar 2015 11:03:04 +0000
+
+glib2.0 (2.43.91-1) experimental; urgency=medium
+
+  * New upstream release 2.43.91
+    - We have now added 'g_autofree' as a libgsystem-style autocleanup macro
+      that calls g_free() on the content of a local variable when it leaves
+      scope (working only on GCC and clang).
+    - GApplication now has an "is-busy" property, allowing one to query the
+      effective busy state.
+  * debian/libglib2.0-0.symbols: Add new symbols for this release.
+
+ -- Iain Lane <laney at debian.org>  Tue, 03 Mar 2015 17:36:38 +0000
+
+glib2.0 (2.43.90-1) experimental; urgency=medium
+
+  * New upstream release 2.43.90
+    + new GSimpleIOStream class to construct a GIOStream from an arbitrary
+      GInputStream and GOutputStream
+    + GApplication: new API for marking 'busy' state according to the value of
+      a boolean property on another object
+    + GOptionGroup: add binding support (boxed type, annotation fixes, etc.)
+  * debian/patches/gdbus-Let-the-pending-read-finish-before-closing-the.patch:
+    Drop this cherry-pick from an upstream bug - should be fixed differently
+    in this release (bgo #743990).
+  * debian/libglib2.0-0.symbols: Add new symbols for this release.
+
+ -- Iain Lane <laney at debian.org>  Thu, 19 Feb 2015 11:37:11 +0000
+
+glib2.0 (2.43.4-1) experimental; urgency=medium
+
+  * New upstream release 2.43.4
+    + GType now has type declaration macros G_DECLARE_DERIVABLE_TYPE,
+      G_DECLARE_FINAL_TYPE and G_DECLARE_INTERFACE, which significantly reduce
+      the boilerplate needed for GObject types and interfaces.
+    + g_autoptr and g_auto are macros for declaring variables with automatic
+      cleanup. They only work with gcc and clang.
+    + GListModel is a new interface that represents a dynamic list of GObjects.
+    + GListStore is a GSequence-based implementation of GListModel.
+    + g_simple_action_set_state_hint: New function to set the state hint of
+      GSimpleActions
+    + g_settings_schema_list_children and g_settings_schema_key_get_name are
+      new functions to complete the GSettingsSchema API.
+  * debian/libglib2.0-0.symbols: Add new symbols for this release.
+
+ -- Iain Lane <laney at debian.org>  Mon, 16 Feb 2015 16:37:30 +0000
+
+glib2.0 (2.43.3-1) experimental; urgency=medium
+
+  [ Laurent Bigonville ]
+  * debian/control.in, debian/libglib2.0-dev.install.in,
+    debian/libglib2.0-0-dbg.install.in: Install the gdb python scripts in the
+    proper locations, move them to the -dbg package and add the needed
+    Breaks/Replaces (Closes: #774024)
+
+  [ Iain Lane ]
+  * New upstream release 2.43.3
+    + add g_set_object() convenience function
+    + GNetworkMonitor: check if NM is not running and don't crash
+    + fix some races with g_mkdir_with_parents
+    + avoid use of G_STRLOC in G_OBJECT_WARN_INVALID_PSPEC in order to save on
+      static strings
+    + fix some content type vs. mime issues
+  * 07_disable_tests_on_slow_archs.patch: Refresh
+
+ -- Iain Lane <laney at debian.org>  Tue, 20 Jan 2015 13:46:28 +0000
+
+glib2.0 (2.43.2-1) experimental; urgency=medium
+
+  [ Laurent Bigonville ]
+  * debian/control.in: Switch build-dependency from libelfg0-dev to libelf-dev
+    (Closes: #769408)
+
+  [ Iain Lane ]
+  * New upstream release 2.43.2
+    + New function: g_strv_contains
+    + New function: g_network_address_new_loopback
+    + New function: g_socket_send_messages
+    + A new GNetworkMonitor implementation using NetworkManager provides more
+      detailed connectivity information
+  * 0001-GSettings-fix-check-for-delaying-backend-subscriptio.patch,
+    0001-gmain-fix-poll-record-comparison.patch: gmain: fix the sorting of:
+    Drop, applied in this release.
+  * debian/libglib2.0-0.symbols: Add new symbols for this release.
+
+ -- Iain Lane <laney at debian.org>  Tue, 16 Dec 2014 17:29:02 +0000
+
+glib2.0 (2.43.1-2) experimental; urgency=medium
+
+  * 0001-GSettings-fix-check-for-delaying-backend-subscriptio.patch:
+    Cherry-pick patch from upstream. Check signal detail too when looking for
+    pending signal handlers, so that subscribing to changed signals with a
+    detail works again.
+  * 0001-gmain-fix-poll-record-comparison.patch: gmain: fix the sorting of
+    poll records. Resolves FTBFS on ppc64el.
+
+ -- Iain Lane <laney at debian.org>  Fri, 28 Nov 2014 18:08:16 +0000
+
+glib2.0 (2.43.1-1) experimental; urgency=medium
+
+  * New upstream release 2.43.1, changes since 2.42.1:
+    + GQueue now accepts NULL as a sibling in g_queue_insert_before() and
+      g_queue_insert_after()
+    + GObject gained a debug option to provide instance counts. To use it, set
+      GOBJECT_DEBUG=instance-count and call g_type_get_instance_count().
+    + GOption now has a strict POSIX mode in which it stops parsing arguments
+      as soon as a non-option argument is encountered.
+  * debian/control{,.in}: Bump Standards-Version to 3.9.6, no changes
+    required.
+  * debian/libglib2.0-0.symbols: Add new symbols for this release.
+
+ -- Iain Lane <laney at debian.org>  Tue, 25 Nov 2014 12:46:31 +0000
+
 glib2.0 (2.42.1-1) unstable; urgency=medium
 
   [ Iain Lane ]

Modified: desktop/unstable/glib2.0/debian/clean
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/clean?rev=44260&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/clean	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/clean	[utf-8] Fri May  1 10:27:09 2015
@@ -1,7 +1,7 @@
 debian/libgio-fam.install
 debian/libglib2.0-0.install
 debian/libglib2.0-0-refdbg.install
-debian/libglib2.0-dbg.install
+debian/libglib2.0-0-dbg.install
 debian/libglib2.0-dev.install
 debian/libglib2.0-udeb.install
 debian/libglib2.0-bin.links

Modified: desktop/unstable/glib2.0/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/control?rev=44260&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/control	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/control	[utf-8] Fri May  1 10:27:09 2015
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Emilio Pozuelo Monfort <pochu at debian.org>, Iain Lane <laney at debian.org>
 Build-Depends: debhelper (>= 9),
                cdbs (>= 0.4.93),
                dh-autoreconf,
@@ -11,7 +11,7 @@
                autotools-dev,
                gnome-pkg-tools (>= 0.11),
                dpkg-dev (>= 1.16.0),
-               libelfg0-dev (>= 0.8.12),
+               libelf-dev (>= 0.142),
                libpcre3-dev (>= 1:8.35),
                desktop-file-utils,
                gtk-doc-tools (>= 1.20),
@@ -28,7 +28,7 @@
                python-gi,
                libxml2-utils,
                libffi-dev (>= 3.0.0)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://www.gtk.org/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/glib2.0/
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/glib2.0/
@@ -134,7 +134,8 @@
 Depends: ${misc:Depends},
          libglib2.0-0 (= ${binary:Version})
 Conflicts: libglib2.0-dbg
-Replaces: libglib2.0-dbg
+Breaks: libglib2.0-dev (<< 2.43.2-2~)
+Replaces: libglib2.0-dbg, libglib2.0-dev (<< 2.43.2-2~)
 Description: 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

Modified: desktop/unstable/glib2.0/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/control.in?rev=44260&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/control.in	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/control.in	[utf-8] Fri May  1 10:27:09 2015
@@ -11,7 +11,7 @@
                autotools-dev,
                gnome-pkg-tools (>= 0.11),
                dpkg-dev (>= 1.16.0),
-               libelfg0-dev (>= 0.8.12),
+               libelf-dev (>= 0.142),
                libpcre3-dev (>= 1:8.35),
                desktop-file-utils,
                gtk-doc-tools (>= 1.20),
@@ -28,7 +28,7 @@
                python-gi,
                libxml2-utils,
                libffi-dev (>= 3.0.0)
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 Homepage: http://www.gtk.org/
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/glib2.0/
 Vcs-Svn: svn://anonscm.debian.org/pkg-gnome/desktop/unstable/glib2.0/
@@ -134,7 +134,8 @@
 Depends: ${misc:Depends},
          @SHARED_PKG@ (= ${binary:Version})
 Conflicts: libglib2.0-dbg
-Replaces: libglib2.0-dbg
+Breaks: libglib2.0-dev (<< 2.43.2-2~)
+Replaces: libglib2.0-dbg, libglib2.0-dev (<< 2.43.2-2~)
 Description: 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

Modified: desktop/unstable/glib2.0/debian/libglib2.0-0.symbols
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/libglib2.0-0.symbols?rev=44260&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/libglib2.0-0.symbols	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/libglib2.0-0.symbols	[utf-8] Fri May  1 10:27:09 2015
@@ -80,6 +80,7 @@
  g_application_add_main_option at Base 2.41.4
  g_application_add_main_option_entries at Base 2.39.90
  g_application_add_option_group at Base 2.39.90
+ g_application_bind_busy_property at Base 2.43.90
  g_application_command_line_create_file_for_arg at Base 2.35.8
  g_application_command_line_get_arguments at Base 2.28.0
  g_application_command_line_get_cwd at Base 2.28.0
@@ -101,6 +102,7 @@
  g_application_get_default at Base 2.31.8
  g_application_get_flags at Base 2.28.0
  g_application_get_inactivity_timeout at Base 2.28.0
+ g_application_get_is_busy at Base 2.43.91
  g_application_get_is_registered at Base 2.28.0
  g_application_get_is_remote at Base 2.28.0
  g_application_get_resource_base_path at Base 2.41.2
@@ -121,6 +123,7 @@
  g_application_set_flags at Base 2.28.0
  g_application_set_inactivity_timeout at Base 2.28.0
  g_application_set_resource_base_path at Base 2.41.2
+ g_application_unbind_busy_property at Base 2.43.91
  g_application_unmark_busy at Base 2.37.0
  g_application_withdraw_notification at Base 2.39.4
  g_ask_password_flags_get_type at Base 2.16.0
@@ -675,6 +678,7 @@
  g_file_enumerator_get_type at Base 2.16.0
  g_file_enumerator_has_pending at Base 2.16.0
  g_file_enumerator_is_closed at Base 2.16.0
+ g_file_enumerator_iterate at Base 2.43.91
  g_file_enumerator_next_file at Base 2.16.0
  g_file_enumerator_next_files_async at Base 2.16.0
  g_file_enumerator_next_files_finish at Base 2.16.0
@@ -942,6 +946,8 @@
  g_input_stream_is_closed at Base 2.16.0
  g_input_stream_read at Base 2.16.0
  g_input_stream_read_all at Base 2.16.0
+ g_input_stream_read_all_async at Base 2.43.1
+ g_input_stream_read_all_finish at Base 2.43.1
  g_input_stream_read_async at Base 2.16.0
  g_input_stream_read_bytes at Base 2.33.14
  g_input_stream_read_bytes_async at Base 2.33.14
@@ -993,6 +999,20 @@
  g_io_stream_splice_finish at Base 2.28.0
  g_io_stream_splice_flags_get_type at Base 2.28.0
  g_keyfile_settings_backend_new at Base 2.26.0
+ g_list_model_get_item at Base 2.43.4
+ g_list_model_get_item_type at Base 2.43.4
+ g_list_model_get_n_items at Base 2.43.4
+ g_list_model_get_object at Base 2.43.4
+ g_list_model_get_type at Base 2.43.4
+ g_list_model_items_changed at Base 2.43.4
+ g_list_store_append at Base 2.43.4
+ g_list_store_get_type at Base 2.43.4
+ g_list_store_insert at Base 2.43.4
+ g_list_store_insert_sorted at Base 2.43.4
+ g_list_store_new at Base 2.43.4
+ g_list_store_remove at Base 2.43.4
+ g_list_store_remove_all at Base 2.43.4
+ g_list_store_splice at Base 2.43.4
  g_loadable_icon_get_type at Base 2.16.0
  g_loadable_icon_load at Base 2.16.0
  g_loadable_icon_load_async at Base 2.16.0
@@ -1120,8 +1140,10 @@
  g_network_address_get_scheme at Base 2.26.0
  g_network_address_get_type at Base 2.22.0
  g_network_address_new at Base 2.22.0
+ g_network_address_new_loopback at Base 2.43.2
  g_network_address_parse at Base 2.22.0
  g_network_address_parse_uri at Base 2.26.0
+ g_network_connectivity_get_type at Base 2.43.2
  g_network_monitor_base_add_network at Base 2.31.8
  g_network_monitor_base_get_type at Base 2.31.8
  g_network_monitor_base_remove_network at Base 2.31.8
@@ -1129,6 +1151,7 @@
  g_network_monitor_can_reach at Base 2.31.8
  g_network_monitor_can_reach_async at Base 2.31.8
  g_network_monitor_can_reach_finish at Base 2.31.8
+ g_network_monitor_get_connectivity at Base 2.43.2
  g_network_monitor_get_default at Base 2.31.8
  g_network_monitor_get_network_available at Base 2.31.8
  g_network_monitor_get_type at Base 2.31.8
@@ -1175,6 +1198,8 @@
  g_output_stream_vprintf at Base 2.39.4
  g_output_stream_write at Base 2.16.0
  g_output_stream_write_all at Base 2.16.0
+ g_output_stream_write_all_async at Base 2.43.1
+ g_output_stream_write_all_finish at Base 2.43.1
  g_output_stream_write_async at Base 2.16.0
  g_output_stream_write_bytes at Base 2.33.14
  g_output_stream_write_bytes_async at Base 2.33.14
@@ -1332,6 +1357,7 @@
  g_settings_schema_has_key at Base 2.39.4
  g_settings_schema_key_get_default_value at Base 2.39.4
  g_settings_schema_key_get_description at Base 2.39.4
+ g_settings_schema_key_get_name at Base 2.43.4
  g_settings_schema_key_get_range at Base 2.39.4
  g_settings_schema_key_get_summary at Base 2.39.4
  g_settings_schema_key_get_type at Base 2.39.4
@@ -1339,6 +1365,7 @@
  g_settings_schema_key_range_check at Base 2.39.4
  g_settings_schema_key_ref at Base 2.39.4
  g_settings_schema_key_unref at Base 2.39.4
+ g_settings_schema_list_children at Base 2.43.4
  g_settings_schema_ref at Base 2.31.8
  g_settings_schema_source_get_default at Base 2.31.8
  g_settings_schema_source_get_type at Base 2.31.8
@@ -1371,6 +1398,7 @@
  g_simple_action_new_stateful at Base 2.28.0
  g_simple_action_set_enabled at Base 2.28.0
  g_simple_action_set_state at Base 2.30.0
+ g_simple_action_set_state_hint at Base 2.43.4
  g_simple_async_report_error_in_idle at Base 2.16.0
  g_simple_async_report_gerror_in_idle at Base 2.16.0
  g_simple_async_report_take_gerror_in_idle at Base 2.28.0
@@ -1397,6 +1425,8 @@
  g_simple_async_result_set_op_res_gpointer at Base 2.16.0
  g_simple_async_result_set_op_res_gssize at Base 2.16.0
  g_simple_async_result_take_error at Base 2.28.0
+ g_simple_io_stream_get_type at Base 2.43.90
+ g_simple_io_stream_new at Base 2.43.90
  g_simple_permission_get_type at Base 2.26.0
  g_simple_permission_new at Base 2.26.0
  g_simple_proxy_resolver_get_type at Base 2.35.8
@@ -1524,6 +1554,7 @@
  g_socket_receive_with_blocking at Base 2.26.0
  g_socket_send at Base 2.22.0
  g_socket_send_message at Base 2.22.0
+ g_socket_send_messages at Base 2.43.2
  g_socket_send_to at Base 2.22.0
  g_socket_send_with_blocking at Base 2.26.0
  g_socket_service_get_type at Base 2.22.0
@@ -1604,6 +1635,7 @@
  g_task_attach_source at Base 2.35.8
  g_task_get_cancellable at Base 2.35.8
  g_task_get_check_cancellable at Base 2.35.8
+ g_task_get_completed at Base 2.43.92
  g_task_get_context at Base 2.35.8
  g_task_get_priority at Base 2.35.8
  g_task_get_return_on_cancel at Base 2.35.8
@@ -1797,6 +1829,7 @@
  g_unix_mount_guess_symbolic_icon at Base 2.33.14
  g_unix_mount_is_readonly at Base 2.16.0
  g_unix_mount_is_system_internal at Base 2.16.0
+ g_unix_mount_monitor_get at Base 2.43.92
  g_unix_mount_monitor_get_type at Base 2.16.0
  g_unix_mount_monitor_new at Base 2.16.0
  g_unix_mount_monitor_set_rate_limit at Base 2.18.0
@@ -2641,6 +2674,7 @@
  g_option_context_get_help_enabled at Base 2.12.0
  g_option_context_get_ignore_unknown_options at Base 2.12.0
  g_option_context_get_main_group at Base 2.12.0
+ g_option_context_get_strict_posix at Base 2.43.1
  g_option_context_get_summary at Base 2.12.0
  g_option_context_new at Base 2.12.0
  g_option_context_parse at Base 2.12.0
@@ -2649,6 +2683,7 @@
  g_option_context_set_help_enabled at Base 2.12.0
  g_option_context_set_ignore_unknown_options at Base 2.12.0
  g_option_context_set_main_group at Base 2.12.0
+ g_option_context_set_strict_posix at Base 2.43.1
  g_option_context_set_summary at Base 2.12.0
  g_option_context_set_translate_func at Base 2.12.0
  g_option_context_set_translation_domain at Base 2.12.0
@@ -2656,10 +2691,12 @@
  g_option_group_add_entries at Base 2.12.0
  g_option_group_free at Base 2.12.0
  g_option_group_new at Base 2.12.0
+ g_option_group_ref at Base 2.43.90
  g_option_group_set_error_hook at Base 2.12.0
  g_option_group_set_parse_hooks at Base 2.12.0
  g_option_group_set_translate_func at Base 2.12.0
  g_option_group_set_translation_domain at Base 2.12.0
+ g_option_group_unref at Base 2.43.90
  g_parse_debug_string at Base 2.12.0
  g_path_get_basename at Base 2.12.0
  g_path_get_dirname at Base 2.12.0
@@ -3079,6 +3116,7 @@
  g_strstr_len at Base 2.12.0
  g_strtod at Base 2.12.0
  g_strup at Base 2.12.0
+ g_strv_contains at Base 2.43.2
  g_strv_length at Base 2.12.0
  g_test_add_data_func at Base 2.16.0
  g_test_add_data_func_full at Base 2.33.14
@@ -3664,6 +3702,7 @@
  g_object_watch_closure at Base 2.12.0
  g_object_weak_ref at Base 2.12.0
  g_object_weak_unref at Base 2.12.0
+ g_option_group_get_type at Base 2.43.90
  g_param_spec_boolean at Base 2.12.0
  g_param_spec_boxed at Base 2.12.0
  g_param_spec_char at Base 2.12.0
@@ -3801,6 +3840,7 @@
  g_type_from_name at Base 2.12.0
  g_type_fundamental at Base 2.12.0
  g_type_fundamental_next at Base 2.12.0
+ g_type_get_instance_count at Base 2.43.1
  g_type_get_plugin at Base 2.12.0
  g_type_get_qdata at Base 2.12.0
  g_type_get_type_registration_serial at Base 2.35.8

Modified: desktop/unstable/glib2.0/debian/libglib2.0-dev.install.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/libglib2.0-dev.install.in?rev=44260&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/libglib2.0-dev.install.in	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/libglib2.0-dev.install.in	[utf-8] Fri May  1 10:27:09 2015
@@ -7,9 +7,7 @@
 usr/lib/${DEB_HOST_MULTIARCH}/glib-2.0
 usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig
 usr/share/aclocal
-usr/share/gdb
 usr/share/glib-2.0/codegen/*.py
-usr/share/glib-2.0/gdb
 usr/share/glib-2.0/gettext
 usr/share/glib-2.0/schemas
 usr/share/man/man1/glib-genmarshal.1*

Modified: desktop/unstable/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch?rev=44260&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/patches/07_disable_tests_on_slow_archs.patch	[utf-8] Fri May  1 10:27:09 2015
@@ -2,21 +2,25 @@
 Author: Martin Pitt <martin.pitt at ubuntu.com>
 Forwarded: No
 
+Index: b/gio/tests/socket.c
+===================================================================
 --- a/gio/tests/socket.c
 +++ b/gio/tests/socket.c
-@@ -1086,7 +1086,9 @@
+@@ -1447,7 +1447,9 @@
    g_test_add_func ("/socket/ipv6_v4mapped", test_ipv6_v4mapped);
  #endif
    g_test_add_func ("/socket/close_graceful", test_close_graceful);
 +#if !defined(__arm__)
    g_test_add_func ("/socket/timed_wait", test_timed_wait);
 +#endif
+   g_test_add_func ("/socket/fd_roundtrip", test_fd_roundtrip);
    g_test_add_func ("/socket/address", test_sockaddr);
  #ifdef G_OS_UNIX
-   g_test_add_func ("/socket/unix-from-fd", test_unix_from_fd);
+Index: b/glib/tests/mainloop.c
+===================================================================
 --- a/glib/tests/mainloop.c
 +++ b/glib/tests/mainloop.c
-@@ -1572,11 +1572,15 @@
+@@ -1732,11 +1732,15 @@
  
    g_test_add_func ("/maincontext/basic", test_maincontext_basic);
    g_test_add_func ("/mainloop/basic", test_mainloop_basic);
@@ -32,6 +36,8 @@
    g_test_add_func ("/mainloop/swapping_child_sources", test_swapping_child_sources);
    g_test_add_func ("/mainloop/blocked_child_sources", test_blocked_child_sources);
    g_test_add_func ("/mainloop/source_time", test_source_time);
+Index: b/glib/tests/timeout.c
+===================================================================
 --- a/glib/tests/timeout.c
 +++ b/glib/tests/timeout.c
 @@ -104,7 +104,9 @@
@@ -44,6 +50,8 @@
  
    return g_test_run ();
  }
+Index: b/gio/tests/gdbus-threading.c
+===================================================================
 --- a/gio/tests/gdbus-threading.c
 +++ b/gio/tests/gdbus-threading.c
 @@ -406,7 +406,9 @@

Modified: desktop/unstable/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/patches/series?rev=44260&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/patches/series	[utf-8] Fri May  1 10:27:09 2015
@@ -11,7 +11,6 @@
 90_gio-modules-multiarch-compat.patch
 skip-brokwn-dbus-appinfo-test.patch
 Do-not-attempt-to-autolaunch-a-session-dbus-daemon-w.patch
-gdbus-Let-the-pending-read-finish-before-closing-the.patch
 gdbus-tests-wait-up-to-60s-for-gdbus-testserver-to-t.patch
 gdbus-connection-wait-up-to-10s-to-actually-send-a-m.patch
 81-skip-monitor-test-on-non-linux.patch

Modified: desktop/unstable/glib2.0/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/rules?rev=44260&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/rules	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/rules	[utf-8] Fri May  1 10:27:09 2015
@@ -123,7 +123,7 @@
 
 common-install-arch::
 	set -e; for file in libgio-fam.install libglib2.0-0.install \
-	            libglib2.0-0-refdbg.install libglib2.0-dbg.install \
+	            libglib2.0-0-refdbg.install libglib2.0-0-dbg.install \
 	            libglib2.0-dev.install libglib2.0-udeb.install \
 		    libglib2.0-bin.links libglib2.0-dev.links \
 	            libglib2.0-0.dirs libglib2.0-0.triggers; \

Modified: desktop/unstable/glib2.0/debian/watch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/watch?rev=44260&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/watch	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/watch	[utf-8] Fri May  1 10:27:09 2015
@@ -1,3 +1,3 @@
 version=3
-http://ftp.gnome.org/pub/GNOME/sources/glib/([\d\.]+)/ \
+http://ftp.gnome.org/pub/GNOME/sources/glib/([\d\.]+[02468])/ \
 	glib-(.*)\.tar\.xz




More information about the pkg-gnome-commits mailing list