summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-02-16 11:47:12 +0200
committerLars Wirzenius <liw@liw.fi>2019-02-16 11:47:12 +0200
commit3fb32970188e6ed5a749fc4dff7cb6a0dbd165fb (patch)
tree257b8d47b2ed7ffc18ba2320e02353a8cb9cd534
parent98a6204126213d61b850c8221701b01e3e45decb (diff)
downloadvmdb2-3fb32970188e6ed5a749fc4dff7cb6a0dbd165fb.tar.gz
Fix: add build-dep on dh-python
-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~),