summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,