[statsmodels] 14/14: target override_dh_auto_build instead of auto_build-arch
Diane Trout
diane at moszumanska.debian.org
Fri Sep 8 06:26:14 UTC 2017
This is an automated email from the git hooks/post-receive script.
diane pushed a commit to branch detrout-python3
in repository statsmodels.
commit 9ad5cc0569d8ab89d1724afefcdb823a5e9dbf37
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