[Pkg-xfce-commits] r6106 - in goodies/trunk/lightdm/debian: . patches
Yves-Alexis Perez
corsac at alioth.debian.org
Sat Oct 8 11:34:11 UTC 2011
Author: corsac
Date: 2011-10-08 11:34:11 +0000 (Sat, 08 Oct 2011)
New Revision: 6106
Added:
goodies/trunk/lightdm/debian/patches/06_move-progs-to-pkglibexecdir.patch
Removed:
goodies/trunk/lightdm/debian/patches/06_move-lightdm-set-defaults-to-pkglibexecdir.patch
Modified:
goodies/trunk/lightdm/debian/changelog
goodies/trunk/lightdm/debian/lightdm.install
goodies/trunk/lightdm/debian/patches/01_set-default-path.patch
goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch
goodies/trunk/lightdm/debian/patches/series
goodies/trunk/lightdm/debian/watch
Log:
* New upstream release.
* debian/watch updated to only track stable releases.
* debian/patches:
- 01_set-default-path and 05_dont-add-pkglibexecdir-path refreshed for new
upstream release.
- 06_move-lightdm-set-defaults-to-pkglibexecdir renamed to
06_move-progs-to-pkglibexecdir, use the same patch to move
lightdm-guest-session-wrapper to pkglibexecdir and refresh the original
patch for new upstream.
* debian/lightdm.install:
- install lightdm-guest-session-wrapper.
Modified: goodies/trunk/lightdm/debian/changelog
===================================================================
--- goodies/trunk/lightdm/debian/changelog 2011-10-07 20:57:58 UTC (rev 6105)
+++ goodies/trunk/lightdm/debian/changelog 2011-10-08 11:34:11 UTC (rev 6106)
@@ -1,3 +1,19 @@
+lightdm (1.0.3-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * debian/watch updated to only track stable releases.
+ * debian/patches:
+ - 01_set-default-path and 05_dont-add-pkglibexecdir-path refreshed for new
+ upstream release.
+ - 06_move-lightdm-set-defaults-to-pkglibexecdir renamed to
+ 06_move-progs-to-pkglibexecdir, use the same patch to move
+ lightdm-guest-session-wrapper to pkglibexecdir and refresh the original
+ patch for new upstream.
+ * debian/lightdm.install:
+ - install lightdm-guest-session-wrapper.
+
+ -- Yves-Alexis Perez <corsac at debian.org> Sat, 08 Oct 2011 13:21:56 +0200
+
lightdm (1.0.2-1) unstable; urgency=low
* New upstream release.
Modified: goodies/trunk/lightdm/debian/lightdm.install
===================================================================
--- goodies/trunk/lightdm/debian/lightdm.install 2011-10-07 20:57:58 UTC (rev 6105)
+++ goodies/trunk/lightdm/debian/lightdm.install 2011-10-08 11:34:11 UTC (rev 6106)
@@ -10,3 +10,4 @@
etc/apparmor.d/lightdm-guest-session
debian/lightdm-xsession.desktop /usr/share/xsessions
usr/lib/*/lightdm/lightdm-set-defaults
+usr/lib/*/lightdm/lightdm-guest-session-wrapper
Modified: goodies/trunk/lightdm/debian/patches/01_set-default-path.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/01_set-default-path.patch 2011-10-07 20:57:58 UTC (rev 6105)
+++ goodies/trunk/lightdm/debian/patches/01_set-default-path.patch 2011-10-08 11:34:11 UTC (rev 6106)
@@ -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.1/src/session.c
+Index: lightdm-1.0.3/src/session.c
===================================================================
---- 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 @@
+--- lightdm-1.0.3.orig/src/session.c 2011-10-08 00:56:51.000000000 +0200
++++ lightdm-1.0.3/src/session.c 2011-10-08 13:29:42.102575779 +0200
+@@ -249,7 +249,10 @@
g_debug ("Launching session");
user = pam_session_get_user (session->priv->authentication);
Modified: goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch 2011-10-07 20:57:58 UTC (rev 6105)
+++ goodies/trunk/lightdm/debian/patches/05_dont-add-pkglibexecdir-path.patch 2011-10-08 11:34:11 UTC (rev 6106)
@@ -1,8 +1,8 @@
-Index: lightdm-1.0.2/src/session.c
+Index: lightdm-1.0.3/src/session.c
===================================================================
---- lightdm-1.0.2.orig/src/session.c 2011-10-06 07:28:51.660678486 +0200
-+++ lightdm-1.0.2/src/session.c 2011-10-06 07:28:58.712733068 +0200
-@@ -216,26 +216,6 @@
+--- lightdm-1.0.3.orig/src/session.c 2011-10-08 13:29:42.102575779 +0200
++++ lightdm-1.0.3/src/session.c 2011-10-08 13:29:55.526679659 +0200
+@@ -217,26 +217,6 @@
}
}
@@ -29,7 +29,7 @@
gboolean
session_start (Session *session)
{
-@@ -435,7 +415,6 @@
+@@ -436,7 +416,6 @@
pam_session_setup (session->priv->authentication);
set_env_from_authentication (session, session->priv->authentication);
set_locale (session);
Deleted: 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-10-07 20:57:58 UTC (rev 6105)
+++ goodies/trunk/lightdm/debian/patches/06_move-lightdm-set-defaults-to-pkglibexecdir.patch 2011-10-08 11:34:11 UTC (rev 6106)
@@ -1,11 +0,0 @@
-Index: lightdm-1.0.1/utils/Makefile.am
-===================================================================
---- 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
-+pkglibexec_PROGRAMS = lightdm-set-defaults
- dist_pkglibexec_SCRIPTS = gdmflexiserver
-
- dm_tool_SOURCES = \
Added: goodies/trunk/lightdm/debian/patches/06_move-progs-to-pkglibexecdir.patch
===================================================================
--- goodies/trunk/lightdm/debian/patches/06_move-progs-to-pkglibexecdir.patch (rev 0)
+++ goodies/trunk/lightdm/debian/patches/06_move-progs-to-pkglibexecdir.patch 2011-10-08 11:34:11 UTC (rev 6106)
@@ -0,0 +1,24 @@
+Index: lightdm-1.0.3/utils/Makefile.am
+===================================================================
+--- lightdm-1.0.3.orig/utils/Makefile.am 2011-10-06 03:16:14.000000000 +0200
++++ lightdm-1.0.3/utils/Makefile.am 2011-10-08 13:30:03.382740381 +0200
+@@ -1,5 +1,5 @@
+ bin_PROGRAMS = dm-tool
+-libexec_PROGRAMS = lightdm-set-defaults
++pkglibexec_PROGRAMS = lightdm-set-defaults
+ dist_pkglibexec_SCRIPTS = gdmflexiserver
+
+ dm_tool_SOURCES = \
+Index: lightdm-1.0.3/src/Makefile.am
+===================================================================
+--- lightdm-1.0.3.orig/src/Makefile.am 2011-10-08 01:04:12.000000000 +0200
++++ lightdm-1.0.3/src/Makefile.am 2011-10-08 13:31:00.779184624 +0200
+@@ -93,7 +93,7 @@
+ $(LIGHTDM_LIBS) \
+ -lpam
+
+-libexec_PROGRAMS = lightdm-guest-session-wrapper
++pkglibexec_PROGRAMS = lightdm-guest-session-wrapper
+
+ lightdm_guest_session_wrapper_SOURCES = lightdm-guest-session-wrapper.c
+
Modified: goodies/trunk/lightdm/debian/patches/series
===================================================================
--- goodies/trunk/lightdm/debian/patches/series 2011-10-07 20:57:58 UTC (rev 6105)
+++ goodies/trunk/lightdm/debian/patches/series 2011-10-08 11:34:11 UTC (rev 6106)
@@ -3,4 +3,4 @@
03_quit-plymouth.patch
04_default-gtk-greeter-config.patch
05_dont-add-pkglibexecdir-path.patch
-06_move-lightdm-set-defaults-to-pkglibexecdir.patch
+06_move-progs-to-pkglibexecdir.patch
Modified: goodies/trunk/lightdm/debian/watch
===================================================================
--- goodies/trunk/lightdm/debian/watch 2011-10-07 20:57:58 UTC (rev 6105)
+++ goodies/trunk/lightdm/debian/watch 2011-10-08 11:34:11 UTC (rev 6106)
@@ -1,3 +1,3 @@
version=3
http://people.ubuntu.com/~robert-ancell/lightdm/releases/ \
- lightdm-([\d\.]+)\.tar\.(?:gz|bz2)
+ lightdm-(\d\.[02468]\.\d)\.tar\.(?:gz|bz2)
More information about the Pkg-xfce-commits
mailing list