[Pkg-openldap-devel] [openldap] 01/01: Override lintian false positives

Ryan Tandy rtandy-guest at moszumanska.debian.org
Sun Nov 27 03:06:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

rtandy-guest pushed a commit to branch master
in repository openldap.

commit 5c1efe10dbd920300e1f572ccc8ea0081c0b30e3
Author: Ryan Tandy <ryan at nardis.ca>
Date:   Sat Nov 26 19:00:51 2016 -0800

    Override lintian false positives
---
 debian/changelog                        | 2 ++
 debian/slapd-smbk5pwd.lintian-overrides | 5 +++++
 debian/slapd.lintian-overrides          | 2 ++
 3 files changed, 9 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0c2d57c..46027da 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ openldap (2.4.44+dfsg-2) UNRELEASED; urgency=medium
     replaced by the automatic ldconfig trigger.
   * Don't execute slapd's override_dh_install when building only 
     arch-independent packages. (Closes: #845506)
+  * Override lintian false positives on slapd.README.Debian, 
+    slapd-smbk5pwd.postinst, and slapd-smbk5pwd triggering ldconfig.
 
   [ Helmut Grohne ]
   * Fix FTCBFS: Pass CC to make explicitly. (Closes: #839251)
diff --git a/debian/slapd-smbk5pwd.lintian-overrides b/debian/slapd-smbk5pwd.lintian-overrides
new file mode 100644
index 0000000..f0eb036
--- /dev/null
+++ b/debian/slapd-smbk5pwd.lintian-overrides
@@ -0,0 +1,5 @@
+# The call to adduser is in a functions library inlined at build time.
+# adduser is not actually called from this script.
+slapd-smbk5pwd: maintainer-script-needs-depends-on-adduser preinst
+# #204975
+slapd-smbk5pwd: package-has-unnecessary-activation-of-ldconfig-trigger
diff --git a/debian/slapd.lintian-overrides b/debian/slapd.lintian-overrides
index e727c9a..592ddf1 100644
--- a/debian/slapd.lintian-overrides
+++ b/debian/slapd.lintian-overrides
@@ -1,3 +1,5 @@
 # libslapi is a special case, used only for writing extension modules for
 # slapd, and is therefore shipped with slapd.
 slapd: package-name-doesnt-match-sonames libslapi-2.4-2
+# The only occurrence of olcAccess is in configuration examples.
+slapd: spelling-error-in-readme-debian olcAccess olcAccess (duplicate word) olcAccess

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-openldap/openldap.git



More information about the Pkg-openldap-devel mailing list