diff options
| author | Julian Andres Klode <jak@debian.org> | 2013-10-23 20:23:55 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2013-10-23 20:23:55 +0200 |
| commit | 42a8df12f5be44b26830561d98e6bebb8c2ec069 (patch) | |
| tree | c0e4215776391bb251e4b88c29b76a06ccc4f340 /debian | |
| parent | a80bbc568413466f9f24f28e85825e1ddc27751d (diff) | |
| download | python-apt-42a8df12f5be44b26830561d98e6bebb8c2ec069.tar.gz | |
debian/python-apt-doc.links: Replace bundled underscore.js by symlink
And add a dependency in debian/control.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 | ||||
| -rw-r--r-- | debian/python-apt-doc.links | 1 |
2 files changed, 2 insertions, 1 deletions
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 |
