[lapack] 03/04: liblapack-doc: go back to Doxygen-generated jquery.js, instead of the version shipped in the libjs-jquery package.
Sébastien Villemot
sebastien at moszumanska.debian.org
Thu Nov 21 22:17:41 UTC 2013
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository lapack.
commit 8e2c6499ee2f3b9909964151bec2ef031a8ca27e
Author: Sébastien Villemot <sebastien at debian.org>
Date: Thu Nov 21 22:39:57 2013 +0100
liblapack-doc: go back to Doxygen-generated jquery.js, instead of the version
shipped in the libjs-jquery package.
Otherwise the HTML documentation is unusable.
---
debian/changelog | 3 +++
debian/control | 2 +-
debian/liblapack-doc.lintian-overrides | 2 ++
debian/rules | 1 -
4 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6b68221..2eeca19 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,9 @@ lapack (3.5.0-1) UNRELEASED; urgency=low
* Ship lapacke PDF in liblapack-doc.
* doxygen-exclude-binary-objects.patch: new patch, makes Doxygen skip binary
objects.
+ * liblapack-doc: go back to Doxygen-generated jquery.js, instead of the
+ version shipped in the libjs-jquery package. Otherwise the HTML
+ documentation is unusable.
-- Sébastien Villemot <sebastien at debian.org> Wed, 20 Nov 2013 17:51:09 +0100
diff --git a/debian/control b/debian/control
index aec99b7..10e042e 100644
--- a/debian/control
+++ b/debian/control
@@ -126,7 +126,7 @@ Description: Library of linear algebra routines 3 - testing programs
Package: liblapack-doc
Section: doc
Architecture: all
-Depends: ${misc:Depends}, libjs-jquery
+Depends: ${misc:Depends}
Conflicts: lapack-doc, lapack3-doc
Replaces: lapack-doc, lapack3-doc
Description: Library of linear algebra routines 3 - documentation
diff --git a/debian/liblapack-doc.lintian-overrides b/debian/liblapack-doc.lintian-overrides
new file mode 100644
index 0000000..945d04a
--- /dev/null
+++ b/debian/liblapack-doc.lintian-overrides
@@ -0,0 +1,2 @@
+# Using the jquery.js from libjs-jquery instead of the Doxygen-generated breaks the HTML doc
+embedded-javascript-library usr/share/doc/liblapack-doc/explore-html/jquery.js
diff --git a/debian/rules b/debian/rules
index 56c7e5a..be5a15a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -150,7 +150,6 @@ override_dh_auto_build-arch: liblapack_pic.a liblapack.a liblapack.so lapacke/li
override_dh_auto_build-indep: make.inc
$(MAKE) html
$(MAKE) man
- ln -sf /usr/share/javascript/jquery/jquery.min.js DOCS/explore-html/jquery.js
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test-arch: testing/testing_results.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lapack.git
More information about the debian-science-commits
mailing list