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/control | |
| 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/control')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 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) |
