[Pkg-xfce-commits] r7170 - in goodies/branches/experimental/lightdm/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Oct 6 02:46:55 UTC 2012
Author: corsac
Date: 2012-10-06 14:46:55 +0000 (Sat, 06 Oct 2012)
New Revision: 7170
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
Log:
* debian/patches:
- 01_set-default-path, 02_default-config and
04_dont-add-pkglibexecdir-path refreshed for new release.
Modified: goodies/branches/experimental/lightdm/debian/changelog
===================================================================
--- goodies/branches/experimental/lightdm/debian/changelog 2012-10-06 14:42:41 UTC (rev 7169)
+++ goodies/branches/experimental/lightdm/debian/changelog 2012-10-06 14:46:55 UTC (rev 7170)
@@ -1,6 +1,9 @@
lightdm (1.4.0-1) UNRELEASED; urgency=low
* New upstream release.
+ * debian/patches:
+ - 01_set-default-path, 02_default-config and
+ 04_dont-add-pkglibexecdir-path refreshed for new release.
* debian/control:
- suggests upower. closes: #679538
- make lightdm depends on lightdm-gtk-greeter | lightdm-greeter, thanks
Modified: goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch
===================================================================
--- goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch 2012-10-06 14:42:41 UTC (rev 7169)
+++ goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch 2012-10-06 14:46:55 UTC (rev 7170)
@@ -2,11 +2,9 @@
Author: Lionel Le Folgoc <mrpouit at gmail.com>
Bug: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/798277
Description: Fix default PATH environment variable
-Index: lightdm-1.1.4/src/seat.c
-===================================================================
---- lightdm-1.1.4.orig/src/seat.c 2012-03-01 08:05:25.960438014 +0100
-+++ lightdm-1.1.4/src/seat.c 2012-03-01 08:05:50.092580678 +0100
-@@ -257,7 +257,10 @@
+--- a/src/seat.c
++++ b/src/seat.c
+@@ -262,7 +262,10 @@ run_script (Seat *seat, Display *display
process_set_env (script, "PATH", g_getenv ("PATH"));
}
else
@@ -18,11 +16,9 @@
if (user)
{
-Index: lightdm-1.1.4/src/session-child.c
-===================================================================
---- lightdm-1.1.4.orig/src/session-child.c 2012-03-01 08:05:25.984438155 +0100
-+++ lightdm-1.1.4/src/session-child.c 2012-03-01 08:06:03.660660891 +0100
-@@ -290,7 +290,10 @@
+--- a/src/session-child.c
++++ b/src/session-child.c
+@@ -312,7 +312,10 @@ session_child_run (int argc, char **argv
else
{
/* Set POSIX variables */
Modified: goodies/branches/experimental/lightdm/debian/patches/02_default-config.patch
===================================================================
--- goodies/branches/experimental/lightdm/debian/patches/02_default-config.patch 2012-10-06 14:42:41 UTC (rev 7169)
+++ goodies/branches/experimental/lightdm/debian/patches/02_default-config.patch 2012-10-06 14:46:55 UTC (rev 7170)
@@ -10,11 +10,9 @@
Forwarded: not-needed
=== modified file 'data/lightdm.conf'
-Index: lightdm-1.2.0/data/lightdm.conf
-===================================================================
---- lightdm-1.2.0.orig/data/lightdm.conf 2012-04-04 07:17:25.000000000 +0200
-+++ lightdm-1.2.0/data/lightdm.conf 2012-04-05 19:10:50.378808312 +0200
-@@ -58,18 +58,18 @@
+--- a/data/lightdm.conf
++++ b/data/lightdm.conf
+@@ -65,19 +65,19 @@
#xserver-command=X
#xserver-layout=
#xserver-config=
@@ -29,6 +27,7 @@
+greeter-hide-users=true
#greeter-allow-guest=true
#greeter-show-manual-login=false
+ #greeter-show-remote-login=true
#user-session=default
#allow-guest=true
#guest-session=UNIMPLEMENTED
Modified: goodies/branches/experimental/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch
===================================================================
--- goodies/branches/experimental/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch 2012-10-06 14:42:41 UTC (rev 7169)
+++ goodies/branches/experimental/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch 2012-10-06 14:46:55 UTC (rev 7170)
@@ -1,10 +1,8 @@
Author: Yves-Alexis Perez <corsac at debian.org>
Description: don't add PKGLIBEXEC_DIR to the user PATH
-Index: lightdm-1.2.0/src/session-child.c
-===================================================================
---- lightdm-1.2.0.orig/src/session-child.c 2012-04-05 19:21:59.185164553 +0200
-+++ lightdm-1.2.0/src/session-child.c 2012-04-05 19:22:50.593671042 +0200
-@@ -456,11 +456,6 @@
+--- a/src/session-child.c
++++ b/src/session-child.c
+@@ -462,11 +462,6 @@ session_child_run (int argc, char **argv
g_free (value);
}
More information about the Pkg-xfce-commits
mailing list