summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
-rw-r--r--debian/python-tracing.links1
3 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 88379af..1a9800d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
python-tracing (0.5-2) UNRELEASED; urgency=low
* Update packaging to use dh_python2.
+ * Avoid embedding jquery.js from sphinx, symlink to libjs-jquery
+ instead.
- -- Lars Wirzenius <liw@liw.fi> Tue, 28 Jun 2011 11:33:21 +0100
+ -- Lars Wirzenius <liw@liw.fi> Wed, 31 Aug 2011 17:42:14 +0100
python-tracing (0.5-1) unstable; urgency=low
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.
diff --git a/debian/python-tracing.links b/debian/python-tracing.links
new file mode 100644
index 0000000..308790a
--- /dev/null
+++ b/debian/python-tracing.links
@@ -0,0 +1 @@
+usr/share/javascript/jquery/jquery.js usr/share/doc/python-tracing/html/_static/jquery.js