summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 842d2cc..086c89c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
python-cliapp (1.20160316+git-1) UNRELEASED; urgency=medium
* Change debian/rules to run automated tests during build.
+ * Add build-dependencies that are now require: python-meliae, python-xdg.
-- Lars Wirzenius <liw@liw.fi> Wed, 16 Mar 2016 19:27:16 +0200
diff --git a/debian/control b/debian/control
index efcf6d9..4aa55d2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Priority: optional
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~),
python-coverage-test-runner, python-sphinx, pep8, pylint,
- python-yaml
+ python-yaml, python-meliae, python-xdg
X-Python-Version: >= 2.6
Package: python-cliapp