summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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