summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2015-08-10 16:19:27 +1200
committerRobert Ancell <robert.ancell@canonical.com>2015-08-10 16:19:27 +1200
commit5ac9291e9c49dde03e60fd15ed1f750c7a300fd3 (patch)
tree9cde4571403c2771be3ed8e78750144265f2e222 /debian
parent17bbe5dcbc4342f59e10682e480d4c8fa55ee256 (diff)
downloadlightdm-5ac9291e9c49dde03e60fd15ed1f750c7a300fd3.tar.gz
Releasing 1.15.21.15.2
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog21
-rw-r--r--debian/control2
-rw-r--r--debian/patches/04_language_handling.patch2
3 files changed, 23 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 9055330e..b0bd3c1d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,24 @@
+lightdm (1.15.2-0ubuntu1) wily; urgency=medium
+
+ [ Robert Ancell ]
+ * New upstream release:
+ - Support Wayland sessions. (LP: #888391)
+ - Implement autologin-session option.
+ - Generate Vala bindings from GIR instead of manually writing them. This
+ fixes some small bugs in both the Vala and GIR bindings.
+ - Don't remove autotools generated files in distclean.
+ * debian/control:
+ - Use standards version 3.9.6
+ * debian/liblightdm-gobject-1-0.symbols:
+ - Updated
+
+ [ Gunnar Hjalmarsson ]
+ * debian/lightdm-session:
+ - Prevent ~/.bashrc from being sourced when ~/.profile is sourced.
+ (LP: #1482641)
+
+ -- Robert Ancell <robert.ancell@canonical.com> Mon, 10 Aug 2015 16:11:13 +1200
+
lightdm (1.15.1-0ubuntu2) wily; urgency=medium
* debian/guest-session-auto.sh:
diff --git a/debian/control b/debian/control
index 15e5c0bb..25fb1f3c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: x11
Priority: optional
Maintainer: Robert Ancell <robert.ancell@ubuntu.com>
Uploaders: Julien Lavergne <gilir@ubuntu.com>
-Standards-Version: 3.9.4
+Standards-Version: 3.9.6
Build-Depends: debhelper (>= 7.0.50~),
gnome-common,
intltool (>= 0.35.0),
diff --git a/debian/patches/04_language_handling.patch b/debian/patches/04_language_handling.patch
index f50fdfc4..09d56244 100644
--- a/debian/patches/04_language_handling.patch
+++ b/debian/patches/04_language_handling.patch
@@ -75,7 +75,7 @@ Index: trunk/src/seat.c
===================================================================
--- trunk.orig/src/seat.c
+++ trunk/src/seat.c
-@@ -999,7 +999,7 @@ configure_session (Session *session, Ses
+@@ -1003,7 +1003,7 @@ configure_session (Session *session, Ses
}
if (language && language[0] != '\0')
{