From 88c176ffd48a391b443a6c8022fc8735bae9a03b Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 31 Aug 2011 17:36:19 +0100 Subject: Add project.meta for unperish. --- project.meta | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 project.meta diff --git a/project.meta b/project.meta new file mode 100644 index 0000000..17851f6 --- /dev/null +++ b/project.meta @@ -0,0 +1,2 @@ +[config] +basetgz = /home/pbuilder-tgz/sid-amd64-pristine.tgz, squeeze:/home/pbuilder-tgz/squeeze-amd64-custom.tgz -- cgit v1.2.1 From 6bff420085e14d92e6dfe049277e2cfeff96b51f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 31 Aug 2011 17:42:38 +0100 Subject: Avoid embedding jquery.js from sphinx, symlink to libjs-jquery instead. --- debian/changelog | 4 +++- debian/control | 2 +- debian/python-tracing.links | 1 + 3 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 debian/python-tracing.links 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 Tue, 28 Jun 2011 11:33:21 +0100 + -- Lars Wirzenius 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 -- cgit v1.2.1