summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4abc11a..70d100b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ vmdb2 (0.13.2+git-1) UNRELEASED; urgency=medium
* Build the manual and include it in the Debian package.
(Closes: #907614)
* Add build-dependcies for building docs.
+ * Add missing build-dep on dh-python.
-- Lars Wirzenius <liw@liw.fi> Sun, 06 May 2018 09:26:25 +0300
diff --git a/debian/control b/debian/control
index 74c632e..ea64de9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Section: admin
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
+ dh-python,
python3-all,
python3-coverage-test-runner,
pandoc (>= 2.1.2~),