[statsmodels] 01/05: d/rules: do not run the testsuite when only building arch:all packages.
Sébastien Villemot
sebastien at debian.org
Sat Aug 19 09:57:03 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch debian
in repository statsmodels.
commit e937f0250c3155a92571c318cce185988700e1f8
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sat Aug 19 11:27:57 2017 +0200
d/rules: do not run the testsuite when only building arch:all packages.
Closes: #872603
---
debian/changelog | 7 +++++++
debian/rules | 4 +++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 600bddd..52627cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+statsmodels (0.8.0-3) UNRELEASED; urgency=medium
+
+ * d/rules: do not run the testsuite when only building arch:all packages.
+ (Closes: #872603)
+
+ -- Sébastien Villemot <sebastien at debian.org> Sat, 19 Aug 2017 10:54:52 +0200
+
statsmodels (0.8.0-2) unstable; urgency=medium
* Team upload.
diff --git a/debian/rules b/debian/rules
index 7a81a42..6fb15ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -87,7 +87,9 @@ override_dh_clean:
: # Remove autogenerated version.py
rm -f statsmodels/version.py
-override_dh_auto_install: ${PYVERS:%=python-install%} ${PYVERS:%=python-test%}
+override_dh_auto_install-arch: ${PYVERS:%=python-install%} ${PYVERS:%=python-test%}
+
+override_dh_auto_install-indep:
# Per Python version logic -- install, test, move .so into -lib
python-install%:
--
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