[fiona] 01/01: Set DEB_BUILD_ARCH variable for dh_auto_test override.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Mon May 16 00:10:27 UTC 2016
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository fiona.
commit db1f6152ae693624e7d53d42ad328489d4c92cdc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon May 16 02:10:19 2016 +0200
Set DEB_BUILD_ARCH variable for dh_auto_test override.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index 5782907..be9f743 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@ export LANG=C.UTF-8
LAST_CHANGE=$(shell dpkg-parsechangelog -S Date)
BUILD_DATE=$(shell LC_ALL=C date -u "+%B %d, %Y" -d "$(LAST_CHANGE)")
+DEB_BUILD_ARCH ?= $(shell dpkg-architecture -qDEB_BUILD_ARCH)
+
export PYBUILD_NAME=fiona
export PYBUILD_AFTER_BUILD_python2 = PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' sphinx-build -N -bhtml -D today="$(BUILD_DATE)" docs/ build/html
export PYBUILD_TEST_NOSE=1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/fiona.git
More information about the Pkg-grass-devel
mailing list