summaryrefslogtreecommitdiff
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
parent34ae47452af3ef61921ead0a9686ebabfe8e72ff (diff)
downloadpython-tracing-3baa6dff26e890fc52ab5e2a00fb3dc7edf13740.tar.gz
replace underscore.js with symlink; suggest it and jquery
-rw-r--r--debian/changelog9
-rw-r--r--debian/control3
-rw-r--r--debian/python-tracing.links1
3 files changed, 12 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0366999..db88457 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-tracing (0.6-2) UNRELEASED; urgency=low
+
+ * Replace embedded underscore.js with symlink to copy from libjs-underscore.
+ * Make the package suggest (rather than depend on) libjs-jquery. Also
+ suggest libjs-underscore. These are needed only for API docs, which
+ most people won't really care about.
+
+ -- Lars Wirzenius <liw@liw.fi> Mon, 19 Dec 2011 18:48:03 +0000
+
python-tracing (0.6-1) unstable; urgency=low
* Update packaging to use dh_python2.
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.
diff --git a/debian/python-tracing.links b/debian/python-tracing.links
index 308790a..050956d 100644
--- a/debian/python-tracing.links
+++ b/debian/python-tracing.links
@@ -1 +1,2 @@
usr/share/javascript/jquery/jquery.js usr/share/doc/python-tracing/html/_static/jquery.js
+usr/share/javascript/underscore/underscore.js usr/share/doc/python-tracing/html/_static/underscore.js