debian: add lintian-overrides for the Doxygen doc

* debian/source/lintian-overrides: New file.
* Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2016-11-28 18:00:38 +01:00
parent 51a683c23f
commit da6fc955a3
2 changed files with 7 additions and 0 deletions

View file

@ -53,6 +53,7 @@ DEBIAN = \
debian/python3-spot.install \
debian/rules \
debian/source/format \
debian/source/lintian-overrides \
debian/spot-doc.doc-base \
debian/spot-doc.docs \
debian/spot-doc.install \

6
debian/source/lintian-overrides vendored Normal file
View file

@ -0,0 +1,6 @@
# Doxygen copies some javascript inside the generated documentation,
# but the source of that is already in the Doxygen package.
spot source: source-is-missing doc/spot.html/*
# These are extra javascript packages that trans.html currently depends
# on. But they should be removed eventually.
spot source: source-is-missing python/ajax/js/jquery.*