summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-29 21:24:54 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-29 21:24:54 +0300
commitd347da3e61e303043fb5f003f5d307894e44f8bb (patch)
tree6dad51bc584329cb3e571cac44504780dda18934
parenteaf012b60eff335e6e49a49c7a9568a2ca6a63ac (diff)
downloadvmdb2-d347da3e61e303043fb5f003f5d307894e44f8bb.tar.gz
Add: build-deps for building docs
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index c34667c..c5b63c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ vmdb2 (0.13.2+git-1) UNRELEASED; urgency=medium
* Add dependency and build-dependency on qemu-utils, for qemu-img.
* Updated Homepage.
* Build the manual and include it in the Debian package.
+ * Add build-dependcies for building docs.
-- Lars Wirzenius <liw@liw.fi> Sun, 06 May 2018 09:26:25 +0300
diff --git a/debian/control b/debian/control
index 16bc678..d234bc8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,8 @@ Build-Depends: debhelper (>= 9),
python3-all,
python3-coverage-test-runner,
pandoc (>= 2.1.2~),
+ texlive-xetex,
+ fonts-freefont-ttf,
python3-cliapp,
python3-jinja2,
cmdtest,