[Pkg-xfce-commits] r7308 - in goodies/branches/experimental/lightdm/debian: . patches

Yves-Alexis Perez corsac at alioth.debian.org
Sat Feb 2 01:22:35 UTC 2013


Author: corsac
Date: 2013-02-02 13:22:35 +0000 (Sat, 02 Feb 2013)
New Revision: 7308

Modified:
   goodies/branches/experimental/lightdm/debian/changelog
   goodies/branches/experimental/lightdm/debian/control
   goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch
   goodies/branches/experimental/lightdm/debian/patches/03_quit-plymouth.patch
   goodies/branches/experimental/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch
   goodies/branches/experimental/lightdm/debian/patches/05_debianize-pam-files.patch
Log:
* New upstream unstable release.
* debian/patches:
  - 01_set-default-path, 03_quit-plymouth, 04_dont-add-pkglibexecdir-path
    and 05_debianize-pam-files refreshed.
* debian/control:
  - add build-dep on libgcrypt11-dev.

Modified: goodies/branches/experimental/lightdm/debian/changelog
===================================================================
--- goodies/branches/experimental/lightdm/debian/changelog	2013-02-02 13:08:02 UTC (rev 7307)
+++ goodies/branches/experimental/lightdm/debian/changelog	2013-02-02 13:22:35 UTC (rev 7308)
@@ -1,10 +1,16 @@
-lightdm (1.4.0-2) UNRELEASED; urgency=low
+lightdm (1.5.0-1) UNRELEASED; urgency=low
 
   * debian/docs: ship NEWS file.                                closes: #689870
   * debian/watch:
     - support .xz tarballs.
+  * New upstream unstable release.
+  * debian/patches:
+    - 01_set-default-path, 03_quit-plymouth, 04_dont-add-pkglibexecdir-path
+      and 05_debianize-pam-files refreshed.
+  * debian/control:
+    - add build-dep on libgcrypt11-dev.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Mon, 08 Oct 2012 08:03:29 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Sat, 02 Feb 2013 14:01:22 +0100
 
 lightdm (1.4.0-1) experimental; urgency=low
 

Modified: goodies/branches/experimental/lightdm/debian/control
===================================================================
--- goodies/branches/experimental/lightdm/debian/control	2013-02-02 13:08:02 UTC (rev 7307)
+++ goodies/branches/experimental/lightdm/debian/control	2013-02-02 13:22:35 UTC (rev 7308)
@@ -9,7 +9,7 @@
  libdbus-glib-1-dev, libxcb1-dev, libxdmcp-dev, libpam-dev, libxklavier-dev, 
  libgtk-3-dev, libck-connector-dev, gnome-doc-utils, libqt4-dev,
  valac, gobject-introspection, dpkg-dev (>= 1.16.1),
- gtk-doc-tools, itstool
+ gtk-doc-tools, itstool, libgcrypt11-dev
 Standards-Version: 3.9.3
 Homepage: https://launchpad.net/lightdm
 Vcs-Svn: svn://svn.debian.org/pkg-xfce/goodies/trunk/lightdm

Modified: goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch
===================================================================
--- goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch	2013-02-02 13:08:02 UTC (rev 7307)
+++ goodies/branches/experimental/lightdm/debian/patches/01_set-default-path.patch	2013-02-02 13:22:35 UTC (rev 7308)
@@ -18,7 +18,7 @@
      {
 --- a/src/session-child.c
 +++ b/src/session-child.c
-@@ -312,7 +312,10 @@ session_child_run (int argc, char **argv
+@@ -329,7 +329,10 @@ session_child_run (int argc, char **argv
          else
          {
              /* Set POSIX variables */

Modified: goodies/branches/experimental/lightdm/debian/patches/03_quit-plymouth.patch
===================================================================
--- goodies/branches/experimental/lightdm/debian/patches/03_quit-plymouth.patch	2013-02-02 13:08:02 UTC (rev 7307)
+++ goodies/branches/experimental/lightdm/debian/patches/03_quit-plymouth.patch	2013-02-02 13:22:35 UTC (rev 7308)
@@ -4,11 +4,9 @@
 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.1/src/xserver-local.c
-===================================================================
---- 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 @@
+--- a/src/xserver-local.c
++++ b/src/xserver-local.c
+@@ -142,7 +142,7 @@ xserver_local_new (void)
              g_debug ("X server %s will replace Plymouth", xserver_get_address (XSERVER (self)));
              self->priv->replacing_plymouth = TRUE;
              self->priv->vt = active_vt;

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	2013-02-02 13:08:02 UTC (rev 7307)
+++ goodies/branches/experimental/lightdm/debian/patches/04_dont-add-pkglibexecdir-path.patch	2013-02-02 13:22:35 UTC (rev 7308)
@@ -2,7 +2,7 @@
 Description: don't add PKGLIBEXEC_DIR to the user PATH
 --- a/src/session-child.c
 +++ b/src/session-child.c
-@@ -462,11 +462,6 @@ session_child_run (int argc, char **argv
+@@ -479,11 +479,6 @@ session_child_run (int argc, char **argv
          g_free (value);
      }
  

Modified: goodies/branches/experimental/lightdm/debian/patches/05_debianize-pam-files.patch
===================================================================
--- goodies/branches/experimental/lightdm/debian/patches/05_debianize-pam-files.patch	2013-02-02 13:08:02 UTC (rev 7307)
+++ goodies/branches/experimental/lightdm/debian/patches/05_debianize-pam-files.patch	2013-02-02 13:22:35 UTC (rev 7308)
@@ -1,14 +1,14 @@
 --- a/data/pam/lightdm
 +++ b/data/pam/lightdm
-@@ -1,19 +1,36 @@
+@@ -1,19 +1,35 @@
  #%PAM-1.0
  
- # Block login if they are disabled
+ # Block login if they are globally disabled
 -auth      required pam_nologin.so
 +auth      requisite pam_nologin.so
  
  # Load environment from /etc/environment and ~/.pam_environment
- auth      required pam_env.so
+-auth      required pam_env.so
 +auth      required pam_env.so envfile=/etc/default/locale
  
 -# Use /etc/passwd and /etc/shadow for passwords
@@ -48,7 +48,7 @@
 + at include common-password
 --- a/data/pam/lightdm-autologin
 +++ b/data/pam/lightdm-autologin
-@@ -1,19 +1,34 @@
+@@ -1,19 +1,35 @@
  #%PAM-1.0
  
  # Block login if they are globally disabled
@@ -56,12 +56,11 @@
 +auth      requisite pam_nologin.so
  
  # Load environment from /etc/environment and ~/.pam_environment
- auth      required pam_env.so
+-auth      required pam_env.so
 +auth      required pam_env.so envfile=/etc/default/locale
  
--# Use /etc/passwd and /etc/shadow for passwords
--auth      required pam_unix.so
-+auth      required pam_permit.so
+ # Allow access without authentication
+ auth      required pam_permit.so
  
 -# Stop autologin if account requires action
 -account   required pam_unix.so
@@ -87,7 +86,18 @@
  
  # Can't change password
  password  required pam_deny.so
--
+ 
 -# Setup session
 -session   required pam_unix.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




More information about the Pkg-xfce-commits mailing list