[Pkg-xfce-commits] r8006 - in /goodies/trunk/lightdm/debian: changelog patches/01_set-default-path.patch patches/02_default-config.patch patches/05_debianize-pam-files.patch patches/series watch

Yves-Alexis Perez corsac at alioth.debian.org
Sat Oct 12 07:08:27 UTC 2013


Author: corsac
Date: Sat Oct 12 07:08:26 2013
New Revision: 8006

URL: http://svn.debian.org/wsvn/pkg-xfce/?sc=1&rev=8006
Log:
* New upstream release.
* debian/patches:
  - 01_set-default-path, 02_default-config, 05_debianize-pam-files
    refreshed.
  - 03_quit-plymouth disabled for now, to check if problem is really fixed
    upstream.

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/05_debianize-pam-files.patch
    goodies/trunk/lightdm/debian/patches/series
    goodies/trunk/lightdm/debian/watch

Modified: goodies/trunk/lightdm/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/changelog?rev=8006&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/changelog	(original)
+++ goodies/trunk/lightdm/debian/changelog	Sat Oct 12 07:08:26 2013
@@ -1,3 +1,14 @@
+lightdm (1.8.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+  * debian/patches:
+    - 01_set-default-path, 02_default-config, 05_debianize-pam-files
+      refreshed.
+    - 03_quit-plymouth disabled for now, to check if problem is really fixed
+      upstream.
+
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 12 Oct 2013 08:32:05 +0200
+
 lightdm (1.6.3-1) unstable; urgency=low
 
   * New upstream release.

Modified: goodies/trunk/lightdm/debian/patches/01_set-default-path.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/patches/01_set-default-path.patch?rev=8006&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/patches/01_set-default-path.patch	(original)
+++ goodies/trunk/lightdm/debian/patches/01_set-default-path.patch	Sat Oct 12 07:08:26 2013
@@ -4,7 +4,7 @@
 Description: Fix default PATH environment variable
 --- a/src/seat.c
 +++ b/src/seat.c
-@@ -262,7 +262,10 @@ run_script (Seat *seat, Display *display
+@@ -267,7 +267,10 @@ run_script (Seat *seat, DisplayServer *d
          process_set_env (script, "PATH", g_getenv ("PATH"));
      }
      else
@@ -18,7 +18,7 @@
      {
 --- a/src/session-child.c
 +++ b/src/session-child.c
-@@ -329,7 +329,10 @@ session_child_run (int argc, char **argv
+@@ -355,7 +355,10 @@ session_child_run (int argc, char **argv
          else
          {
              /* Set POSIX variables */

Modified: goodies/trunk/lightdm/debian/patches/02_default-config.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/patches/02_default-config.patch?rev=8006&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/patches/02_default-config.patch	(original)
+++ goodies/trunk/lightdm/debian/patches/02_default-config.patch	Sat Oct 12 07:08:26 2013
@@ -12,15 +12,10 @@
 === modified file 'data/lightdm.conf'
 --- a/data/lightdm.conf
 +++ b/data/lightdm.conf
-@@ -65,19 +65,19 @@
- #xserver-command=X
- #xserver-layout=
- #xserver-config=
--#xserver-allow-tcp=false
-+xserver-allow-tcp=false
- #xdmcp-manager=
- #xdmcp-port=177
+@@ -85,15 +85,15 @@
  #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
@@ -33,6 +28,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/trunk/lightdm/debian/patches/05_debianize-pam-files.patch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/patches/05_debianize-pam-files.patch?rev=8006&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/patches/05_debianize-pam-files.patch	(original)
+++ goodies/trunk/lightdm/debian/patches/05_debianize-pam-files.patch	Sat Oct 12 07:08:26 2013
@@ -1,6 +1,6 @@
 --- a/data/pam/lightdm
 +++ b/data/pam/lightdm
-@@ -1,19 +1,35 @@
+@@ -1,20 +1,35 @@
  #%PAM-1.0
  
  # Block login if they are globally disabled
@@ -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.
@@ -46,9 +47,20 @@
 +session optional        pam_gnome_keyring.so auto_start
 +
 + at include common-password
+--- a/data/pam/lightdm-greeter
++++ b/data/pam/lightdm-greeter
+@@ -1,7 +1,7 @@
+ #%PAM-1.0
+ 
+ # Load environment from /etc/environment and ~/.pam_environment
+-auth      required pam_env.so
++auth      required pam_env.so envfile=/etc/default/locale
+ 
+ # Always let the greeter start without authentication
+ auth      required pam_permit.so
 --- a/data/pam/lightdm-autologin
 +++ b/data/pam/lightdm-autologin
-@@ -1,19 +1,35 @@
+@@ -1,20 +1,35 @@
  #%PAM-1.0
  
  # Block login if they are globally disabled
@@ -89,15 +101,5 @@
  
 -# 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
-@@ -1,7 +1,7 @@
- #%PAM-1.0
- 
- # Load environment from /etc/environment and ~/.pam_environment
--auth      required pam_env.so
-+auth      required pam_env.so envfile=/etc/default/locale
- 
- # Always let the greeter start without authentication
- auth      required pam_permit.so

Modified: goodies/trunk/lightdm/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/patches/series?rev=8006&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/patches/series	(original)
+++ goodies/trunk/lightdm/debian/patches/series	Sat Oct 12 07:08:26 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

Modified: goodies/trunk/lightdm/debian/watch
URL: http://svn.debian.org/wsvn/pkg-xfce/goodies/trunk/lightdm/debian/watch?rev=8006&op=diff
==============================================================================
--- goodies/trunk/lightdm/debian/watch	(original)
+++ goodies/trunk/lightdm/debian/watch	Sat Oct 12 07:08:26 2013
@@ -1,3 +1,3 @@
 version=3
-https://launchpad.net/lightdm/1.6 \
+https://launchpad.net/lightdm/1.8 \
 https://launchpad.net/lightdm/.*/lightdm-(\d\.\d\.\d)\.tar\.(?:gz|bz2|xz)




More information about the Pkg-xfce-commits mailing list