summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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 87dfc5a..c1c6668 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ X-Python-Version: >= 2.6
Package: python-tracing
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6), libjs-jquery
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+Suggests: libjs-jquery, libjs-underscore
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.