[Pkg-nagios-changes] [icinga] 14/36: Add comments to lintian overrides.
Bas Couwenberg
sebastic at debian.org
Sun Dec 18 16:10:34 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch modern-packaging
in repository icinga.
commit 5123e83d8b1e949759fededf3139aab38a6d2236
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Dec 16 20:25:11 2016 +0100
Add comments to lintian overrides.
---
debian/changelog | 1 +
debian/icinga-common.lintian-overrides | 7 +++++--
debian/icinga.lintian-overrides | 3 ++-
debian/source.lintian-overrides | 3 ++-
4 files changed, 10 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6fcbf90..30fcc69 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ icinga (1.13.3-4) UNRELEASED; urgency=medium
* Update copyright file using copyright-format 1.0.
* Fix duplicate short description and spelling errors in long description.
* Drop unused override for package-contains-empty-directory.
+ * Add comments to lintian overrides.
-- Bas Couwenberg <sebastic at debian.org> Sat, 03 Dec 2016 23:27:06 +0100
diff --git a/debian/icinga-common.lintian-overrides b/debian/icinga-common.lintian-overrides
index 4f79a3d..a69d9d2 100644
--- a/debian/icinga-common.lintian-overrides
+++ b/debian/icinga-common.lintian-overrides
@@ -1,5 +1,8 @@
-non-standard-file-perm etc/icinga/resource.cfg 0600 != 0644
-dir-or-file-in-var-run var/run/icinga/
+# resources.cfg can contain passwords and other sensitive configuration
+icinga-common: non-standard-file-perm etc/icinga/resource.cfg 0600 != 0644
+
+# PID file needs to be in directory owner by nagios:nagios
+icinga-common: dir-or-file-in-var-run var/run/icinga/
# False positive on dpkg-statoverride command
icinga-common: spelling-error-in-readme-debian nagios nagios (duplicate word) nagios
diff --git a/debian/icinga.lintian-overrides b/debian/icinga.lintian-overrides
index 91642a8..9243dc1 100644
--- a/debian/icinga.lintian-overrides
+++ b/debian/icinga.lintian-overrides
@@ -1 +1,2 @@
-usr-share-doc-symlink-without-dependency icinga-common
+icinga: usr-share-doc-symlink-without-dependency icinga-common
+
diff --git a/debian/source.lintian-overrides b/debian/source.lintian-overrides
index a106f75..b6e14fd 100644
--- a/debian/source.lintian-overrides
+++ b/debian/source.lintian-overrides
@@ -1,2 +1,3 @@
# source is at html/docs/js/jquery-1.8.2.js
-source-is-missing html/docs/js/jquery-min.js
+icinga source: source-is-missing html/docs/js/jquery-min.js
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/icinga.git
More information about the Pkg-nagios-changes
mailing list