diff -Nru libnss-ldap-265/debian/changelog libnss-ldap-265/debian/changelog --- libnss-ldap-265/debian/changelog 2014-11-05 11:06:07.000000000 +0100 +++ libnss-ldap-265/debian/changelog 2014-11-21 16:14:43.000000000 +0100 @@ -1,3 +1,52 @@ +libnss-ldap (265-3ubuntu2) vivid; urgency=low + + * Changelog entry enhanced from previous version with more details. + * debian/changelog : removed po-debconf from Build-depends + * Merge from Debian unstable. Remaining changes: + (LP: #1389152) + + debian/control: update Maintainer field + - Removed cdbs, quilt, patchutils as the build now uses dh-autoreconf + - Kept po-debconf out of Build-depends + - Move nscd to Suggests + + removed the following files: + - debian/config + - debian/libnss-ldap.postinst + - debian/libnss-ldap.postrm + - debian/po + - debian/templates + + modified the following files: + - debian/libnss-ldap.dirs - Adapted to new build structure + - debian/libnss-ldap.install - Adapted to new build structure + + debian/LDAP-Permissions.txt: use /etc/ldap.conf + + debian/README.Debian: use /etc/ldap.conf + + debian/rules: don't use --with-ldap-conf-file and --with-ldap-secret-file + + debian/libnss-ldap.install: removed usr/share/libnss-ldap/ldap.conf + + debian/libnss-ldap.dirs: removed usr/share/libnss-ldap + + debian/patches : + - authpriv_log_c & authpriv_log_h merged into log_authpriv.patch + - autoreconf.patch dropped as dh-autoreconf is used now + - debian_conf is now conf_notes.patch + - fix-ethers-truncation.patch is dropped since fixed upstream + - fix-glibc-test-for-armel-gnueabi.patch replaced by + treat-all-debian-systems-like-linux.patch + - glibc-2.16.patch Handle removal of __libc_lock_lock and similar + symbols from libc (LP: #1387594) + * Remaining changes from debian unstable for LP: #155947 + + added debian/nssldap-update-ignoreusers which update + nss_initgroups_ignoreusers in /etc/ldap.conf based on + nss_initgroups_minimum_uid + + add manpage for nssldap-update-ignoreusers + + debian/libnss-ldap.install: added usr/sbin/nssldap-update-ignoreusers + and usr/share/man/man8/nssldap-update-ignoreusers.8 + + added debian/libnss-ldap.init to call nssldap-update-ignoreusers on + shutdown + + debian/rules: install initscript + + debian/libnss-ldap.dirs: added var/lib/libnss-ldap + + debian/patches/minimum_uid.patch: update ldap.conf and manpage for + nss_initgroups_ignoreusers and nss_initgroups_minimum_uid updates; + + -- Louis Bouchard Mon, 03 Nov 2014 17:03:35 +0100 + libnss-ldap (265-3ubuntu1) vivid; urgency=low * Merge from Debian unstable. Remaining changes: diff -Nru libnss-ldap-265/debian/control libnss-ldap-265/debian/control --- libnss-ldap-265/debian/control 2014-10-31 11:25:21.000000000 +0100 +++ libnss-ldap-265/debian/control 2014-11-13 12:20:37.000000000 +0100 @@ -4,8 +4,7 @@ XSBC-Original-Maintainer: Richard A Nelson (Rick) Maintainer: Ubuntu Developers Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9), dh-autoreconf, po-debconf (>= 0.5.0), - autotools-dev, libldap2-dev, libkrb5-dev, libsasl2-dev +Build-Depends: debhelper (>= 9), dh-autoreconf, autotools-dev, libldap2-dev, libkrb5-dev, libsasl2-dev Homepage: http://www.padl.com/OSS/nss_ldap.html Vcs-Svn: svn://anonscm.debian.org/collab-maint/deb-maint/libnss-ldap/trunk/ Vcs-Browser: http://anonscm.debian.org/viewvc/collab-maint/deb-maint/libnss-ldap/trunk/