Merge lp:~unity-team/unity/split-schema-pkg into lp:unity

Proposed by Michal Hruby
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: no longer in the source branch.
Merged at revision: 3857
Proposed branch: lp:~unity-team/unity/split-schema-pkg
Merge into: lp:unity
Diff against target: 94 lines (+30/-2)
6 files modified
CMakeLists.txt (+1/-1)
com.canonical.Unity.gschema.xml (+5/-0)
debian/changelog (+6/-0)
debian/control (+17/-0)
debian/libunity-core-6.0-9.install (+0/-1)
debian/unity-schemas.install (+1/-0)
To merge this branch: bzr merge lp:~unity-team/unity/split-schema-pkg
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Marco Trevisan (Treviño) Approve
Review via email: mp+228845@code.launchpad.net

Commit message

Split gsettings schemas into a separate binary package. Added a key for unity8.

Description of the change

Split gsettings schemas into a separate binary package.

Requires g++ 4.9 fix to land.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

+1

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2014-06-18 13:07:37 +0000
+++ CMakeLists.txt 2014-07-30 13:37:30 +0000
@@ -10,7 +10,7 @@
10set (PROJECT_NAME "unity")10set (PROJECT_NAME "unity")
11set (UNITY_MAJOR 7)11set (UNITY_MAJOR 7)
12set (UNITY_MINOR 3)12set (UNITY_MINOR 3)
13set (UNITY_MICRO 0)13set (UNITY_MICRO 1)
14set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")14set (UNITY_VERSION "${UNITY_MAJOR}.${UNITY_MINOR}.${UNITY_MICRO}")
15set (UNITY_API_VERSION "6.0")15set (UNITY_API_VERSION "6.0")
16set (UNITY_COMPONENTS_VERSION "6")16set (UNITY_COMPONENTS_VERSION "6")
1717
=== modified file 'com.canonical.Unity.gschema.xml'
--- com.canonical.Unity.gschema.xml 2014-04-02 14:07:32 +0000
+++ com.canonical.Unity.gschema.xml 2014-07-30 13:37:30 +0000
@@ -122,6 +122,11 @@
122 <summary>List of scope ids specifying which scopes should be created and the order to display them in.</summary>122 <summary>List of scope ids specifying which scopes should be created and the order to display them in.</summary>
123 <description>The scopes listed in the scope bar will be ordered according to this list.</description>123 <description>The scopes listed in the scope bar will be ordered according to this list.</description>
124 </key>124 </key>
125 <key type="as" name="favorite-scopes">
126 <default>[ 'scope://clickscope', 'scope://musicaggregator', 'scope://videoaggregator' ]</default>
127 <summary>List of scope queries specifying what should be displayed in the dash.</summary>
128 <description>List of favorite scopes displayed in the dash.</description>
129 </key>
125 </schema>130 </schema>
126 <schema path="/com/canonical/unity/decorations/" id="com.canonical.Unity.Decorations" gettext-domain="unity">131 <schema path="/com/canonical/unity/decorations/" id="com.canonical.Unity.Decorations" gettext-domain="unity">
127 <key type="u" name="grab-wait">132 <key type="u" name="grab-wait">
128133
=== modified file 'debian/changelog'
--- debian/changelog 2014-07-11 19:59:35 +0000
+++ debian/changelog 2014-07-30 13:37:30 +0000
@@ -1,3 +1,9 @@
1unity (7.3.1-0ubuntu1) UNRELEASED; urgency=medium
2
3 * Split out dconf schemas into separate package
4
5 -- Michal Hruby <michal.hruby@canonical.com> Wed, 30 Jul 2014 12:17:06 +0100
6
1unity (7.3.0+14.10.20140711-0ubuntu1) utopic; urgency=low7unity (7.3.0+14.10.20140711-0ubuntu1) utopic; urgency=low
28
3 [ Eleni Maria Stea ]9 [ Eleni Maria Stea ]
410
=== modified file 'debian/control'
--- debian/control 2014-05-07 19:55:43 +0000
+++ debian/control 2014-07-30 13:37:30 +0000
@@ -121,12 +121,29 @@
121 .121 .
122 This package contains the D-Bus service used for unity.122 This package contains the D-Bus service used for unity.
123123
124Package: unity-schemas
125Architecture: all
126Multi-Arch: foreign
127Depends: ${misc:Depends},
128Replaces: libunity-core-6.0-9 (<< 7.3.0),
129Breaks: libunity-core-6.0-9 (<< 7.3.0),
130Description: Interface designed for efficiency of space and interaction.
131 Unity is a desktop experience that sings. Designed by Canonical and the Ayatana
132 community, Unity is all about the combination of familiarity and the future. We
133 bring together visual design, analysis of user experience testing, modern
134 graphics technologies and a deep understanding of the free software landscape
135 to produce what we hope will be the lightest, most elegant and most delightful
136 way to use your PC.
137 .
138 This package contains the configuration schemas used by unity.
139
124Package: libunity-core-6.0-9140Package: libunity-core-6.0-9
125Section: libs141Section: libs
126Architecture: any142Architecture: any
127Depends: ${shlibs:Depends},143Depends: ${shlibs:Depends},
128 ${misc:Depends},144 ${misc:Depends},
129 unity-services (= ${binary:Version}),145 unity-services (= ${binary:Version}),
146 unity-schemas (= ${binary:Version}),
130Conflicts: unity-common, libunity-core-6.0-6, libunity-core-6.0-7, libunity-core-6.0-8147Conflicts: unity-common, libunity-core-6.0-6, libunity-core-6.0-7, libunity-core-6.0-8
131Replaces: unity-common, libunity-core-6.0-6, libunity-core-6.0-7, libunity-core-6.0-8148Replaces: unity-common, libunity-core-6.0-6, libunity-core-6.0-7, libunity-core-6.0-8
132Provides: unity-common, unity-common-7.0149Provides: unity-common, unity-common-7.0
133150
=== modified file 'debian/libunity-core-6.0-9.install'
--- debian/libunity-core-6.0-9.install 2014-02-20 10:19:09 +0000
+++ debian/libunity-core-6.0-9.install 2014-07-30 13:37:30 +0000
@@ -1,7 +1,6 @@
1usr/lib/libunity-core*.so.*1usr/lib/libunity-core*.so.*
2usr/lib/unity/*.py2usr/lib/unity/*.py
3usr/share/ccsm3usr/share/ccsm
4usr/share/glib-2.0
5usr/share/gnome-control-center/4usr/share/gnome-control-center/
6usr/share/unity5usr/share/unity
7debian/unity-crashdb.conf etc/apport/crashdb.conf.d/6debian/unity-crashdb.conf etc/apport/crashdb.conf.d/
87
=== added file 'debian/unity-schemas.install'
--- debian/unity-schemas.install 1970-01-01 00:00:00 +0000
+++ debian/unity-schemas.install 2014-07-30 13:37:30 +0000
@@ -0,0 +1,1 @@
1usr/share/glib-2.0