mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
distro/deb: fix lintian warnings 'embedded-javascript-library'
This commit is contained in:
parent
0add240070
commit
e7c70ca2bc
2 changed files with 4 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ Architecture: all
|
|||
Multi-Arch: foreign
|
||||
Depends:
|
||||
libjs-jquery,
|
||||
libjs-sphinxdoc,
|
||||
libjs-underscore,
|
||||
${misc:Depends},
|
||||
Section: doc
|
||||
|
|
|
|||
|
|
@ -1,2 +1,5 @@
|
|||
usr/share/javascript/jquery/jquery.min.js usr/share/doc/knot-doc/_static/jquery.js
|
||||
usr/share/javascript/sphinxdoc/1.0/doctools.js usr/share/doc/knot-doc/_static/doctools.js
|
||||
usr/share/javascript/sphinxdoc/1.0/language_data.js usr/share/doc/knot-doc/_static/language_data.js
|
||||
usr/share/javascript/sphinxdoc/1.0/searchtools.js usr/share/doc/knot-doc/_static/searchtools.js
|
||||
usr/share/javascript/underscore/underscore.min.js usr/share/doc/knot-doc/_static/underscore.js
|
||||
|
|
|
|||
Loading…
Reference in a new issue