summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-07-24 21:37:45 +0300
committerLars Wirzenius <liw@liw.fi>2016-07-24 21:37:45 +0300
commitfb6d8057726102594001f915a2a6c832739a6ff4 (patch)
tree26410db96b1e3215d4acd884bbad03fa3558e2cb
parent2ab9dfd554d2b49bc7df4711c5fb633dd3a92ccf (diff)
downloadcliapp-fb6d8057726102594001f915a2a6c832739a6ff4.tar.gz
ADd missing build-deps
-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