diff options
author | Dimitri John Ledkov <dimitri.ledkov@canonical.com> | 2014-05-17 19:37:53 +0100 |
---|---|---|
committer | Dimitri John Ledkov <dimitri.ledkov@canonical.com> | 2014-05-17 19:37:53 +0100 |
commit | 1490418c0d85bbf73eeb69c66aca2463b5657484 (patch) | |
tree | d8bae590ac2e19554eaeb84567b598c7f9e39d89 /debian | |
parent | 5e8bfcc18223f296557aa82fab2b48c4fcb95854 (diff) | |
download | lightdm-1490418c0d85bbf73eeb69c66aca2463b5657484.tar.gz |
releasing package lightdm version 1.11.2-0ubuntu21.11.2-0ubuntu2
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | debian/lightdm.service | 3 |
3 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index e8a7a560..af77ab54 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lightdm (1.11.2-0ubuntu2) utopic; urgency=medium + + * Integration plymouth systemd system job with plymouth services. + + -- Dimitri John Ledkov <xnox@ubuntu.com> Sat, 17 May 2014 19:18:41 +0100 + lightdm (1.11.2-0ubuntu1) utopic; urgency=medium * New upstream release: diff --git a/debian/control b/debian/control index 537082b7..fb253ddd 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ Depends: ${misc:Depends}, adduser, libglib2.0-bin, dbus, - plymouth (>= 0.8.8-0ubuntu6.1), + plymouth (>= 0.8.8-0ubuntu18), Recommends: xserver-xorg, unity-greeter | lightdm-greeter | lightdm-kde-greeter, Conflicts: liblightdm-gobject-0-0, diff --git a/debian/lightdm.service b/debian/lightdm.service index 82b885c1..eb23df63 100644 --- a/debian/lightdm.service +++ b/debian/lightdm.service @@ -1,7 +1,8 @@ [Unit] Description=Light Display Manager Documentation=man:lightdm(1) -After=systemd-user-sessions.service +Conflicts=getty@tty7.service plymouth-quit.service +After=systemd-user-sessions.service getty@tty7.service plymouth-quit.service [Service] # temporary safety check until all DMs are converted to correct |