[apache2] 09/09: Add some lintian overrides for non-problems
Raphaël Hertzog
hertzog at moszumanska.debian.org
Thu Sep 29 10:25:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
hertzog pushed a commit to branch master
in repository apache2.
commit 79fb6d3a71632e7003a325509a428e3b27b5da0e
Author: Raphaël Hertzog <hertzog at debian.org>
Date: Thu Sep 29 12:23:24 2016 +0200
Add some lintian overrides for non-problems
* two update-rc.d calls in postinst
* a .js file with a very long line
---
debian/apache2.lintian-overrides | 3 +++
debian/changelog | 2 ++
debian/source/lintian-overrides | 2 ++
3 files changed, 7 insertions(+)
diff --git a/debian/apache2.lintian-overrides b/debian/apache2.lintian-overrides
index c9ec657..4b53972 100644
--- a/debian/apache2.lintian-overrides
+++ b/debian/apache2.lintian-overrides
@@ -7,3 +7,6 @@ package-contains-empty-directory usr/lib/cgi-bin/
# Apache uses var/www/html/ as a new default document root
# See #730372 and https://lists.debian.org/debian-devel/2012/04/msg00301.html
apache2: dir-or-file-in-var-www var/www/html/
+# Second update-rc.d call is to disable the service
+duplicate-updaterc.d-calls-in-postinst apache-htcacheclean
+
diff --git a/debian/changelog b/debian/changelog
index 1b2537e..983d147 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -18,6 +18,8 @@ apache2 (2.4.23-5) unstable; urgency=low
* Modify handling of /etc/init.d/apache-htcacheclean to have a usual
Default-Start value but instead we disable it manually in the postinst.
That way "systemctl enable apache-htcacheclean" works.
+ * Add some lintian overrides for non-problems (two update-rc.d calls in
+ postinst, and a .js file with a very long line).
-- Raphaël Hertzog <hertzog at debian.org> Thu, 29 Sep 2016 12:03:31 +0200
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..7a5861a
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# Even though one line is very long, it's still hand-editable source code
+source-is-missing docs/manual/style/scripts/prettify.js
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-apache/apache2.git
More information about the Pkg-apache-commits
mailing list