[Pkg-xfce-commits] r7301 - in goodies/trunk/lightdm/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Feb 2 09:35:12 UTC 2013
Author: corsac
Date: 2013-02-02 09:35:12 +0000 (Sat, 02 Feb 2013)
New Revision: 7301
Modified:
goodies/trunk/lightdm/debian/changelog
goodies/trunk/lightdm/debian/patches/01_set-default-path.patch
goodies/trunk/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch
Log:
- 02_default-config updated, use Xorg as default X command. closes: #688756
- 01_set-default-path and 04_dont-add-pkglibexecdir-path refreshed.
Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog 2013-02-02 09:33:56 UTC (rev 7300)
+++ goodies/trunk/lightdm/debian/changelog 2013-02-02 09:35:12 UTC (rev 7301)
@@ -3,7 +3,8 @@
[ Yves-Alexis Perez ]
* New upstream release.
* debian/patches:
- 02_default-config updated, use Xorg as default X command. closes: #688756
+ - 02_default-config updated, use Xorg as default X command. closes: #688756
+ - 01_set-default-path and 04_dont-add-pkglibexecdir-path refreshed.
* debian/watch updated to track 1.2 branch.
[ Daniel Echeverry ]
Modified: goodies/trunk/lightdm/debian/patches/01_set-default-path.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/01_set-default-path.patch 2013-02-02 09:33:56 UTC (rev 7300)
+++ goodies/trunk/lightdm/debian/patches/01_set-default-path.patch 2013-02-02 09:35:12 UTC (rev 7301)
@@ -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
+@@ -307,7 +307,10 @@ session_child_run (int argc, char **argv
else
{
/* Set POSIX variables */
Modified: goodies/trunk/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch 2013-02-02 09:33:56 UTC (rev 7300)
+++ goodies/trunk/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch 2013-02-02 09:35:12 UTC (rev 7301)
@@ -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
+@@ -457,11 +457,6 @@ session_child_run (int argc, char **argv
g_free (value);
}
More information about the Pkg-xfce-commits
mailing list