diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/python-apt-doc.links | 1 | ||||
| -rwxr-xr-x | debian/rules | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 50b8d3d7..d55c6246 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ python-apt (0.7.94.1) UNRELEASED; urgency=low * Pass --exclude=migrate-0.8.py to dh_pycentral; in order to not depend on python2.6. + * Use dh_link instead of ln for python-apt-doc (Closes: #573523). -- Julian Andres Klode <jak@debian.org> Thu, 11 Mar 2010 19:33:26 +0100 diff --git a/debian/python-apt-doc.links b/debian/python-apt-doc.links new file mode 100644 index 00000000..40f834f2 --- /dev/null +++ b/debian/python-apt-doc.links @@ -0,0 +1 @@ +usr/share/javascript/jquery/jquery.js usr/share/doc/python-apt-doc/html/_static/jquery.js diff --git a/debian/rules b/debian/rules index be338540..6d1f07bf 100755 --- a/debian/rules +++ b/debian/rules @@ -13,8 +13,6 @@ override_dh_auto_build: override_dh_installdocs: dh_installdocs - ln -sf ../../../../javascript/jquery/jquery.js \ - debian/python-apt-doc/usr/share/doc/python-apt-doc/html/_static/jquery.js rm -rf debian/python-apt-dbg/usr/share/doc/python-apt-dbg ln -s python-apt debian/python-apt-dbg/usr/share/doc/python-apt-dbg |
