summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-31 17:46:26 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-31 17:46:26 +0100
commit45cb1a2a073fa09f1af671c21ff0a4e18a9f0f6d (patch)
tree02c7b9798edf864d15bde8247fd45e38804fcefc /debian/control
parent5cfc6c06566e230d67e336269e14b09fb4e0d9fe (diff)
parent6bff420085e14d92e6dfe049277e2cfeff96b51f (diff)
downloadpython-tracing-45cb1a2a073fa09f1af671c21ff0a4e18a9f0f6d.tar.gz
Fix embedded copy of jquery.js in Debian package.
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.