changeset 6138:d5759f574fd9

debian: mark build dependencies only needed for documentation This should allow building without installing these, by passing DEB_BUILD_OPTIONS=nodoc.
author Kim Alvefur <zash@zash.se>
date Fri, 07 Jan 2022 20:10:03 +0100
parents 0562705ae984
children 94bf0768040a
files debian/control
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/debian/control	Fri Jan 07 20:09:21 2022 +0100
+++ b/debian/control	Fri Jan 07 20:10:03 2022 +0100
@@ -11,10 +11,10 @@
  python3,
  debhelper (>= 10),
  dh-python,
- python3-sphinx,
- imagemagick,
- librsvg2-bin,
- graphviz,
+ python3-sphinx <!nodoc>,
+ imagemagick <!nodoc>,
+ librsvg2-bin <!nodoc>,
+ graphviz <!nodoc>,
 X-Python3-Version: >= 3.6
 Homepage: https://www.mercurial-scm.org/doc/evolution/
 Vcs-Browser: https://www.mercurial-scm.org/repo/evolve/