summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-03 18:13:03 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-03 18:13:03 +0000
commite53ad996219fbd8108ae46294d3db410a51da7e3 (patch)
tree53f1d60aaa8d49fdcf67d238eabc41683e1b79a5 /debian/control
parent642dd5226e398d5cb6e58d8e63eb340d439e801a (diff)
downloadcliapp-e53ad996219fbd8108ae46294d3db410a51da7e3.tar.gz
Drop libjs-query dependency to a suggests. Most people will not becliapp-0.22
reading the docs.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control3
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 5be4ea3..93cf1f6 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,8 @@ X-Python-Version: >= 2.6
Package: python-cliapp
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), libjs-jquery
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+Suggests: libjs-query
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