Merge lp:~didrocks/gnome-session/sound-above-100 into lp:~ubuntu-desktop/gnome-session/ubuntu

Proposed by Didier Roche-Tolomelli
Status: Rejected
Rejected by: Didier Roche-Tolomelli
Proposed branch: lp:~didrocks/gnome-session/sound-above-100
Merge into: lp:~ubuntu-desktop/gnome-session/ubuntu
Diff against target: 42 lines (+11/-2)
3 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
debian/control.in (+2/-1)
To merge this branch: bzr merge lp:~didrocks/gnome-session/sound-above-100
Reviewer Review Type Date Requested Status
Sebastien Bacher Pending
Review via email: mp+328063@code.launchpad.net

Description of the change

add a dep on gsettings-ubuntu-schemas which contains a sound above
100% allowance key, only available on that session. (LP: #1706524)

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Pinging seb on that one as he did g-s-d review

Revision history for this message
Jeremy BĂ­cha (jbicha) wrote :

Didier, is this still wanted?

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

No, we didn't force the deps that way in the end, setting the status as appropriate.

Unmerged revisions

422. By Didier Roche-Tolomelli

add a dep on gsettings-ubuntu-schemas which contains a sound above
100% allowance key, only available on that session. (LP: #1706524)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2017-07-20 07:51:39 +0000
3+++ debian/changelog 2017-07-26 06:48:02 +0000
4@@ -1,3 +1,10 @@
5+gnome-session (3.24.1-0ubuntu18) UNRELEASED; urgency=medium
6+
7+ * add a dep on gsettings-ubuntu-schemas which contains a sound above
8+ 100% allowance key, only available on that session. (LP: #1706524)
9+
10+ -- Didier Roche <didrocks@ubuntu.com> Wed, 26 Jul 2017 08:45:35 +0200
11+
12 gnome-session (3.24.1-0ubuntu17) artful; urgency=medium
13
14 * debian/unity-gnome-shell-migration.py:
15
16=== modified file 'debian/control'
17--- debian/control 2017-07-19 12:02:55 +0000
18+++ debian/control 2017-07-26 06:48:02 +0000
19@@ -79,7 +79,8 @@
20 gnome-session-bin (>= ${binary:Version}),
21 gnome-session-bin (<< ${gnome:NextVersion}),
22 gnome-session-common (= ${binary:Version}),
23- xwayland [linux-any]
24+ xwayland [linux-any],
25+ gsettings-ubuntu-schemas,
26 Recommends: session-migration,
27 Provides: x-session-manager,
28 Breaks: unity (<< 7.5.0+17.10.20170619),
29
30=== modified file 'debian/control.in'
31--- debian/control.in 2017-07-19 12:02:55 +0000
32+++ debian/control.in 2017-07-26 06:48:02 +0000
33@@ -75,7 +75,8 @@
34 gnome-session-bin (>= ${binary:Version}),
35 gnome-session-bin (<< ${gnome:NextVersion}),
36 gnome-session-common (= ${binary:Version}),
37- xwayland [linux-any]
38+ xwayland [linux-any],
39+ gsettings-ubuntu-schemas,
40 Recommends: session-migration,
41 Provides: x-session-manager,
42 Breaks: unity (<< 7.5.0+17.10.20170619),

Subscribers

People subscribed via source and target branches