[Pkg-xfce-commits] r7879 - in /goodies/branches/experimental/lightdm: ./ debian/ debian/patches/
pkg-xfce-devel at lists.alioth.debian.org
pkg-xfce-devel at lists.alioth.debian.org
Sat Aug 24 10:03:30 UTC 2013
Author: noskcaj-guest
Date: Sat Aug 24 10:03:29 2013
New Revision: 7879
URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=7879
Log:
Begin work on lightdm 1.7.9
Added:
goodies/branches/experimental/lightdm/
- copied from r7874, goodies/trunk/lightdm/
Removed:
goodies/branches/experimental/lightdm/debian/patches/03_quit-plymouth.patch
Modified:
goodies/branches/experimental/lightdm/debian/changelog
goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch
goodies/branches/experimental/lightdm/debian/patches/02_default-config.patch
goodies/branches/experimental/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch
goodies/branches/experimental/lightdm/debian/patches/05_debianize-pam-files.patch
goodies/branches/experimental/lightdm/debian/patches/series
Modified: goodies/branches/experimental/lightdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/lightdm/debian/changelog?rev=7879&op=diff
==============================================================================
--- goodies/branches/experimental/lightdm/debian/changelog (original)
+++ goodies/branches/experimental/lightdm/debian/changelog Sat Aug 24 10:03:29 2013
@@ -1,4 +1,4 @@
-lightdm (1.6.0-4) UNRELEASED; urgency=low
+lightdm (1.7.9-1) UNRELEASED; urgency=low
[ Yves-Alexis Perez ]
* debian/po:
@@ -7,7 +7,12 @@
[ Evgeni Golov ]
* Correct Vcs-* URLs to point to anonscm.debian.org
- -- Yves-Alexis Perez <corsac at debian.org> Wed, 12 Jun 2013 17:15:37 +0200
+ [ Jackson Doak ]
+ * New upstream release
+ * debian/patches/:
+ * drop 03_quit-plymouth.patch, fixed in upstream
+
+ -- Jackson Doak <noskcaj at ubuntu.com> Sat, 24 Aug 2013 19:41:01 +1000
lightdm (1.6.0-3) unstable; urgency=low
Modified: goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch?rev=7879&op=diff
==============================================================================
--- goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch (original)
+++ goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch Sat Aug 24 10:03:29 2013
@@ -2,9 +2,11 @@
Author: Lionel Le Folgoc <mrpouit at gmail.com>
Bug: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277
Description: Fix default PATH environment variable
---- a/src/seat.c
-+++ b/src/seat.c
-@@ -262,7 +262,10 @@ run_script (Seat *seat, Display *display
+Index: lightdm/src/seat.c
+===================================================================
+--- lightdm.orig/src/seat.c 2013-08-24 19:45:09.358830075 +1000
++++ lightdm/src/seat.c 2013-08-24 19:45:09.354830059 +1000
+@@ -241,7 +241,10 @@
process_set_env (script, "PATH", g_getenv ("PATH"));
}
else
@@ -16,9 +18,11 @@
if (user)
{
---- a/src/session-child.c
-+++ b/src/session-child.c
-@@ -329,7 +329,10 @@ session_child_run (int argc, char **argv
+Index: lightdm/src/session-child.c
+===================================================================
+--- lightdm.orig/src/session-child.c 2013-08-24 19:45:09.358830075 +1000
++++ lightdm/src/session-child.c 2013-08-24 19:45:09.354830059 +1000
+@@ -355,7 +355,10 @@
else
{
/* Set POSIX variables */
Modified: goodies/branches/experimental/lightdm/debian/patches/02_default-config.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/lightdm/debian/patches/02_default-config.patch?rev=7879&op=diff
==============================================================================
--- goodies/branches/experimental/lightdm/debian/patches/02_default-config.patch (original)
+++ goodies/branches/experimental/lightdm/debian/patches/02_default-config.patch Sat Aug 24 10:03:29 2013
@@ -10,21 +10,26 @@
Forwarded: not-needed
=== modified file 'data/lightdm.conf'
---- a/data/lightdm.conf
-+++ b/data/lightdm.conf
-@@ -65,19 +65,19 @@
+Index: lightdm/data/lightdm.conf
+===================================================================
+--- lightdm.orig/data/lightdm.conf 2013-08-24 19:53:37.301348823 +1000
++++ lightdm/data/lightdm.conf 2013-08-24 19:53:37.297348807 +1000
+@@ -72,22 +72,22 @@
#xserver-command=X
#xserver-layout=
#xserver-config=
-#xserver-allow-tcp=false
+xserver-allow-tcp=false
+ #xserver-share=true
#xdmcp-manager=
#xdmcp-port=177
#xdmcp-key=
+ #unity-compositor-command=unity-system-compositor
+ #unity-compositor-timeout=60
-#greeter-session=example-gtk-gnome
-#greeter-hide-users=false
-+greeter-session=lightdm-greeter
-+greeter-hide-users=true
++greeter-session=example-gtk-gnome
++greeter-hide-users=false
#greeter-allow-guest=true
#greeter-show-manual-login=false
#greeter-show-remote-login=true
@@ -33,6 +38,6 @@
#guest-session=UNIMPLEMENTED
-#session-wrapper=lightdm-session
+session-wrapper=/etc/X11/Xsession
+ #greeter-wrapper=
#display-setup-script=
#greeter-setup-script=
- #session-setup-script=
Modified: goodies/branches/experimental/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch?rev=7879&op=diff
==============================================================================
--- goodies/branches/experimental/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch (original)
+++ goodies/branches/experimental/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch Sat Aug 24 10:03:29 2013
@@ -1,8 +1,10 @@
Author: Yves-Alexis Perez <corsac at debian.org>
Description: don't add PKGLIBEXEC_DIR to the user PATH
---- a/src/session-child.c
-+++ b/src/session-child.c
-@@ -479,11 +479,6 @@ session_child_run (int argc, char **argv
+Index: lightdm/src/session-child.c
+===================================================================
+--- lightdm.orig/src/session-child.c 2013-08-24 19:57:06.794387646 +1000
++++ lightdm/src/session-child.c 2013-08-24 19:57:06.782387587 +1000
+@@ -534,11 +534,6 @@
g_free (value);
}
Modified: goodies/branches/experimental/lightdm/debian/patches/05_debianize-pam-files.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/lightdm/debian/patches/05_debianize-pam-files.patch?rev=7879&op=diff
==============================================================================
--- goodies/branches/experimental/lightdm/debian/patches/05_debianize-pam-files.patch (original)
+++ goodies/branches/experimental/lightdm/debian/patches/05_debianize-pam-files.patch Sat Aug 24 10:03:29 2013
@@ -25,6 +25,7 @@
-# Setup session
-session required pam_unix.so
+-session optional pam_systemd.so
+# SELinux needs to be the first session rule. This ensures that any
+# lingering context has been cleared. Without out this it is possible
+# that a module could execute code in the wrong domain.
@@ -89,6 +90,7 @@
-# Setup session
-session required pam_unix.so
+-session optional pam_systemd.so
+ at include common-password
--- a/data/pam/lightdm-greeter
+++ b/data/pam/lightdm-greeter
Modified: goodies/branches/experimental/lightdm/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/branches/experimental/lightdm/debian/patches/series?rev=7879&op=diff
==============================================================================
--- goodies/branches/experimental/lightdm/debian/patches/series (original)
+++ goodies/branches/experimental/lightdm/debian/patches/series Sat Aug 24 10:03:29 2013
@@ -1,5 +1,4 @@
01_set-default-path.patch
02_default-config.patch
-03_quit-plymouth.patch
04_dont-add-pkglibexecdir-path.patch
05_debianize-pam-files.patch
More information about the Pkg-xfce-commits
mailing list