[Pkg-utopia-commits] r964 - in packages/unstable: . pam_keyring
pam_keyring/debian
Riccardo Setti
giskard-guest at costa.debian.org
Tue Aug 22 17:09:34 UTC 2006
Author: giskard-guest
Date: 2006-08-22 17:09:33 +0000 (Tue, 22 Aug 2006)
New Revision: 964
Added:
packages/unstable/pam_keyring/
packages/unstable/pam_keyring/debian/
packages/unstable/pam_keyring/debian/README.Debian
packages/unstable/pam_keyring/debian/changelog
packages/unstable/pam_keyring/debian/compat
packages/unstable/pam_keyring/debian/control
packages/unstable/pam_keyring/debian/copyright
packages/unstable/pam_keyring/debian/docs
packages/unstable/pam_keyring/debian/pam-gnome-keyring-auth
packages/unstable/pam_keyring/debian/pam-gnome-keyring-session
packages/unstable/pam_keyring/debian/rules
packages/unstable/pam_keyring/debian/rules.old
Log:
import of pam-keyring
Added: packages/unstable/pam_keyring/debian/README.Debian
===================================================================
--- packages/unstable/pam_keyring/debian/README.Debian 2006-08-21 19:08:12 UTC (rev 963)
+++ packages/unstable/pam_keyring/debian/README.Debian 2006-08-22 17:09:33 UTC (rev 964)
@@ -0,0 +1,18 @@
+pam-ssh for Debian
+------------------
+
+You have to manually add include directive into your
+pam script, for each service you want to use it. As sample, here
+is my /etc/pam.d/gdm script:
+
+auth requisite pam_nologin.so
+auth required pam_env.so
+ at include common-auth
+ at include pam-gnome-keyring-auth
+ at include common-account
+session required pam_limits.so
+ at include common-session
+ at include pam-gnome-keyring-session
+ at include common-password
+
+pam-gnome-keyring-auth must be included after @include common-auth.
Added: packages/unstable/pam_keyring/debian/changelog
===================================================================
--- packages/unstable/pam_keyring/debian/changelog 2006-08-21 19:08:12 UTC (rev 963)
+++ packages/unstable/pam_keyring/debian/changelog 2006-08-22 17:09:33 UTC (rev 964)
@@ -0,0 +1,6 @@
+pam-keyring (0.0.8-1) unstable; urgency=low
+
+ * Iniatal package release (based on Wouter Bolsterlee work). (closes: )
+
+ -- Riccardo Setti <giskard at debian.org> Tue, 22 Aug 2006 14:26:22 +0200
+
Added: packages/unstable/pam_keyring/debian/compat
===================================================================
--- packages/unstable/pam_keyring/debian/compat 2006-08-21 19:08:12 UTC (rev 963)
+++ packages/unstable/pam_keyring/debian/compat 2006-08-22 17:09:33 UTC (rev 964)
@@ -0,0 +1 @@
+5
Added: packages/unstable/pam_keyring/debian/control
===================================================================
--- packages/unstable/pam_keyring/debian/control 2006-08-21 19:08:12 UTC (rev 963)
+++ packages/unstable/pam_keyring/debian/control 2006-08-22 17:09:33 UTC (rev 964)
@@ -0,0 +1,14 @@
+Source: pam-keyring
+Section: admin
+Priority: optional
+Maintainer: Riccardo Setti <giskard at debian.org>
+Build-Depends: debhelper (>= 4.0.0), libgnome-keyring-dev, libpam-dev
+Standards-Version: 3.6.1
+
+Package: libpam-gnome-keyring
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: GNOME keyring integration for PAM
+ This PAM module launches the gnome-keyring-daemon and then unlocks a keyring
+ using your login password. This module can be used to enable single sign-on
+ behaviour for Gnome desktops using GDM.
Added: packages/unstable/pam_keyring/debian/copyright
===================================================================
--- packages/unstable/pam_keyring/debian/copyright 2006-08-21 19:08:12 UTC (rev 963)
+++ packages/unstable/pam_keyring/debian/copyright 2006-08-22 17:09:33 UTC (rev 964)
@@ -0,0 +1,10 @@
+This package was debianized by Wouter Bolsterlee <uws at xs4all.nl> on
+Tue, 22 Aug 2006 11:25:31 +0200.
+
+It was downloaded from
+http://www.hekanetworks.com/index.php/publisher/articleview/frmArticleID/25/staticId/31/
+
+Copyright: GNU Public License, v2
+
+On Debian systems, the complete text of the GPL License can be
+found in `/usr/share/common-licenses/GPL-2'.
Added: packages/unstable/pam_keyring/debian/docs
===================================================================
--- packages/unstable/pam_keyring/debian/docs 2006-08-21 19:08:12 UTC (rev 963)
+++ packages/unstable/pam_keyring/debian/docs 2006-08-22 17:09:33 UTC (rev 964)
@@ -0,0 +1,3 @@
+NEWS
+README
+TODO
Added: packages/unstable/pam_keyring/debian/pam-gnome-keyring-auth
===================================================================
--- packages/unstable/pam_keyring/debian/pam-gnome-keyring-auth 2006-08-21 19:08:12 UTC (rev 963)
+++ packages/unstable/pam_keyring/debian/pam-gnome-keyring-auth 2006-08-22 17:09:33 UTC (rev 964)
@@ -0,0 +1 @@
+auth optional pam_keyring.so try_first_pass
Added: packages/unstable/pam_keyring/debian/pam-gnome-keyring-session
===================================================================
--- packages/unstable/pam_keyring/debian/pam-gnome-keyring-session 2006-08-21 19:08:12 UTC (rev 963)
+++ packages/unstable/pam_keyring/debian/pam-gnome-keyring-session 2006-08-22 17:09:33 UTC (rev 964)
@@ -0,0 +1,2 @@
+session optional pam_keyring.so
+
Added: packages/unstable/pam_keyring/debian/rules
===================================================================
--- packages/unstable/pam_keyring/debian/rules 2006-08-21 19:08:12 UTC (rev 963)
+++ packages/unstable/pam_keyring/debian/rules 2006-08-22 17:09:33 UTC (rev 964)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
Added: packages/unstable/pam_keyring/debian/rules.old
===================================================================
--- packages/unstable/pam_keyring/debian/rules.old 2006-08-21 19:08:12 UTC (rev 963)
+++ packages/unstable/pam_keyring/debian/rules.old 2006-08-22 17:09:33 UTC (rev 964)
@@ -0,0 +1,98 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Sample debian/rules that uses debhelper.
+# GNU copyright 1997 to 1999 by Joey Hess.
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+CFLAGS = -Wall -g
+
+ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
+ CFLAGS += -O0
+else
+ CFLAGS += -O2
+endif
+ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
+ INSTALL_PROGRAM += -s
+endif
+
+configure: configure-stamp
+configure-stamp:
+ dh_testdir
+ #./bootstrap.sh
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --libdir=/lib --libexecdir=/usr/lib --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info
+ touch configure-stamp
+
+
+build: build-stamp
+
+build-stamp: configure
+ dh_testdir
+ $(MAKE)
+ touch build-stamp
+
+clean: clean-patched
+
+clean-patched:
+ dh_testdir
+ dh_testroot
+ rm -f build-stamp configure-stamp
+ -$(MAKE) clean
+ rm -f config.status
+ rm -f config.log
+
+ # if bootstrap.sh before ./configure, you could uncomment them
+ #rm -f config.status config.log config.guess config.sub ltmain.sh
+ #rm -f ltoptions.m4 ltsugar.m4 ltversion.m4 libtool.m4
+
+ dh_clean
+
+install: build
+ dh_testdir
+ dh_testroot
+ dh_clean -k
+ dh_installdirs
+ $(MAKE) install DESTDIR=$(CURDIR)/debian/libpam-gnome-keyring
+ mkdir -p $(CURDIR)/debian/libpam-gnome-keyring/etc/pam.d/
+ mkdir -p $(CURDIR)/debian/libpam-gnome-keyring/usr/share/man/man8/
+ cp man/pam_keyring.8 $(CURDIR)/debian/libpam-gnome-keyring/usr/share/man/man8/pam_keyring.8
+ cp debian/pam-gnome-keyring-auth $(CURDIR)/debian/libpam-gnome-keyring/etc/pam.d/
+ cp debian/pam-gnome-keyring-session $(CURDIR)/debian/libpam-gnome-keyring/etc/pam.d/
+ libtool --finish $(CURDIR)/debian/libpam-gnome-keyring/lib/security/
+ rm -f $(CURDIR)/debian/libpam-gnome-keyring/lib/security/pam_keyring.la
+ rm -f $(CURDIR)/debian/libpam-gnome-keyring/lib/security/pam_keyring.a
+
+binary-indep: build install
+binary-arch: build install
+ dh_testdir
+ dh_testroot
+ dh_installchangelogs ChangeLog
+ dh_installdocs
+ dh_installexamples
+# dh_install
+# dh_installmenu
+# dh_installdebconf
+# dh_installlogrotate
+# dh_installemacsen
+# dh_installpam
+# dh_installmime
+# dh_installinit --no-start -r
+# dh_installcron
+# dh_installinfo
+ dh_installman
+ dh_link
+ dh_strip
+ dh_compress
+ dh_fixperms
+# dh_perl
+# dh_python
+ dh_makeshlibs
+ dh_installdeb
+ dh_shlibdeps
+ dh_gencontrol
+ dh_md5sums
+ dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure
Property changes on: packages/unstable/pam_keyring/debian/rules.old
___________________________________________________________________
Name: svn:executable
+ *
More information about the Pkg-utopia-commits
mailing list