debian: add lintian-overrides for the Doxygen doc
* debian/source/lintian-overrides: New file. * Makefile.am: Add it.
This commit is contained in:
parent
51a683c23f
commit
da6fc955a3
2 changed files with 7 additions and 0 deletions
|
|
@ -53,6 +53,7 @@ DEBIAN = \
|
||||||
debian/python3-spot.install \
|
debian/python3-spot.install \
|
||||||
debian/rules \
|
debian/rules \
|
||||||
debian/source/format \
|
debian/source/format \
|
||||||
|
debian/source/lintian-overrides \
|
||||||
debian/spot-doc.doc-base \
|
debian/spot-doc.doc-base \
|
||||||
debian/spot-doc.docs \
|
debian/spot-doc.docs \
|
||||||
debian/spot-doc.install \
|
debian/spot-doc.install \
|
||||||
|
|
|
||||||
6
debian/source/lintian-overrides
vendored
Normal file
6
debian/source/lintian-overrides
vendored
Normal 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.*
|
||||||
Loading…
Add table
Add a link
Reference in a new issue