r36512 - in /desktop/unstable/gjs/debian: changelog patches/05_log_typo.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Thu Jan 3 00:35:36 UTC 2013


Author: joss
Date: Thu Jan  3 00:35:35 2013
New Revision: 36512

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36512
Log:
05_log_typo.patch: upstream patch adapted. Fix a typo in a logging 
function. Closes: #697211.

Added:
    desktop/unstable/gjs/debian/patches/05_log_typo.patch
Modified:
    desktop/unstable/gjs/debian/changelog
    desktop/unstable/gjs/debian/patches/series

Modified: desktop/unstable/gjs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/changelog?rev=36512&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/changelog [utf-8] (original)
+++ desktop/unstable/gjs/debian/changelog [utf-8] Thu Jan  3 00:35:35 2013
@@ -1,9 +1,11 @@
-gjs (1.32.0-5) UNRELEASED; urgency=low
+gjs (1.32.0-5) unstable; urgency=low
 
   * 11_revert_abi_breakage.patch: new patch. Revert the ABI breakage 
     introduced by 03_gerror_details.patch.
-
- -- Josselin Mouette <joss at debian.org>  Thu, 20 Dec 2012 01:05:56 +0100
+  * 05_log_typo.patch: upstream patch adapted. Fix a typo in a logging 
+    function. Closes: #697211.
+
+ -- Josselin Mouette <joss at debian.org>  Thu, 03 Jan 2013 01:35:29 +0100
 
 gjs (1.32.0-4) unstable; urgency=low
 

Added: desktop/unstable/gjs/debian/patches/05_log_typo.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/patches/05_log_typo.patch?rev=36512&op=file
==============================================================================
--- desktop/unstable/gjs/debian/patches/05_log_typo.patch (added)
+++ desktop/unstable/gjs/debian/patches/05_log_typo.patch [utf-8] Thu Jan  3 00:35:35 2013
@@ -1,0 +1,13 @@
+Index: gjs-1.32.0/modules/overrides/Gio.js
+===================================================================
+--- gjs-1.32.0.orig/modules/overrides/Gio.js	2011-11-10 22:34:29.000000000 +0100
++++ gjs-1.32.0/modules/overrides/Gio.js	2013-01-02 22:26:54.799677045 +0100
+@@ -147,7 +147,7 @@ function _propertySetter(value, name, si
+ 		      this.call_finish(result);
+ 		  } catch(e) {
+ 		      log('Could not set property ' + name + ' on remote object ' +
+-			  this.g_object_path, '. Error is ' + e.message);
++			  this.g_object_path + ': ' + e.message);
+ 		  }
+ 	      }));
+ }

Modified: desktop/unstable/gjs/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gjs/debian/patches/series?rev=36512&op=diff
==============================================================================
--- desktop/unstable/gjs/debian/patches/series [utf-8] (original)
+++ desktop/unstable/gjs/debian/patches/series [utf-8] Thu Jan  3 00:35:35 2013
@@ -2,4 +2,5 @@
 02_gerror_class.patch
 03_gerror_details.patch
 04_gjs_dumpstack.patch
+05_log_typo.patch
 11_revert_abi_breakage.patch




More information about the pkg-gnome-commits mailing list