[Pkg-xfce-commits] r6088 - in goodies/trunk/lightdm/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Wed Oct 5 08:16:27 UTC 2011


Author: corsac
Date: 2011-10-05 20:16:27 +0000 (Wed, 05 Oct 2011)
New Revision: 6088

Modified:
   goodies/trunk/lightdm/debian/changelog
   goodies/trunk/lightdm/debian/patches/01_set-default-path.patch
   goodies/trunk/lightdm/debian/patches/02_default-config.patch
   goodies/trunk/lightdm/debian/patches/03_quit-plymouth.patch
   goodies/trunk/lightdm/debian/patches/04_default-gtk-greeter-config.patch
   goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch
   goodies/trunk/lightdm/debian/patches/06_move-lightdm-set-defaults-to-pkglibexecdir.patch
Log:
* New upstream release.
* debian/patches: patches refreshed for new upstream release.

Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog	2011-09-29 21:53:41 UTC (rev 6087)
+++ goodies/trunk/lightdm/debian/changelog	2011-10-05 20:16:27 UTC (rev 6088)
@@ -1,9 +1,11 @@
-lightdm (1.0.0-4) UNRELEASED; urgency=low
+lightdm (1.0.1-1) UNRELEASED; urgency=low
 
+  * New upstream release.
   * debian/control:
     - add recommends on policykit-1 to greeters.                closes: #643292
+  * debian/patches: patches refreshed for new upstream release.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Thu, 29 Sep 2011 23:53:17 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Wed, 05 Oct 2011 22:15:58 +0200
 
 lightdm (1.0.0-3) unstable; urgency=low
 

Modified: goodies/trunk/lightdm/debian/patches/01_set-default-path.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/01_set-default-path.patch	2011-09-29 21:53:41 UTC (rev 6087)
+++ goodies/trunk/lightdm/debian/patches/01_set-default-path.patch	2011-10-05 20:16:27 UTC (rev 6088)
@@ -2,11 +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
-Index: lightdm-1.0.0/src/session.c
+Index: lightdm-1.0.1/src/session.c
 ===================================================================
---- lightdm-1.0.0.orig/src/session.c	2011-09-28 04:46:15.000000000 +0200
-+++ lightdm-1.0.0/src/session.c	2011-09-28 13:20:42.530765164 +0200
-@@ -269,7 +269,10 @@
+--- lightdm-1.0.1.orig/src/session.c	2011-10-04 08:53:53.000000000 +0200
++++ lightdm-1.0.1/src/session.c	2011-10-05 22:15:10.864382047 +0200
+@@ -282,7 +282,10 @@
      g_debug ("Launching session");
  
      user = pam_session_get_user (session->priv->authentication);

Modified: goodies/trunk/lightdm/debian/patches/02_default-config.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/02_default-config.patch	2011-09-29 21:53:41 UTC (rev 6087)
+++ goodies/trunk/lightdm/debian/patches/02_default-config.patch	2011-10-05 20:16:27 UTC (rev 6088)
@@ -8,10 +8,10 @@
 * don't show userlist
 
 === modified file 'data/lightdm.conf'
-Index: lightdm-1.0.0/data/lightdm.conf
+Index: lightdm-1.0.1/data/lightdm.conf
 ===================================================================
---- lightdm-1.0.0.orig/data/lightdm.conf	2011-09-20 05:41:07.000000000 +0200
-+++ lightdm-1.0.0/data/lightdm.conf	2011-09-28 15:06:06.875716076 +0200
+--- lightdm-1.0.1.orig/data/lightdm.conf	2011-09-28 09:11:35.000000000 +0200
++++ lightdm-1.0.1/data/lightdm.conf	2011-10-05 22:15:15.872478075 +0200
 @@ -56,16 +56,16 @@
  #xserver-command=X
  #xserver-layout=

Modified: goodies/trunk/lightdm/debian/patches/03_quit-plymouth.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/03_quit-plymouth.patch	2011-09-29 21:53:41 UTC (rev 6087)
+++ goodies/trunk/lightdm/debian/patches/03_quit-plymouth.patch	2011-10-05 20:16:27 UTC (rev 6088)
@@ -4,10 +4,10 @@
 plymouth has been deactivated before, so just quit it for now.
 Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=632737
 Bug: https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/799069
-Index: lightdm-1.0.0/src/xserver-local.c
+Index: lightdm-1.0.1/src/xserver-local.c
 ===================================================================
---- lightdm-1.0.0.orig/src/xserver-local.c	2011-09-28 04:36:58.000000000 +0200
-+++ lightdm-1.0.0/src/xserver-local.c	2011-09-28 13:17:05.105082902 +0200
+--- lightdm-1.0.1.orig/src/xserver-local.c	2011-10-04 10:31:50.000000000 +0200
++++ lightdm-1.0.1/src/xserver-local.c	2011-10-05 22:15:18.216522949 +0200
 @@ -139,7 +139,7 @@
              g_debug ("X server %s will replace Plymouth", xserver_get_address (XSERVER (self)));
              self->priv->replacing_plymouth = TRUE;

Modified: goodies/trunk/lightdm/debian/patches/04_default-gtk-greeter-config.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/04_default-gtk-greeter-config.patch	2011-09-29 21:53:41 UTC (rev 6087)
+++ goodies/trunk/lightdm/debian/patches/04_default-gtk-greeter-config.patch	2011-10-05 20:16:27 UTC (rev 6088)
@@ -1,7 +1,7 @@
-Index: lightdm-1.0.0/greeters/gtk/lightdm-gtk-greeter.conf
+Index: lightdm-1.0.1/greeters/gtk/lightdm-gtk-greeter.conf
 ===================================================================
---- lightdm-1.0.0.orig/greeters/gtk/lightdm-gtk-greeter.conf	2011-09-20 03:45:23.000000000 +0200
-+++ lightdm-1.0.0/greeters/gtk/lightdm-gtk-greeter.conf	2011-09-28 13:18:07.865571415 +0200
+--- lightdm-1.0.1.orig/greeters/gtk/lightdm-gtk-greeter.conf	2011-09-28 09:11:35.000000000 +0200
++++ lightdm-1.0.1/greeters/gtk/lightdm-gtk-greeter.conf	2011-10-05 22:15:20.128559666 +0200
 @@ -8,11 +8,11 @@
  # xft-rgba = Type of subpixel antialiasing (none, rgb, bgr, vrgb or vbgr)
  #

Modified: goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch	2011-09-29 21:53:41 UTC (rev 6087)
+++ goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch	2011-10-05 20:16:27 UTC (rev 6088)
@@ -1,8 +1,8 @@
-Index: lightdm-1.0.0/src/session.c
+Index: lightdm-1.0.1/src/session.c
 ===================================================================
---- lightdm-1.0.0.orig/src/session.c	2011-09-28 12:21:52.000000000 +0200
-+++ lightdm-1.0.0/src/session.c	2011-09-28 13:18:55.821939827 +0200
-@@ -297,19 +297,6 @@
+--- lightdm-1.0.1.orig/src/session.c	2011-10-05 22:15:10.864382047 +0200
++++ lightdm-1.0.1/src/session.c	2011-10-05 22:15:22.708609110 +0200
+@@ -310,19 +310,6 @@
      process_set_command (PROCESS (session), absolute_command);
      g_free (absolute_command);
  

Modified: goodies/trunk/lightdm/debian/patches/06_move-lightdm-set-defaults-to-pkglibexecdir.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/06_move-lightdm-set-defaults-to-pkglibexecdir.patch	2011-09-29 21:53:41 UTC (rev 6087)
+++ goodies/trunk/lightdm/debian/patches/06_move-lightdm-set-defaults-to-pkglibexecdir.patch	2011-10-05 20:16:27 UTC (rev 6088)
@@ -1,7 +1,7 @@
-Index: lightdm-1.0.0/utils/Makefile.am
+Index: lightdm-1.0.1/utils/Makefile.am
 ===================================================================
---- lightdm-1.0.0.orig/utils/Makefile.am	2011-08-17 03:25:49.000000000 +0200
-+++ lightdm-1.0.0/utils/Makefile.am	2011-09-29 11:44:37.350238126 +0200
+--- lightdm-1.0.1.orig/utils/Makefile.am	2011-09-28 09:11:35.000000000 +0200
++++ lightdm-1.0.1/utils/Makefile.am	2011-10-05 22:15:24.740648080 +0200
 @@ -1,5 +1,5 @@
  bin_PROGRAMS = dm-tool
 -libexec_PROGRAMS = lightdm-set-defaults




More information about the Pkg-xfce-commits mailing list