[Pkg-samba-maint] [Git][samba-team/samba][master] 3 commits: Override library-not-linked-against-libc false positives (See #896012)
Mathieu Parent
gitlab at salsa.debian.org
Wed Oct 10 21:23:53 BST 2018
Mathieu Parent pushed to branch master at Debian Samba Team / samba
Commits:
923c4115 by Mathieu Parent at 2018-10-10T20:23:11Z
Override library-not-linked-against-libc false positives (See #896012)
- - - - -
5c51b4d3 by Mathieu Parent at 2018-10-10T20:23:11Z
Fix spelling-error-in-changelog Allow to Allow one to
- - - - -
e554e8c7 by Mathieu Parent at 2018-10-10T20:23:11Z
Fix wrong-path-for-interpreter for pidl and findsmb
- - - - -
8 changed files:
- debian/changelog
- + debian/python-samba.lintian-overrides
- debian/rules
- + debian/samba-dsdb-modules.lintian-overrides
- debian/samba-libs.lintian-overrides
- + debian/samba-vfs-modules.lintian-overrides
- debian/samba.lintian-overrides
- debian/winbind.lintian-overrides
Changes:
=====================================
debian/changelog
=====================================
@@ -2,7 +2,7 @@ samba (2:4.9.1+dfsg-2) UNRELEASED; urgency=medium
* Enable --accel-aes=intelaesni on DEB_HOST_ARCH_CPU=amd64 instead of
DEB_HOST_ARCH=amd64. This matches samba-libs.install and adds x32
- * Allow to change password via passwd in default config
+ * Allow one to change password via passwd in default config
- third_party: Update pam_wrapper to version 1.0.7
- third_party: Add pam_set_items.so from pam_wrapper
- nsswitch: Add try_authtok option to pam_winbind
=====================================
debian/python-samba.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# False positives, see #896012
+python-samba: library-not-linked-against-libc *
=====================================
debian/rules
=====================================
@@ -211,6 +211,13 @@ endif
override_dh_installpam:
dh_installpam --name=samba
+override_dh_perl:
+ dh_perl
+ # Fix Perl shbangs
+ sed -i '1s@^#!/usr/bin/env perl@#!/usr/bin/perl@' \
+ debian/libparse-pidl-perl/usr/bin/pidl \
+ debian/smbclient/usr/bin/findsmb
+
override_dh_fixperms:
dh_fixperms
ifneq (,$(filter samba-common, $(shell dh_listpackages)))
=====================================
debian/samba-dsdb-modules.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# False positives, see #896012
+samba-dsdb-modules: library-not-linked-against-libc usr/lib/*/samba/ldb/ildap.so
=====================================
debian/samba-libs.lintian-overrides
=====================================
@@ -4,3 +4,5 @@
samba-libs: package-name-doesnt-match-sonames libdcerpc-binding0 libdcerpc-samr0 libdcerpc-server0 libdcerpc0 libndr-krb5pac0 libndr-nbt0 libndr-standard0 libndr0 libnetapi0 libsamba-credentials0 libsamba-errors1 libsamba-hostconfig0 libsamba-passdb0 libsamba-policy0 libsamba-util0 libsamdb0 libsmbconf0 libsmbldap2 libtevent-util0
# Embedded Heimdal is patched
samba-libs: embedded-library usr/lib/*/samba/libgssapi-samba4.so.*: heimdal
+# False positives, see #896012
+samba-libs: library-not-linked-against-libc *
=====================================
debian/samba-vfs-modules.lintian-overrides
=====================================
@@ -0,0 +1,2 @@
+# False positives, see #896012
+samba-vfs-modules: library-not-linked-against-libc *
=====================================
debian/samba.lintian-overrides
=====================================
@@ -1,2 +1,4 @@
# Standard path for [printers] section is world-writeable with sticky bit set
samba: non-standard-dir-perm var/spool/samba/ 1777 != 0755
+# False positives, see #896012
+samba: library-not-linked-against-libc usr/lib/*/samba/service/winbindd.so
=====================================
debian/winbind.lintian-overrides
=====================================
@@ -1,3 +1,5 @@
winbind4 binary: no-shlibs-control-file lib/libnss_winbind.so.2
winbind4 binary: package-name-doesnt-match-sonames libnss-winbind2
winbind4 binary: binary-or-shlib-defines-rpath
+# False positives, see #896012
+winbind: library-not-linked-against-libc usr/lib/*/samba/idmap/rid.so
View it on GitLab: https://salsa.debian.org/samba-team/samba/compare/71107a460a815c56888ae6e094dee444ea15fe26...e554e8c784d81dfe8e8aee8148507d451821c4f5
--
View it on GitLab: https://salsa.debian.org/samba-team/samba/compare/71107a460a815c56888ae6e094dee444ea15fe26...e554e8c784d81dfe8e8aee8148507d451821c4f5
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20181010/9e1e505e/attachment-0001.html>
More information about the Pkg-samba-maint
mailing list