summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-27 19:41:51 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-27 19:41:51 +0100
commit6b11572afcaa1ba9003ee8bf49adb4529e0f1188 (patch)
tree3e7e4fdaed506b231323f68d8e5ca33d4a8d6992 /debian/control
parent7e8d31fa8adba20a21c13c1d4a261fb0a815e6c5 (diff)
downloadcliapp-6b11572afcaa1ba9003ee8bf49adb4529e0f1188.tar.gz
Add XDG Base Directory specification support
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 6ce7417..efcf6d9 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ X-Python-Version: >= 2.6
Package: python-cliapp
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), python-yaml
-Suggests: libjs-jquery, libjs-underscore
+Suggests: libjs-jquery, libjs-underscore, python-xdg
Description: Python framework for Unix command line programs
cliapp makes it easier to write typical Unix command line programs,
by taking care of the common tasks they need to do, such as