[Python-modules-commits] [behave] 07/09: Fix auto_build-indep target

Vincent Bernat bernat at moszumanska.debian.org
Tue Jun 13 06:10:28 UTC 2017


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

bernat pushed a commit to branch master
in repository behave.

commit 1f9d235432a5cb759083ceabe88e64b1cebe53af
Author: Vincent Bernat <vincent at bernat.im>
Date:   Tue Jun 13 07:48:27 2017 +0200

    Fix auto_build-indep target
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index f4b79c7..9e6fca1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,7 @@ export PYBUILD_AFTER_INSTALL_python2=rm -rf {destdir}/usr/bin/
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
 override_dh_auto_build-indep:
+	dh_auto_build -i
 ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
 	cd docs && \
 	PYTHONPATH=$(CURDIR) http_proxy='http://127.0.0.1:9/' https_proxy='https://127.0.0.1:9/' \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/behave.git



More information about the Python-modules-commits mailing list