[Pkg-samba-maint] r4015 - branches/samba/backports.org/squeeze/debian

bubulle at alioth.debian.org bubulle at alioth.debian.org
Sat Feb 18 06:36:48 UTC 2012


Author: bubulle
Date: 2012-02-18 06:36:48 +0000 (Sat, 18 Feb 2012)
New Revision: 4015

Removed:
   branches/samba/backports.org/squeeze/debian/libpam-winbind.postinst
   branches/samba/backports.org/squeeze/debian/libpam-winbind.prerm
Modified:
   branches/samba/backports.org/squeeze/debian/changelog
   branches/samba/backports.org/squeeze/debian/control
Log:
Drop calls to pam-auth-update in libpam-winbind maintainer
scripts and then relax the dependency on libpam0g

Modified: branches/samba/backports.org/squeeze/debian/changelog
===================================================================
--- branches/samba/backports.org/squeeze/debian/changelog	2012-02-18 06:29:01 UTC (rev 4014)
+++ branches/samba/backports.org/squeeze/debian/changelog	2012-02-18 06:36:48 UTC (rev 4015)
@@ -1,3 +1,10 @@
+samba (2:3.6.1-3~bpo60+2) UNRELEASED; urgency=low
+
+  * Drop calls to pam-auth-update in libpam-winbind maintainer
+    scripts and then relax the dependency on libpam0g
+
+ -- Christian Perrier <bubulle at debian.org>  Sat, 18 Feb 2012 07:36:01 +0100
+
 samba (2:3.6.1-3~bpo60+1) squeeze-backports; urgency=low
 
   * Squeeze backport

Modified: branches/samba/backports.org/squeeze/debian/control
===================================================================
--- branches/samba/backports.org/squeeze/debian/control	2012-02-18 06:29:01 UTC (rev 4014)
+++ branches/samba/backports.org/squeeze/debian/control	2012-02-18 06:36:48 UTC (rev 4015)
@@ -204,7 +204,7 @@
 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}), libpam-runtime (>= 1.0.1-6), libpam0g (>= 1.1.3-2~)
+Depends: ${shlibs:Depends}, ${misc:Depends}, winbind (= ${binary:Version}), libwbclient0 (= ${binary:Version}), samba-common (= ${source:Version}), libpam-runtime (>= 1.0.1-6), libpam0g
 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

Deleted: branches/samba/backports.org/squeeze/debian/libpam-winbind.postinst
===================================================================
--- branches/samba/backports.org/squeeze/debian/libpam-winbind.postinst	2012-02-18 06:29:01 UTC (rev 4014)
+++ branches/samba/backports.org/squeeze/debian/libpam-winbind.postinst	2012-02-18 06:36:48 UTC (rev 4015)
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-set -e
-
-pam-auth-update --package
-
-#DEBHELPER#

Deleted: branches/samba/backports.org/squeeze/debian/libpam-winbind.prerm
===================================================================
--- branches/samba/backports.org/squeeze/debian/libpam-winbind.prerm	2012-02-18 06:29:01 UTC (rev 4014)
+++ branches/samba/backports.org/squeeze/debian/libpam-winbind.prerm	2012-02-18 06:36:48 UTC (rev 4015)
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = remove ]; then
-	pam-auth-update --package --remove winbind
-fi
-
-#DEBHELPER#





More information about the Pkg-samba-maint mailing list