[python-fabio] 04/08: refresh the packaging

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Jan 5 11:34:20 UTC 2016


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

picca pushed a commit to branch toto
in repository python-fabio.

commit 67c90cf75451836fd507fbbb9ad453b263fa4d6e
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Mon Jan 4 11:33:44 2016 +0100

    refresh the packaging
---
 debian/rules | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index fdc6695..2e7ccfe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,7 +15,9 @@ override_dh_clean:
 override_dh_auto_build:
 	dh_auto_build
 	PYBUILD_SYSTEM=custom \
-	PYBUILD_BUILD_ARGS="PYTHONPATH={build_dir} http_proxy='localhost' sphinx-build -N -bhtml doc/source build/html" dh_auto_build  # HTML generator
+	PYBUILD_BUILD_ARGS="PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/source build/html" dh_auto_build  # HTML generator
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_BUILD_ARGS="PYTHONPATH={build_dir} http_proxy='127.0.0.1:9' sphinx-build -N -bman doc/source build/man" dh_auto_build  # man generator
 
 # unactive test for now
 override_dh_auto_test:
@@ -36,7 +38,7 @@ override_dh_install:
 	rm -rf debian/python3-fabio-dbg/usr/bin
 
 override_dh_installman:
-	dh_installman -p fabio-viewer doc/man/fabio_viewer.1
+	dh_installman -p fabio-viewer build/man/fabio_viewer.1
 
 override_dh_installdocs:
 	dh_installdocs "build/html" -p python-fabio-doc

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



More information about the debian-science-commits mailing list