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 d80241a..0b79d0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-cliapp (1.20180812+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Add build-dep on dh-python.
-- Lars Wirzenius <liw@liw.fi> Sun, 12 Aug 2018 10:22:15 +0300
diff --git a/debian/control b/debian/control
index 63bca4d..6ff8982 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
python-all (>= 2.7~),
python3-all (>= 3.4~),
+ dh-python,
python-coverage-test-runner,
python3-coverage-test-runner,
pep8,