r43360 - in /desktop/unstable/glib2.0/debian: changelog patches/0001-properties-disable-default-deprecation-warnings.patch patches/series

laney at users.alioth.debian.org laney at users.alioth.debian.org
Thu Oct 2 12:06:51 UTC 2014


Author: laney
Date: Thu Oct  2 12:06:50 2014
New Revision: 43360

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=43360
Log:
0001-properties-disable-default-deprecation-warnings.patch: Backport from
upstream stable branch - silences warnings that are shown to users on
stderr, and which also cause some testsuite failures and consequent FTBFS.

Added:
    desktop/unstable/glib2.0/debian/patches/0001-properties-disable-default-deprecation-warnings.patch
Modified:
    desktop/unstable/glib2.0/debian/changelog
    desktop/unstable/glib2.0/debian/patches/series

Modified: desktop/unstable/glib2.0/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/changelog?rev=43360&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/changelog	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/changelog	[utf-8] Thu Oct  2 12:06:50 2014
@@ -1,6 +1,12 @@
 glib2.0 (2.42.0-2) UNRELEASED; urgency=medium
 
+  [ Andreas Henriksson ]
   * Update Vcs-* to use unstable instead of experimental branch
+
+  [ Iain Lane ]
+  * 0001-properties-disable-default-deprecation-warnings.patch: Backport from
+    upstream stable branch - silences warnings that are shown to users on
+    stderr, and which also cause some testsuite failures and consequent FTBFS.
 
  -- Andreas Henriksson <andreas at fatal.se>  Tue, 23 Sep 2014 20:33:29 +0200
 

Added: desktop/unstable/glib2.0/debian/patches/0001-properties-disable-default-deprecation-warnings.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/patches/0001-properties-disable-default-deprecation-warnings.patch?rev=43360&op=file
==============================================================================
--- desktop/unstable/glib2.0/debian/patches/0001-properties-disable-default-deprecation-warnings.patch	(added)
+++ desktop/unstable/glib2.0/debian/patches/0001-properties-disable-default-deprecation-warnings.patch	[utf-8] Thu Oct  2 12:06:50 2014
@@ -0,0 +1,29 @@
+From b12bd1c3dcfbb398d2462dcf584a1f6d5173ca9a Mon Sep 17 00:00:00 2001
+From: Ryan Lortie <desrt at desrt.ca>
+Date: Thu, 25 Sep 2014 17:18:22 -0400
+Subject: [PATCH] properties: disable default deprecation warnings
+
+Disable the deprecation warnings on GObject properties by default.  This
+change is only being made on the stable branch, and maybe only for this
+one stable series -- the warnings will remain enabled by default on the
+unstable releases.
+---
+ gobject/gobject.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gobject/gobject.c b/gobject/gobject.c
+index cd00244..b013c12 100644
+--- a/gobject/gobject.c
++++ b/gobject/gobject.c
+@@ -1311,7 +1311,7 @@ consider_issuing_property_deprecation_warning (const GParamSpec *pspec)
+       const gchar *value = g_getenv ("G_ENABLE_DIAGNOSTIC");
+ 
+       if (!value)
+-        value = "-";
++        value = "0";
+ 
+       g_once_init_leave (&enable_diagnostic, value);
+     }
+-- 
+2.1.0
+

Modified: desktop/unstable/glib2.0/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/glib2.0/debian/patches/series?rev=43360&op=diff
==============================================================================
--- desktop/unstable/glib2.0/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/glib2.0/debian/patches/series	[utf-8] Thu Oct  2 12:06:50 2014
@@ -20,3 +20,4 @@
 regex-if-PCRE-is-8.34-or-later-disable-auto-possessi.patch
 regex-test-do-not-assert-that-system-PCRE-allows-P-1.patch
 regex-test-do-not-assert-that-system-PCRE-still-has-.patch
+0001-properties-disable-default-deprecation-warnings.patch




More information about the pkg-gnome-commits mailing list