Merge lp:~noskcaj/ubuntu/wily/lightdm-gtk-greeter/merge into lp:ubuntu/wily/lightdm-gtk-greeter

Proposed by Jackson Doak
Status: Merged
Merge reported by: Martin Pitt
Merged at revision: not available
Proposed branch: lp:~noskcaj/ubuntu/wily/lightdm-gtk-greeter/merge
Merge into: lp:ubuntu/wily/lightdm-gtk-greeter
Diff against target: 54 lines (+35/-1)
2 files modified
debian/changelog (+34/-0)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~noskcaj/ubuntu/wily/lightdm-gtk-greeter/merge
Reviewer Review Type Date Requested Status
Martin Pitt Approve
Review via email: mp+262638@code.launchpad.net

Description of the change

Merge from debian to fix a gtk3.16 related VT issue

To post a comment you must log in.
Revision history for this message
Martin Pitt (pitti) wrote :

Thanks! Uploaded.

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 2015-06-16 20:20:00 +0000
+++ debian/changelog 2015-06-22 22:05:32 +0000
@@ -1,3 +1,37 @@
1lightdm-gtk-greeter (2.0.1-2ubuntu1) wily; urgency=medium
2
3 * Merge from Debian unstable. Remaining changes:
4 - debian/01_ubuntu.conf
5 + Renamed from lightdm-gtk-greeter-ubuntu.conf
6 + Removed unneeded comments
7 - debian/control, debian/rules:
8 + Add Indicators support.
9 - debian/control:
10 + Build-Depends on liblightdm-gobject-1-dev instead on
11 liblightdm-gobject-dev as it's non-existing in archive.
12 - debian/copyright:
13 + Update copyright for lightdm-gtk-greeter, it's been a long time
14 since lightdm housed all of the greeters
15 - debian/01_ubuntu.conf,
16 debian/lightdm-gtk-greeter.{post,pre}{inst,rm},
17 debian/60-lightdm-gtk-greeter.conf:
18 + Install and remove Ubuntu conf files.
19 - debian/lightdm-gtk-greeter.{preinst,prerm,postinstpostrm}
20 + Migrate post-1.0.0 configuration to conf.d/01_ubuntu.conf
21 + Do not use update-alternatives for lightdm-gtk-greeter config
22 - debian/rules
23 + Install lightdm and lightdm-gtk-greeter configuration
24
25 -- Jackson Doak <noskcaj@ubuntu.com> Tue, 23 Jun 2015 07:55:21 +1000
26
27lightdm-gtk-greeter (2.0.1-2) unstable; urgency=medium
28
29 * debian/rules:
30 - use --enable-kill-on-sigterm for configure, prevents spawning new VTs
31 when using GTK 3.16.
32
33 -- Yves-Alexis Perez <corsac@debian.org> Sun, 21 Jun 2015 11:12:26 +0200
34
1lightdm-gtk-greeter (2.0.1-1ubuntu1) wily; urgency=low35lightdm-gtk-greeter (2.0.1-1ubuntu1) wily; urgency=low
236
3 [ Sean Davis ]37 [ Sean Davis ]
438
=== modified file 'debian/rules'
--- debian/rules 2015-06-16 20:20:00 +0000
+++ debian/rules 2015-06-22 22:05:32 +0000
@@ -4,7 +4,7 @@
4export DEB_BUILD_MAINT_OPTIONS=hardening=+all4export DEB_BUILD_MAINT_OPTIONS=hardening=+all
55
6override_dh_auto_configure:6override_dh_auto_configure:
7 dh_auto_configure -- --disable-silent-rules7 dh_auto_configure -- --disable-silent-rules --enable-kill-on-sigterm
88
9override_dh_install:9override_dh_install:
10 dh_install debian/60-lightdm-gtk-greeter.conf usr/share/lightdm/lightdm.conf.d/10 dh_install debian/60-lightdm-gtk-greeter.conf usr/share/lightdm/lightdm.conf.d/

Subscribers

People subscribed via source and target branches

to all changes: