Merge lp:~darkxst/ubuntu/saucy/gdm/lp982889 into lp:ubuntu/saucy/gdm

Proposed by Tim Lunn
Status: Merged
Merged at revision: 275
Proposed branch: lp:~darkxst/ubuntu/saucy/gdm/lp982889
Merge into: lp:ubuntu/saucy/gdm
Diff against target: 64 lines (+14/-4)
4 files modified
debian/changelog (+9/-0)
debian/control (+2/-1)
debian/control.in (+1/-0)
debian/gdm.upstart (+2/-3)
To merge this branch: bzr merge lp:~darkxst/ubuntu/saucy/gdm/lp982889
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+165300@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks!

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-04-29 10:48:29 +0000
+++ debian/changelog 2013-05-23 08:15:32 +0000
@@ -1,3 +1,12 @@
1gdm (3.6.1-0ubuntu6) saucy; urgency=low
2
3 * Merge changes from lightdm to fix plymouth race (LP: #982889)
4 - lightdm.upstart: Add a start condition on plymouth-ready, and
5 drop conditions already handled by plymouth-splash.
6 - control: Depend on the new plymouth version that provides plymouth-ready.
7
8 -- Tim Lunn <tim@feathertop.org> Thu, 23 May 2013 17:45:44 +1000
9
1gdm (3.6.1-0ubuntu5) saucy; urgency=low10gdm (3.6.1-0ubuntu5) saucy; urgency=low
211
3 * Add debian/patches/00git_logind_check.patch: Fix checks for logind.12 * Add debian/patches/00git_logind_check.patch: Fix checks for logind.
413
=== modified file 'debian/control'
--- debian/control 2013-04-29 10:48:29 +0000
+++ debian/control 2013-05-23 08:15:32 +0000
@@ -7,7 +7,7 @@
7Priority: optional7Priority: optional
8Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>8Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
9XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>9XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
10Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>, Jeremy Bicha <jbicha@ubuntu.com>10Uploaders: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
11Build-Depends: gnome-pkg-tools (>= 0.16.3),11Build-Depends: gnome-pkg-tools (>= 0.16.3),
12 debhelper (>= 8.1.0),12 debhelper (>= 8.1.0),
13 cdbs,13 cdbs,
@@ -64,6 +64,7 @@
64 gnome-session-bin (>= 3.6),64 gnome-session-bin (>= 3.6),
65 gnome-settings-daemon (>= 3.2),65 gnome-settings-daemon (>= 3.2),
66 metacity (>= 1:2.34.2),66 metacity (>= 1:2.34.2),
67 plymouth (>= 0.8.8-0ubuntu6.1),
67 policykit-1-gnome,68 policykit-1-gnome,
68 upower,69 upower,
69 libpam-systemd,70 libpam-systemd,
7071
=== modified file 'debian/control.in'
--- debian/control.in 2013-04-29 10:48:29 +0000
+++ debian/control.in 2013-05-23 08:15:32 +0000
@@ -60,6 +60,7 @@
60 gnome-session-bin (>= 3.6),60 gnome-session-bin (>= 3.6),
61 gnome-settings-daemon (>= 3.2),61 gnome-settings-daemon (>= 3.2),
62 metacity (>= 1:2.34.2),62 metacity (>= 1:2.34.2),
63 plymouth (>= 0.8.8-0ubuntu6.1),
63 policykit-1-gnome,64 policykit-1-gnome,
64 upower,65 upower,
65 libpam-systemd,66 libpam-systemd,
6667
=== modified file 'debian/gdm.upstart'
--- debian/gdm.upstart 2012-08-28 12:26:39 +0000
+++ debian/gdm.upstart 2013-05-23 08:15:32 +0000
@@ -9,9 +9,8 @@
9start on ((filesystem9start on ((filesystem
10 and runlevel [!06]10 and runlevel [!06]
11 and started dbus11 and started dbus
12 and (drm-device-added card0 PRIMARY_DEVICE_FOR_DISPLAY=112 and plymouth-ready)
13 or stopped udev-fallback-graphics))13 or runlevel PREVLEVEL=S)
14 or runlevel PREVLEVEL=S)
1514
16stop on runlevel [016]15stop on runlevel [016]
1716

Subscribers

People subscribed via source and target branches

to all changes: