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
=== modified file 'debian/changelog'
--- debian/changelog 2017-07-20 07:51:39 +0000
+++ debian/changelog 2017-07-26 06:48:02 +0000
@@ -1,3 +1,10 @@
1gnome-session (3.24.1-0ubuntu18) UNRELEASED; urgency=medium
2
3 * add a dep on gsettings-ubuntu-schemas which contains a sound above
4 100% allowance key, only available on that session. (LP: #1706524)
5
6 -- Didier Roche <didrocks@ubuntu.com> Wed, 26 Jul 2017 08:45:35 +0200
7
1gnome-session (3.24.1-0ubuntu17) artful; urgency=medium8gnome-session (3.24.1-0ubuntu17) artful; urgency=medium
29
3 * debian/unity-gnome-shell-migration.py:10 * debian/unity-gnome-shell-migration.py:
411
=== modified file 'debian/control'
--- debian/control 2017-07-19 12:02:55 +0000
+++ debian/control 2017-07-26 06:48:02 +0000
@@ -79,7 +79,8 @@
79 gnome-session-bin (>= ${binary:Version}),79 gnome-session-bin (>= ${binary:Version}),
80 gnome-session-bin (<< ${gnome:NextVersion}),80 gnome-session-bin (<< ${gnome:NextVersion}),
81 gnome-session-common (= ${binary:Version}),81 gnome-session-common (= ${binary:Version}),
82 xwayland [linux-any]82 xwayland [linux-any],
83 gsettings-ubuntu-schemas,
83Recommends: session-migration,84Recommends: session-migration,
84Provides: x-session-manager,85Provides: x-session-manager,
85Breaks: unity (<< 7.5.0+17.10.20170619),86Breaks: unity (<< 7.5.0+17.10.20170619),
8687
=== modified file 'debian/control.in'
--- debian/control.in 2017-07-19 12:02:55 +0000
+++ debian/control.in 2017-07-26 06:48:02 +0000
@@ -75,7 +75,8 @@
75 gnome-session-bin (>= ${binary:Version}),75 gnome-session-bin (>= ${binary:Version}),
76 gnome-session-bin (<< ${gnome:NextVersion}),76 gnome-session-bin (<< ${gnome:NextVersion}),
77 gnome-session-common (= ${binary:Version}),77 gnome-session-common (= ${binary:Version}),
78 xwayland [linux-any]78 xwayland [linux-any],
79 gsettings-ubuntu-schemas,
79Recommends: session-migration,80Recommends: session-migration,
80Provides: x-session-manager,81Provides: x-session-manager,
81Breaks: unity (<< 7.5.0+17.10.20170619),82Breaks: unity (<< 7.5.0+17.10.20170619),

Subscribers

People subscribed via source and target branches