[statsmodels] 16/21: Let dh_sphinxdoc manage jquery dependencies. Add libjs-requirejs for building notebooks.
Diane Trout
diane at moszumanska.debian.org
Mon Sep 25 06:39:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
diane pushed a commit to branch detrout-python3-try2
in repository statsmodels.
commit ec2691a14af45bfa85be079f19d979ded93ef6fb
Author: Diane Trout <diane at ghic.org>
Date: Sun Sep 24 23:22:33 2017 -0700
Let dh_sphinxdoc manage jquery dependencies. Add libjs-requirejs for building notebooks.
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/rules | 2 --
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 79b8af4..0dbdc30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ statsmodels (0.8.0-4) UNRELEASED; urgency=medium
* Add use-system-inventory patch to use intersphinx inventory files from
other Debian doc packages.
Added those packages to the -doc package suggests list
+ * Let dh_sphinxdoc manage jquery dependencies.
+ Add libjs-requirejs for building notebooks.
-- Andreas Tille <tille at debian.org> Wed, 06 Sep 2017 17:32:07 +0200
diff --git a/debian/control b/debian/control
index c5bbd0e..96656b5 100644
--- a/debian/control
+++ b/debian/control
@@ -87,7 +87,7 @@ Breaks: python-scikits-statsmodels-doc, python-scikits.statsmodels-doc
Replaces: python-scikits-statsmodels-doc, python-scikits.statsmodels-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends}, libjs-jquery
+Depends: ${misc:Depends}, libjs-requirejs, ${sphinxdoc:Depends}
Recommends: libjs-mathjax
Suggests: python-statsmodels,
python3-doc,
diff --git a/debian/rules b/debian/rules
index d168e62..6905f46 100755
--- a/debian/rules
+++ b/debian/rules
@@ -72,8 +72,6 @@ override_dh_compress:
override_dh_installdocs:
- : # Use jquery from Debian package, so prune shipped one
- -rm ./build/html/_static/jquery.js
dh_installdocs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/statsmodels.git
More information about the debian-science-commits
mailing list