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