debian: Override lintian warning about depending on Apache

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2017-11-03 18:13:27 +05:30 committed by James Valleroy
parent 379d3421bd
commit cb730e2845
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -11,3 +11,9 @@ plinth binary: non-standard-apache2-configuration-name *
# relation to the Debian project and the current difficulties having a separate
# packaging repository.
plinth binary: latest-debian-changelog-entry-changed-to-native
# Plinth depends on Apache2 and cannot work with just any web server. Instead of
# being a simple web application it is an administration console that configures
# web servers. At some point we would like to work with other web servers but
# that requires significant effort.
plinth binary: web-application-should-not-depend-unconditionally-on-apache2