summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-23 22:18:07 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-23 22:18:07 +0100
commit5a97324643bd0ad6ae96fe7838f2321dad0cbb59 (patch)
tree74dcb6982ad8809132d4fc3855e738d71e27fbe3
parente9ef132d2f8fc4fb744b4c5bf2508356538eabc7 (diff)
downloadcliapp-5a97324643bd0ad6ae96fe7838f2321dad0cbb59.tar.gz
Update Debian dependencies to add python-yaml
-rw-r--r--debian/changelog2
-rw-r--r--debian/control5
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ed16730..9dcf237 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-cliapp (1.20151220-1) UNRELEASED; urgency=medium
* New upstream version.
* Fix "package suggests non-existing package" using provided patch
to correct the dependency package name. (Closes: #804268)
+ * Adds hard dependency on python-yaml. debian/control updated
+ accordingly.
-- Lars Wirzenius <liw@liw.fi> Sun, 20 Dec 2015 15:53:30 +0100
diff --git a/debian/control b/debian/control
index b3bd9b9..6ce7417 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,13 @@ Section: python
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-coverage-test-runner, python-sphinx, pep8, pylint,
+ python-yaml
X-Python-Version: >= 2.6
Package: python-cliapp
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-yaml
Suggests: libjs-jquery, libjs-underscore
Description: Python framework for Unix command line programs
cliapp makes it easier to write typical Unix command line programs,