From 42a8df12f5be44b26830561d98e6bebb8c2ec069 Mon Sep 17 00:00:00 2001 From: Julian Andres Klode Date: Wed, 23 Oct 2013 20:23:55 +0200 Subject: debian/python-apt-doc.links: Replace bundled underscore.js by symlink And add a dependency in debian/control. --- debian/control | 2 +- debian/python-apt-doc.links | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index e79b58ce..8c2f2ce7 100644 --- a/debian/control +++ b/debian/control @@ -76,7 +76,7 @@ Package: python-apt-doc Priority: optional Architecture: all Section: doc -Depends: libjs-jquery, ${misc:Depends} +Depends: libjs-jquery, libjs-underscore, ${misc:Depends} Enhances: python-apt Replaces: python-apt (<< 0.7.94) Description: Python interface to libapt-pkg (API documentation) diff --git a/debian/python-apt-doc.links b/debian/python-apt-doc.links index 40f834f2..d43d0018 100644 --- a/debian/python-apt-doc.links +++ b/debian/python-apt-doc.links @@ -1 +1,2 @@ usr/share/javascript/jquery/jquery.js usr/share/doc/python-apt-doc/html/_static/jquery.js +usr/share/javascript/underscore/underscore.js usr/share/doc/python-apt-doc/html/_static/underscore.js -- cgit v1.2.3