Merge lp:~sil2100/gsettings-ubuntu-touch-schemas/sync_trunk into lp:gsettings-ubuntu-touch-schemas

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 15
Merged at revision: 15
Proposed branch: lp:~sil2100/gsettings-ubuntu-touch-schemas/sync_trunk
Merge into: lp:gsettings-ubuntu-touch-schemas
Diff against target: 47 lines (+11/-3)
3 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
schemas/com.ubuntu.touch.sound.gschema.xml.in.in (+2/-2)
To merge this branch: bzr merge lp:~sil2100/gsettings-ubuntu-touch-schemas/sync_trunk
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+192199@code.launchpad.net

Commit message

Sync trunk with distro

Description of the change

Sync trunk with distro

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Approve.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-07-30 00:02:37 +0000
+++ debian/changelog 2013-10-22 17:12:55 +0000
@@ -1,3 +1,10 @@
1gsettings-ubuntu-touch-schemas (0.0.1+13.10.20130730-0ubuntu2) saucy; urgency=low
2
3 * Change the default sounds for calls and messages, depends on
4 ubuntu-touch-sounds so we are sure users get the files with the defaults
5
6 -- Sebastien Bacher <seb128@ubuntu.com> Mon, 14 Oct 2013 16:36:03 +0200
7
1gsettings-ubuntu-touch-schemas (0.0.1+13.10.20130730-0ubuntu1) saucy; urgency=low8gsettings-ubuntu-touch-schemas (0.0.1+13.10.20130730-0ubuntu1) saucy; urgency=low
29
3 [ Sebastien Bacher ]10 [ Sebastien Bacher ]
411
=== modified file 'debian/control'
--- debian/control 2013-07-19 12:36:12 +0000
+++ debian/control 2013-10-22 17:12:55 +0000
@@ -18,7 +18,8 @@
18Architecture: all18Architecture: all
19Multi-Arch: foreign19Multi-Arch: foreign
20Depends: ${misc:Depends},20Depends: ${misc:Depends},
21 ${shlibs:Depends}21 ${shlibs:Depends},
22 ubuntu-touch-sounds,
22Description: GSettings deskop-wide schemas for Ubuntu Touch23Description: GSettings deskop-wide schemas for Ubuntu Touch
23 gsettings-desktop-schemas contains a collection of GSettings schemas for24 gsettings-desktop-schemas contains a collection of GSettings schemas for
24 settings shared by various components of an Ubuntu Touch environment.25 settings shared by various components of an Ubuntu Touch environment.
2526
=== modified file 'schemas/com.ubuntu.touch.sound.gschema.xml.in.in'
--- schemas/com.ubuntu.touch.sound.gschema.xml.in.in 2013-07-29 15:07:45 +0000
+++ schemas/com.ubuntu.touch.sound.gschema.xml.in.in 2013-10-22 17:12:55 +0000
@@ -6,12 +6,12 @@
6 <_description>Whether silent mode is active or not.</_description>6 <_description>Whether silent mode is active or not.</_description>
7 </key>7 </key>
8 <key name="incoming-call-sound" type="s">8 <key name="incoming-call-sound" type="s">
9 <default>"/usr/share/sounds/ubuntu/stereo/phone-incoming-call.ogg"</default>9 <default>"/usr/share/sounds/ubuntu/ringtones/Ubuntu.ogg"</default>
10 <_summary>Ringtone sound for the phone application.</_summary>10 <_summary>Ringtone sound for the phone application.</_summary>
11 <_description>This sound file is played, on incoming calls, by the phone application.</_description>11 <_description>This sound file is played, on incoming calls, by the phone application.</_description>
12 </key>12 </key>
13 <key name="incoming-message-sound" type="s">13 <key name="incoming-message-sound" type="s">
14 <default>"/usr/share/sounds/ubuntu/stereo/message-new-instant.ogg"</default>14 <default>"/usr/share/sounds/ubuntu/notifications/Xylo.ogg"</default>
15 <_summary>Incoming message sound for the phone application.</_summary>15 <_summary>Incoming message sound for the phone application.</_summary>
16 <_description>This sound file is played, on incoming messages, by the phone application.</_description>16 <_description>This sound file is played, on incoming messages, by the phone application.</_description>
17 </key>17 </key>

Subscribers

People subscribed via source and target branches