summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-05 17:05:57 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-05 17:05:57 +0100
commit937e662a43fec9b7ae531769728f725a9ae31574 (patch)
tree45069d26934d43c93b1d7c2bc831e6157e3027d0 /debian/control
parent662c04093131086a930ffb998325e80bdec12da5 (diff)
downloadcliapp-937e662a43fec9b7ae531769728f725a9ae31574.tar.gz
Replace embedded copy of jquery.js with symlink to libjs-jquery's copy.
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 9031102..5be4ea3 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ 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), libjs-jquery
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