diff options
author | Luca Boccassi <luca.boccassi@gmail.com> | 2017-08-23 14:02:42 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2017-08-23 14:02:42 +0100 |
commit | afbf9d392fc999eff834df2b6e61da9894860108 (patch) | |
tree | 9a6f245b97f0527758c6e635626d38803cab4de8 /debian/control | |
parent | 9b87a8977b14bea58ac4b8277c26abfca4a5cb43 (diff) |
Mark docs build-dependencies with <!nodoc>
Change-Id: If92a38859d67ccf30cb2ee9e48c5d7b1f7e265e9
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/debian/control b/debian/control index 81a8fcc4..667d4da8 100644 --- a/debian/control +++ b/debian/control @@ -8,18 +8,18 @@ Build-Depends: debhelper (>= 9), dh-python, dh-systemd (>= 1.5), dkms, - doxygen, - graphviz, - inkscape, + doxygen <!nodoc>, + graphviz <!nodoc>, + inkscape <!nodoc>, libcap-dev, libpcap-dev, libxen-dev [amd64 arm64 i386], libxenstore3.0 [amd64 arm64 i386], python, - python-sphinx, - python-sphinx-rtd-theme, - texlive-fonts-recommended, - texlive-latex-extra + python-sphinx <!nodoc>, + python-sphinx-rtd-theme <!nodoc>, + texlive-fonts-recommended <!nodoc>, + texlive-latex-extra <!nodoc> Standards-Version: 4.0.0 Section: libs Homepage: http://www.dpdk.org |