r19439 - in /desktop/unstable/gnome-keyring/debian: changelog control control.in libpam-gnome-keyring.README.Debian libpam-gnome-keyring.install libpam-gnome-keyring.postinst libpam-gnome-keyring.prerm pam-configs/ pam-configs/gnome-keyring
joss at users.alioth.debian.org
joss at users.alioth.debian.org
Wed Apr 8 13:40:18 UTC 2009
Author: joss
Date: Wed Apr 8 13:40:18 2009
New Revision: 19439
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19439
Log:
* pam-configs/gnome-keyring: ship a PAM configuration for the Password
stanzas.
* libpam-gnome-keyring.install: install it.
* libpam-gnome-keyring.{postinst,prerm}: run pam-auth-update.
* Depend on libpam-runtime (>= 1.0.1-6).
* libpam-gnome-keyring.README.Debian: remove the documentation for the
passwd module.
Added:
desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.postinst
desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.prerm
desktop/unstable/gnome-keyring/debian/pam-configs/
desktop/unstable/gnome-keyring/debian/pam-configs/gnome-keyring
Modified:
desktop/unstable/gnome-keyring/debian/changelog
desktop/unstable/gnome-keyring/debian/control
desktop/unstable/gnome-keyring/debian/control.in
desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.README.Debian
desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.install
Modified: desktop/unstable/gnome-keyring/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/changelog?rev=19439&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/changelog (original)
+++ desktop/unstable/gnome-keyring/debian/changelog Wed Apr 8 13:40:18 2009
@@ -1,4 +1,4 @@
-gnome-keyring (2.26.0-3) UNRELEASED; urgency=low
+gnome-keyring (2.26.0-3) unstable; urgency=low
* libgp11-0.shlibs: add shlibs file for libgp11. Closes: #522381.
* libgcr0.symbols, libgnome-keyring0.symbols: add
@@ -10,8 +10,15 @@
* Standards version is 3.8.1.
* 03_secure-mem_crash.patch: new patch, stolen upstream. Fixes
assertion error in the secure memory allocator. Closes: #522266.
-
- -- Josselin Mouette <joss at debian.org> Wed, 08 Apr 2009 14:32:14 +0200
+ * pam-configs/gnome-keyring: ship a PAM configuration for the Password
+ stanzas.
+ * libpam-gnome-keyring.install: install it.
+ * libpam-gnome-keyring.{postinst,prerm}: run pam-auth-update.
+ * Depend on libpam-runtime (>= 1.0.1-6).
+ * libpam-gnome-keyring.README.Debian: remove the documentation for the
+ passwd module.
+
+ -- Josselin Mouette <joss at debian.org> Wed, 08 Apr 2009 15:39:31 +0200
gnome-keyring (2.26.0-2) unstable; urgency=low
Modified: desktop/unstable/gnome-keyring/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control?rev=19439&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control (original)
+++ desktop/unstable/gnome-keyring/debian/control Wed Apr 8 13:40:18 2009
@@ -102,7 +102,8 @@
Section: admin
Architecture: any
Depends: ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ libpam-runtime (>= 1.0.1-6)
Recommends: gnome-keyring
Conflicts: libpam-keyring
Replaces: libpam-keyring
Modified: desktop/unstable/gnome-keyring/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/control.in?rev=19439&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/control.in (original)
+++ desktop/unstable/gnome-keyring/debian/control.in Wed Apr 8 13:40:18 2009
@@ -102,7 +102,8 @@
Section: admin
Architecture: any
Depends: ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ libpam-runtime (>= 1.0.1-6)
Recommends: gnome-keyring
Conflicts: libpam-keyring
Replaces: libpam-keyring
Modified: desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.README.Debian
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.README.Debian?rev=19439&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.README.Debian (original)
+++ desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.README.Debian Wed Apr 8 13:40:18 2009
@@ -2,13 +2,8 @@
----------------------------
The default PAM configuration for GDM and gnome-screensaver already
-uses pam_gnome_keyring.
-
-If you want the default password to be correctly changed together with
-the login password, you need to add the following line to
-/etc/pam.d/common-password:
- password optional pam_gnome_keyring.so
-
+uses pam_gnome_keyring. Password change is also implemented through the
+global PAM configuration.
If you want to start gnome_keyring from another display manager, you
need to add the following lines to the corresponding /etc/pam.d/?dm
Modified: desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.install
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.install?rev=19439&op=diff
==============================================================================
--- desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.install (original)
+++ desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.install Wed Apr 8 13:40:18 2009
@@ -1,1 +1,2 @@
debian/tmp/lib/security/*.so
+debian/pam-configs /usr/share/
Added: desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.postinst
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.postinst?rev=19439&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.postinst (added)
+++ desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.postinst Wed Apr 8 13:40:18 2009
@@ -1,0 +1,6 @@
+#! /bin/sh
+set -e
+
+pam-auth-update --package
+
+#DEBHELPER#
Added: desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.prerm
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.prerm?rev=19439&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.prerm (added)
+++ desktop/unstable/gnome-keyring/debian/libpam-gnome-keyring.prerm Wed Apr 8 13:40:18 2009
@@ -1,0 +1,8 @@
+#! /bin/sh
+set -e
+
+if [ "$1" = remove ]; then
+ pam-auth-update --package --remove gnome-keyring
+fi
+
+#DEBHELPER#
Added: desktop/unstable/gnome-keyring/debian/pam-configs/gnome-keyring
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-keyring/debian/pam-configs/gnome-keyring?rev=19439&op=file
==============================================================================
--- desktop/unstable/gnome-keyring/debian/pam-configs/gnome-keyring (added)
+++ desktop/unstable/gnome-keyring/debian/pam-configs/gnome-keyring Wed Apr 8 13:40:18 2009
@@ -1,0 +1,6 @@
+Name: GNOME Keyring Daemon - Login keyring management
+Default: yes
+Priority: 0
+Password-Type: Additional
+Password-Final:
+ optional pam_gnome_keyring.so
More information about the pkg-gnome-commits
mailing list