[sasview] 01/02: restore generation of info and man docs

Drew Parsons dparsons at moszumanska.debian.org
Wed Nov 1 06:27:53 UTC 2017


This is an automated email from the git hooks/post-receive script.

dparsons pushed a commit to branch master
in repository sasview.

commit 052d1fff8bf8163eb8a4b734fc128ed1a04cc203
Author: Drew Parsons <dparsons at debian.org>
Date:   Wed Nov 1 14:19:07 2017 +0800

    restore generation of info and man docs
    
    The docs Makefile works after build_sphinx.py has been run once
    (generating source-temp while building html docs)
---
 debian/changelog | 3 ++-
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d6383f8..0c24da5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
 sasview (4.2.0~git20171031-1) UNRELEASED; urgency=medium
 
+  [ Stuart Prescott ]
   * New upstream snapshot selected for compatibility with current numpy.
     - Refresh patches and drop unneeded handling of None in plotting.
   * Add further missing run-time and build-time dependencies.
   * Add patch to fix entry points for starting sasview.
-  * Change build system to only build HTML documentation.
+  * Add patch to stop retrieval of external files during doc generation.
 
  -- Stuart Prescott <stuart at debian.org>  Tue, 31 Oct 2017 21:36:54 +1100
 
diff --git a/debian/rules b/debian/rules
index 3d37eed..f56c624 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,6 +25,9 @@ override_dh_auto_build:
 	dh_auto_build
 	cd docs/sphinx-docs; python build_sphinx.py
 	ln -sf /usr/share/javascript/mathjax/ docs/sphinx-docs/build/html/_static/mathjax
+	cd docs/sphinx-docs; make info
+	cd docs/sphinx-docs; make man
+
 
 override_dh_fixperms:
 	dh_fixperms

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/sasview.git



More information about the debian-science-commits mailing list