[Pkg-samba-maint] r3000 - trunk/samba/debian
vorlon at alioth.debian.org
vorlon at alioth.debian.org
Mon Aug 24 05:37:23 UTC 2009
Author: vorlon
Date: 2009-08-24 05:37:22 +0000 (Mon, 24 Aug 2009)
New Revision: 3000
Modified:
trunk/samba/debian/changelog
trunk/samba/debian/control
trunk/samba/debian/samba.pamd
Log:
* debian/samba.pamd: include common-session-noninteractive instead of
common-session, to avoid pulling in modules specific to interactive
logins such as pam_ck_connector.
* debian/control: samba depends on libpam-runtime (>= 1.0.1-11) for the
above.
Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog 2009-08-23 11:39:57 UTC (rev 2999)
+++ trunk/samba/debian/changelog 2009-08-24 05:37:22 UTC (rev 3000)
@@ -1,3 +1,13 @@
+samba (2:3.4.0-4) UNRELEASED; urgency=low
+
+ * debian/samba.pamd: include common-session-noninteractive instead of
+ common-session, to avoid pulling in modules specific to interactive
+ logins such as pam_ck_connector.
+ * debian/control: samba depends on libpam-runtime (>= 1.0.1-11) for the
+ above.
+
+ -- Steve Langasek <vorlon at debian.org> Sun, 23 Aug 2009 22:35:16 -0700
+
samba (2:3.4.0-3) unstable; urgency=low
[ Steve Langasek ]
Modified: trunk/samba/debian/control
===================================================================
--- trunk/samba/debian/control 2009-08-23 11:39:57 UTC (rev 2999)
+++ trunk/samba/debian/control 2009-08-24 05:37:22 UTC (rev 3000)
@@ -19,7 +19,7 @@
Package: samba
Architecture: any
-Depends: samba-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-13.1), libpam-modules, lsb-base (>= 3.2-13), procps, update-inetd, adduser
+Depends: samba-common (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 1.0.1-11), libpam-modules, lsb-base (>= 3.2-13), procps, update-inetd, adduser
Recommends: logrotate
Suggests: openbsd-inetd | inet-superserver, smbldap-tools, ldb-tools, ctdb
Replaces: samba-common (<= 2.0.5a-2)
Modified: trunk/samba/debian/samba.pamd
===================================================================
--- trunk/samba/debian/samba.pamd 2009-08-23 11:39:57 UTC (rev 2999)
+++ trunk/samba/debian/samba.pamd 2009-08-24 05:37:22 UTC (rev 3000)
@@ -1,3 +1,3 @@
@include common-auth
@include common-account
- at include common-session
+ at include common-session-noninteractive
More information about the Pkg-samba-maint
mailing list