[Pkg-samba-maint] r4081 - trunk/samba/debian

bubulle at alioth.debian.org bubulle at alioth.debian.org
Thu May 10 12:28:43 UTC 2012


tags 646292 pending
thanks

Author: bubulle
Date: 2012-05-10 12:28:43 +0000 (Thu, 10 May 2012)
New Revision: 4081

Added:
   trunk/samba/debian/libnss-winbind.install
Modified:
   trunk/samba/debian/NEWS
   trunk/samba/debian/changelog
   trunk/samba/debian/control
   trunk/samba/debian/libpam-winbind.install
Log:
* Split NSS modules into a new libnss-winbind binary package.
  Closes: #646292
* Add a NEWS.Debian netry about the libnss-winbind split and, while at
  it, add an entry for libpam-winbind too (as it will affect upgrades
  from squeeze).

Modified: trunk/samba/debian/NEWS
===================================================================
--- trunk/samba/debian/NEWS	2012-05-09 20:25:21 UTC (rev 4080)
+++ trunk/samba/debian/NEWS	2012-05-10 12:28:43 UTC (rev 4081)
@@ -1,3 +1,26 @@
+samba (2:3.6.5-2) unstable; urgency=low
+
+  * NSS modules have been split out from libpam-winbind to
+    libnss-winbind.
+    
+    If Recommends: installs are disabled on your system you may need
+    to manually install the libnss-winbind package after upgrading
+    from former versions of winbind (for instance from squeeze) or
+    from former versions of libpam-winbind.
+
+ -- Christian Perrier <bubulle at debian.org>  Mon, 07 May 2012 22:16:32 +0200
+
+samba (2:3.5.11~dfsg-3) unstable; urgency=low
+
+  * PAM modules and NSS modules have been split out from the winbind
+    package into libpam-winbind.
+    
+    If Recommends: installs are disabled on your system you may need
+    to manually install the libpam-winbind package after upgrading
+    from former versions of winbind (for instance from squeeze)
+
+ -- Steve Langasek <vorlon at debian.org>  Fri, 21 Oct 2011 20:00:13 +0000
+
 samba (2:3.4.0-1) unstable; urgency=low
 
   * Default passdb backend changed in samba 3.4.0 and above

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2012-05-09 20:25:21 UTC (rev 4080)
+++ trunk/samba/debian/changelog	2012-05-10 12:28:43 UTC (rev 4081)
@@ -33,6 +33,11 @@
     failures when some versions of these packages are locally installed.
     Closes: #657314
   * Rename fix-samba.ldip-syntax.patch to fix-samba.ldif-syntax.patch
+  * Split NSS modules into a new libnss-winbind binary package.
+    Closes: #646292
+  * Add a NEWS.Debian netry about the libnss-winbind split and, while at
+    it, add an entry for libpam-winbind too (as it will affect upgrades
+    from squeeze).
 
  -- Christian Perrier <bubulle at debian.org>  Mon, 07 May 2012 22:16:32 +0200
 

Modified: trunk/samba/debian/control
===================================================================
--- trunk/samba/debian/control	2012-05-09 20:25:21 UTC (rev 4080)
+++ trunk/samba/debian/control	2012-05-10 12:28:43 UTC (rev 4081)
@@ -184,7 +184,7 @@
 Architecture: any
 Multi-Arch: foreign
 Depends: ${shlibs:Depends}, ${misc:Depends}, libwbclient0 (= ${binary:Version}), samba-common (= ${source:Version}), lsb-base (>= 3.0-6), adduser
-Recommends: libpam-winbind
+Recommends: libpam-winbind, libnss-winbind
 Replaces: samba (<= 2.2.3-2)
 Description: Samba nameservice integration server
  Samba is an implementation of the SMB/CIFS protocol for Unix systems,
@@ -208,15 +208,35 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}, winbind (= ${binary:Version}), libwbclient0 (= ${binary:Version}), samba-common (= ${source:Version}), libpam-runtime (>= 1.0.1-6), libpam0g (>= 1.1.3-2~)
 Breaks: winbind (<< 2:3.5.11~dfsg-3)
 Replaces: samba (<= 2.2.3-2), winbind (<< 2:3.5.11~dfsg-3)
-Description: Samba nameservice and authentication integration plugins
+Description: Windows domain authentication integration plugin
  Samba is an implementation of the SMB/CIFS protocol for Unix systems,
  providing support for cross-platform file and printer sharing with
  Microsoft Windows, OS X, and other Unix systems.  Samba can also function
  as an NT4-style domain controller, and can integrate with both NT4 domains
  and Active Directory realms as a member server.
  .
- This package provides pam_winbind and nss_winbind, plugins that integrate
+ This package provides pam_winbind, a plugin that integrates
  with a local winbindd server to provide Windows domain authentication and
+ user/group name lookups to the system.
+
+Package: libnss-winbind
+Section: net
+Priority: optional
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, winbind (= ${binary:Version}), libwbclient0 (= ${binary:Version}), samba-common (= ${source:Version})
+Breaks: winbind (<< 2:3.5.11~dfsg-3)
+Replaces: samba (<= 2.2.3-2), winbind (<< 2:3.5.11~dfsg-3)
+Description: Samba nameservice integration plugins
+ Samba is an implementation of the SMB/CIFS protocol for Unix systems,
+ providing support for cross-platform file and printer sharing with
+ Microsoft Windows, OS X, and other Unix systems.  Samba can also function
+ as an NT4-style domain controller, and can integrate with both NT4 domains
+ and Active Directory realms as a member server.
+ .
+ This package provides nss_winbind, a plugin that integrates
+ with a local winbindd server to provide Windows domain authentication and
  user/group name lookups to the system; and nss_wins, which provides
  hostname lookups via both the NBNS and NetBIOS broadcast protocols.
 

Added: trunk/samba/debian/libnss-winbind.install
===================================================================
--- trunk/samba/debian/libnss-winbind.install	                        (rev 0)
+++ trunk/samba/debian/libnss-winbind.install	2012-05-10 12:28:43 UTC (rev 4081)
@@ -0,0 +1,2 @@
+lib/*/libnss_winbind.so.2
+lib/*/libnss_wins.so.2

Modified: trunk/samba/debian/libpam-winbind.install
===================================================================
--- trunk/samba/debian/libpam-winbind.install	2012-05-09 20:25:21 UTC (rev 4080)
+++ trunk/samba/debian/libpam-winbind.install	2012-05-10 12:28:43 UTC (rev 4081)
@@ -1,5 +1,3 @@
 usr/share/man/man8/pam_winbind.8
 lib/*/security/pam_winbind.so
 usr/share/pam-configs/winbind
-lib/*/libnss_winbind.so.2
-lib/*/libnss_wins.so.2





More information about the Pkg-samba-maint mailing list