Merge lp:~cyphermox/devhelp/lp704096 into lp:~ubuntu-desktop/devhelp/ubuntu

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 5
Proposed branch: lp:~cyphermox/devhelp/lp704096
Merge into: lp:~ubuntu-desktop/devhelp/ubuntu
Diff against target: 57 lines (+33/-0)
4 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/changelog (+8/-0)
debian/patches/99git_gconf_books_disabled_default_2b31353.patch (+22/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~cyphermox/devhelp/lp704096
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+55207@code.launchpad.net

Description of the change

To fix gconf schema errors introduced by devhelp-common:

WARNING: Failed to parse default value `' for schema (/schemas/apps/devhelp/state/main/contents/books_disabled)

As per bug 704096.

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2011-03-28 18:50:16 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+merge = True
8
9=== modified file 'debian/changelog'
10--- debian/changelog 2011-01-13 16:47:15 +0000
11+++ debian/changelog 2011-03-28 18:50:16 +0000
12@@ -1,3 +1,11 @@
13+devhelp (2.32.0-0ubuntu3) UNRELEASED; urgency=low
14+
15+ * debian/patches/99git_gconf_books_disabled_default_2b31353.patch:
16+ Set a correct default value of empty for the gconf setting
17+ state/main/contents/books_disabled (backported from 2.91.4) (LP: #704096)
18+
19+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Mon, 28 Mar 2011 14:33:32 -0400
20+
21 devhelp (2.32.0-0ubuntu2) natty; urgency=low
22
23 * debian/control.in: Update build and binary dependencies for current
24
25=== added file 'debian/patches/99git_gconf_books_disabled_default_2b31353.patch'
26--- debian/patches/99git_gconf_books_disabled_default_2b31353.patch 1970-01-01 00:00:00 +0000
27+++ debian/patches/99git_gconf_books_disabled_default_2b31353.patch 2011-03-28 18:50:16 +0000
28@@ -0,0 +1,22 @@
29+From 2b3135317d953f8d1a14288726fd1bc66671699d Mon Sep 17 00:00:00 2001
30+From: Yanko Kaneti <yaneti@declera.com>
31+Date: Fri, 03 Dec 2010 02:25:40 +0000
32+Subject: Fix default value for list type key state/main/contents/books_disabled
33+
34+https://bugzilla.gnome.org/show_bug.cgi?id=636339
35+---
36+diff --git a/data/devhelp.schemas.in b/data/devhelp.schemas.in
37+index c30d76a..38bb62b 100644
38+--- a/data/devhelp.schemas.in
39++++ b/data/devhelp.schemas.in
40+@@ -132,7 +132,7 @@
41+ <owner>devhelp</owner>
42+ <type>list</type>
43+ <list_type>string</list_type>
44+- <default></default>
45++ <default>[]</default>
46+ <locale name="C">
47+ <short>Books disabled</short>
48+ <long>List of books disabled by the user.</long>
49+--
50+cgit v0.9
51
52=== modified file 'debian/patches/series'
53--- debian/patches/series 2010-11-29 06:13:36 +0000
54+++ debian/patches/series 2011-03-28 18:50:16 +0000
55@@ -1,1 +1,2 @@
56 00install-devhelp-el.patch
57+99git_gconf_books_disabled_default_2b31353.patch

Subscribers

People subscribed via source and target branches