Mercurial > evolve
comparison debian/control @ 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 | 95500f2f0966 |
children | 4f051e30fcae |
comparison
equal
deleted
inserted
replaced
6137:0562705ae984 | 6138:d5759f574fd9 |
---|---|
9 Build-Depends: | 9 Build-Depends: |
10 mercurial (>= 4.8), | 10 mercurial (>= 4.8), |
11 python3, | 11 python3, |
12 debhelper (>= 10), | 12 debhelper (>= 10), |
13 dh-python, | 13 dh-python, |
14 python3-sphinx, | 14 python3-sphinx <!nodoc>, |
15 imagemagick, | 15 imagemagick <!nodoc>, |
16 librsvg2-bin, | 16 librsvg2-bin <!nodoc>, |
17 graphviz, | 17 graphviz <!nodoc>, |
18 X-Python3-Version: >= 3.6 | 18 X-Python3-Version: >= 3.6 |
19 Homepage: https://www.mercurial-scm.org/doc/evolution/ | 19 Homepage: https://www.mercurial-scm.org/doc/evolution/ |
20 Vcs-Browser: https://www.mercurial-scm.org/repo/evolve/ | 20 Vcs-Browser: https://www.mercurial-scm.org/repo/evolve/ |
21 Vcs-Hg: https://www.mercurial-scm.org/repo/evolve/ | 21 Vcs-Hg: https://www.mercurial-scm.org/repo/evolve/ |
22 | 22 |