[statsmodels] 01/02: Build the architecture dependent files before building documentation

Diane Trout diane at moszumanska.debian.org
Sat Sep 30 05:44:04 UTC 2017


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

diane pushed a commit to branch debian
in repository statsmodels.

commit 5fc4196dfe1c86a43aa6f9e56990124ec7a6656d
Author: Diane Trout <diane at ghic.org>
Date:   Fri Sep 29 22:18:40 2017 -0700

    Build the architecture dependent files before building documentation
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 3ddb141..86b5527 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+statsmodels (0.8.0-6) unstable; urgency=medium
+
+  * Build the architecture dependent files before building documentation
+
+ -- Diane Trout <diane at ghic.org>  Fri, 29 Sep 2017 22:17:33 -0700
+
 statsmodels (0.8.0-5) unstable; urgency=medium
 
   * Team Upload
diff --git a/debian/rules b/debian/rules
index 7bd8361..25d3dfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,6 +31,8 @@ override_dh_auto_build-arch: $(HOME)
 	dh_auto_build
 
 override_dh_auto_build-indep: $(HOME)
+	: # Documentation depends on built package
+	dh_auto_build
 	: # I: Generate documentation
 	: # Build Documentation -- assure existence of build/html for nodoc
 	mkdir -p build/html

-- 
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