r36867 - in /desktop/experimental/gnome-shell/debian: changelog patches/40_change-pam-name-to-match-gdm.patch patches/series

sjoerd at users.alioth.debian.org sjoerd at users.alioth.debian.org
Mon Mar 4 22:04:44 UTC 2013


Author: sjoerd
Date: Mon Mar  4 22:04:44 2013
New Revision: 36867

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=36867
Log:
* debian/patches/40_change-pam-name-to-match-gdm.patch
  + Added. Change the pam service name to match the one used by gdm in debian

Added:
    desktop/experimental/gnome-shell/debian/patches/40_change-pam-name-to-match-gdm.patch
Modified:
    desktop/experimental/gnome-shell/debian/changelog
    desktop/experimental/gnome-shell/debian/patches/series

Modified: desktop/experimental/gnome-shell/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/changelog?rev=36867&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/changelog [utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/changelog [utf-8] Mon Mar  4 22:04:44 2013
@@ -7,8 +7,10 @@
   * d/p/14_make-GLX-optional.patch: Fixed upstream
   * debian/control.in: Depend on e-d-s >= 3.7.90 to fix build failures due to
     deprecated structures in headers.
-
- -- Sjoerd Simons <sjoerd at debian.org>  Wed, 27 Feb 2013 22:16:21 +0100
+  * debian/patches/40_change-pam-name-to-match-gdm.patch
+    + Added. Change the pam service name to match the one used by gdm in debian
+
+ -- Sjoerd Simons <sjoerd at debian.org>  Mon, 04 Mar 2013 22:48:24 +0100
 
 gnome-shell (3.7.90-0ubuntu1~raring1) raring; urgency=medium
 

Added: desktop/experimental/gnome-shell/debian/patches/40_change-pam-name-to-match-gdm.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/patches/40_change-pam-name-to-match-gdm.patch?rev=36867&op=file
==============================================================================
--- desktop/experimental/gnome-shell/debian/patches/40_change-pam-name-to-match-gdm.patch (added)
+++ desktop/experimental/gnome-shell/debian/patches/40_change-pam-name-to-match-gdm.patch [utf-8] Mon Mar  4 22:04:44 2013
@@ -1,0 +1,13 @@
+diff --git a/js/gdm/util.js b/js/gdm/util.js
+index 6b69f33..3c1bcac 100644
+--- a/js/gdm/util.js
++++ b/js/gdm/util.js
+@@ -13,7 +13,7 @@ const Main = imports.ui.main;
+ const Params = imports.misc.params;
+ const Tweener = imports.ui.tweener;
+ 
+-const PASSWORD_SERVICE_NAME = 'gdm-password';
++const PASSWORD_SERVICE_NAME = 'gdm3';
+ const FINGERPRINT_SERVICE_NAME = 'gdm-fingerprint';
+ const FADE_ANIMATION_TIME = 0.16;
+ const CLONE_FADE_ANIMATION_TIME = 0.25;

Modified: desktop/experimental/gnome-shell/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/gnome-shell/debian/patches/series?rev=36867&op=diff
==============================================================================
--- desktop/experimental/gnome-shell/debian/patches/series [utf-8] (original)
+++ desktop/experimental/gnome-shell/debian/patches/series [utf-8] Mon Mar  4 22:04:44 2013
@@ -1,5 +1,6 @@
 11-no-gettext.patch
 27-nm-libexec-path.patch
 30-remoteMenu-Prevent-the-shell-from-becoming-unrespons.patch
+40_change-pam-name-to-match-gdm.patch
 revert-suspend-break.patch
 git_fix_too_short_apps_view.patch




More information about the pkg-gnome-commits mailing list