r22769 - in /desktop/unstable/epiphany-browser/debian: changelog patches/90_schemas-syntax-error.patch patches/series

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Wed Jan 13 09:37:12 UTC 2010


Author: slomo
Date: Wed Jan 13 09:37:11 2010
New Revision: 22769

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=22769
Log:
* debian/patches/90_schemas-syntax-error.patch:
  + Fix syntax error in gconf schema.

Added:
    desktop/unstable/epiphany-browser/debian/patches/90_schemas-syntax-error.patch
Modified:
    desktop/unstable/epiphany-browser/debian/changelog
    desktop/unstable/epiphany-browser/debian/patches/series

Modified: desktop/unstable/epiphany-browser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/changelog?rev=22769&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/changelog [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/changelog [utf-8] Wed Jan 13 09:37:11 2010
@@ -14,6 +14,8 @@
       - Regenerated for the new version.
     + debian/control.in:
       - Build depend on WebKit >= 1.1.18, GTK+ >= 2.18 and libsoup >= 2.29.5.
+  * debian/patches/90_schemas-syntax-error.patch:
+    + Fix syntax error in gconf schema.
 
  -- Sebastian Dröge <slomo at debian.org>  Wed, 13 Jan 2010 10:05:34 +0100
 

Added: desktop/unstable/epiphany-browser/debian/patches/90_schemas-syntax-error.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/90_schemas-syntax-error.patch?rev=22769&op=file
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/90_schemas-syntax-error.patch (added)
+++ desktop/unstable/epiphany-browser/debian/patches/90_schemas-syntax-error.patch [utf-8] Wed Jan 13 09:37:11 2010
@@ -1,0 +1,11 @@
+--- a/data/epiphany.schemas.in	2010-01-13 10:35:24.305728155 +0100
++++ b/data/epiphany.schemas.in	2010-01-13 10:36:06.317521912 +0100
+@@ -16,7 +16,7 @@
+         <applyto>/apps/epiphany/general/url_search</applyto>
+         <owner>epiphany</owner>
+         <type>string</type>
+-        <default>http://www.google.com/search?q=%s&ie=UTF-8&oe=UTF-8</default>
++        <default>http://www.google.com/search?q=%s&amp;ie=UTF-8&amp;oe=UTF-8</default>
+         <locale name="C">
+         <short>URL Search</short>
+         <long>Search string for keywords entered in the URL bar.</long>

Modified: desktop/unstable/epiphany-browser/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/epiphany-browser/debian/patches/series?rev=22769&op=diff
==============================================================================
--- desktop/unstable/epiphany-browser/debian/patches/series [utf-8] (original)
+++ desktop/unstable/epiphany-browser/debian/patches/series [utf-8] Wed Jan 13 09:37:11 2010
@@ -6,5 +6,6 @@
 07_bookmarks.patch
 10_smart_bookmarks.patch
 12_safetypes.patch
+90_schemas-syntax-error.patch
 99_autoreconf.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list