[statsmodels] 09/21: target override_dh_auto_build instead of auto_build-arch
Diane Trout
diane at moszumanska.debian.org
Mon Sep 25 06:39:28 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 942f0be48c51eb675f0bfe2f9feab0ad7fdb91b2
Author: Diane Trout <diane at ghic.org>
Date: Thu Sep 7 23:21:26 2017 -0700
target override_dh_auto_build instead of auto_build-arch
I don't know why I need to change this, other than it doesn't build
with override_dh_auto_build-arch with pybuild.
---
debian/rules | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/rules b/debian/rules
index 8438567..d168e62 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ endif
$(HOME):
mkdir "$@"
-override_dh_auto_build-arch: $(HOME)
+override_dh_auto_build: $(HOME)
dh_auto_build
: # Hardcode backend to Agg to avoid doc build and tests failures
echo "backend : Agg" >| $(MPLCONFIGDIR)/matplotlibrc
--
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