From 797a1ba73e01ce68479f61088b4d7d698bed31a2 Mon Sep 17 00:00:00 2001 From: Ian Beckwith Date: Fri, 24 Jun 2011 17:49:27 +0100 Subject: [PATCH] Update PAM config, now just includes common-auth, common-account and common-session --- debian/changelog | 4 +++- debian/kermit.pam | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1291cc6..ce631d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,8 @@ ckermit (212-1~b2) unstable; urgency=low * Removed all patches from debian/patches, all taken upstream. * debian/rules: use dh minimal rules file. * Bump debhelper build depends to (>= 7.0.50~) for dh override support. + * Update PAM config, now just includes common-auth, common-account + and common-session. * Propitiate lintian: + remove ./ from override paths. + add override unusual-interpreter #!/usr/bin/kermit. @@ -20,7 +22,7 @@ ckermit (212-1~b2) unstable; urgency=low + Standards-Version: 3.9.2 (no changes). * Remove XS-Autobuild: yes; not needed now we are in main. - -- Ian Beckwith Fri, 24 Jun 2011 16:41:04 +0100 + -- Ian Beckwith Fri, 24 Jun 2011 17:49:03 +0100 ckermit (211-15) unstable; urgency=low diff --git a/debian/kermit.pam b/debian/kermit.pam index b07925c..5a1225f 100644 --- a/debian/kermit.pam +++ b/debian/kermit.pam @@ -1,4 +1,4 @@ -auth required pam_unix_auth.so shadow nullok -account required pam_unix_acct.so -session required pam_unix_session.so +@include common-auth +@include common-account +@include common-session -- 2.11.0