summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-08-12 11:41:44 +0300
committerLars Wirzenius <liw@liw.fi>2018-08-12 11:41:44 +0300
commit8c0d555af9bec43bfaaaec751a0032b7da094504 (patch)
treed0cbc117e3a8f5c02fdd663df975eda542737e8b
parent3ff0fff439869d8cff3083557bb40c6f3e94a12c (diff)
downloadcliapp-8c0d555af9bec43bfaaaec751a0032b7da094504.tar.gz
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 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,