summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-19 18:49:28 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-19 18:49:28 +0000
commit3baa6dff26e890fc52ab5e2a00fb3dc7edf13740 (patch)
treeded093ddc5e474ff9ef90e72cbdac3cb6c3860ab /debian/control
parent34ae47452af3ef61921ead0a9686ebabfe8e72ff (diff)
downloadpython-tracing-3baa6dff26e890fc52ab5e2a00fb3dc7edf13740.tar.gz
replace underscore.js with symlink; suggest it and jquery
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.