summaryrefslogtreecommitdiff
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
parent642dd5226e398d5cb6e58d8e63eb340d439e801a (diff)
downloadcliapp-0.22.tar.gz
Drop libjs-query dependency to a suggests. Most people will not becliapp-0.22
reading the docs.
-rw-r--r--debian/changelog4
-rw-r--r--debian/control3
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 7c76690..a1618c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
python-cliapp (0.22-1) unstable; urgency=low
* New upstream release.
+ * Drop libjs-query dependency to a suggests. Most people will not be
+ reading the docs.
- -- Lars Wirzenius <liw@liw.fi> Sat, 03 Dec 2011 18:06:51 +0000
+ -- Lars Wirzenius <liw@liw.fi> Sat, 03 Dec 2011 18:12:54 +0000
python-cliapp (0.21-1) unstable; urgency=low
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