diff options
Diffstat (limited to 'debian/icingaweb2.lintian-overrides')
-rw-r--r-- | debian/icingaweb2.lintian-overrides | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/icingaweb2.lintian-overrides b/debian/icingaweb2.lintian-overrides new file mode 100644 index 0000000..ab2ebe0 --- /dev/null +++ b/debian/icingaweb2.lintian-overrides @@ -0,0 +1,19 @@ +# ignoring apache2 warning +# this is actually not a problem, because the handling is backwards compatible +apache2-reverse-dependency-calls-invoke-rc.d [postrm*] +apache2-reverse-dependency-calls-wrapper-script a2enmod [postinst*] +apache2-reverse-dependency-calls-invoke-rc.d [postinst*] + +# special icon font +font-in-non-font-package [usr/share/icingaweb2/public/font/ifont.*] +font-outside-font-dir [usr/share/icingaweb2/public/font/ifont.*] + +# Not guarateerd compatible +embedded-javascript-library please use libjs-normalize * + +# Embedded module documentation +package-contains-documentation-outside-usr-share-doc [usr/share/icingaweb2/doc/*] + +# Not documentation +package-contains-documentation-outside-usr-share-doc [usr/share/icingaweb2/public/*html] + |