[pyfai] 12/19: write a rule in order to build the manpages

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Aug 29 12:34:08 UTC 2017


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

picca pushed a commit to branch master
in repository pyfai.

commit beac8644e3a8671ef3f094e1459f2eb0db670414
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Fri Aug 18 18:11:10 2017 +0200

    write a rule in order to build the manpages
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 085c87f..48ac82c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,7 +14,9 @@ override_dh_clean:
 	rm -f all_testimage.json fai_cfg.json lima_cfg.json profile.log
 
 override_dh_auto_build:
-	dh_auto_build -- --after-build '{interpreter} setup.py build_man'
+	dh_auto_build
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_BUILD_ARGS="PYTHONPATH={build_dir} {interpreter} build_man" dh_auto_build
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfai.git



More information about the debian-science-commits mailing list