From 3baa6dff26e890fc52ab5e2a00fb3dc7edf13740 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 19 Dec 2011 18:49:28 +0000 Subject: replace underscore.js with symlink; suggest it and jquery --- debian/changelog | 9 +++++++++ debian/control | 3 ++- debian/python-tracing.links | 1 + 3 files changed, 12 insertions(+), 1 deletion(-) 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 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 -- cgit v1.2.1