summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-31 17:42:38 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-31 17:42:38 +0100
commit6bff420085e14d92e6dfe049277e2cfeff96b51f (patch)
tree02c7b9798edf864d15bde8247fd45e38804fcefc /debian/control
parent88c176ffd48a391b443a6c8022fc8735bae9a03b (diff)
downloadpython-tracing-6bff420085e14d92e6dfe049277e2cfeff96b51f.tar.gz
Avoid embedding jquery.js from sphinx, symlink to libjs-jquery
instead.
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 fcae607..87dfc5a 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ X-Python-Version: >= 2.6
Package: python-tracing
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), libjs-jquery
Description: Python debug tracing helper
Provides the Python library 'tracing' to help with logging debug messages.
This library provides a function for logging debug messages.