Control: tags -1 patch
Hi Maintainer
You replace Doxygen's generated jquery.js with a link to jQuery's jquery.js.
These files are not equivalent, see #736360.
The attached patch ships Doxygen's generated jquery and with it in
place, gr-radar built on all architectures in Ubuntu.
Regards
Graham
--- a/debian/control
+++ b/debian/control
@@ -43,7 +44,7 @@
Section: doc
Architecture: all
Pre-Depends: ${misc:Pre-Depends}
-Depends: libjs-jquery, ${misc:Depends}
+Depends: ${misc:Depends}
Description: GNU Radio Radar Toolbox - Documentation
The *gr-radar* project provides a toolbox of commonly used radar
algorithms. An important part is the *UHD Echotimer*, which enables a
--- a/debian/rules
+++ b/debian/rules
@@ -18,5 +18,3 @@
rm -f debian/tmp/usr/lib/python2.7/dist-packages/radar/*.pyc
rm -f debian/tmp/usr/lib/python2.7/dist-packages/radar/*.pyo
dh_install
- rm -f debian/gr-radar-doc/usr/share/doc/gr-radar-doc/html/jquery.js
- ln -s /usr/share/javascript/jquery/jquery.js debian/gr-radar-doc/usr/share/doc/gr-radar-doc/html/jquery.js