[pyfai] 18/19: manpages are build somewhere else now

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 38df54d9df858cdc130f10423601829200aae3db
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Tue Aug 22 10:04:00 2017 +0200

    manpages are build somewhere else now
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 578b9f3..bc2c108 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@ override_dh_clean:
 	dh_clean
 	rm -f $(patsubst %.pyx,%.c,$(wildcard pyFAI/ext/*.pyx))
 	rm -rf doc/build/html
+	rm -rf build/man
 	rm -rf *.egg-info
 	rm -f all_testimage.json fai_cfg.json lima_cfg.json profile.log
 
@@ -33,7 +34,7 @@ override_dh_install:
 	dh_install
 
 override_dh_installman:
-	dh_installman -p pyfai doc/*.1
+	dh_installman -p pyfai build/man/*.1
 
 override_dh_sphinxdoc:
 ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))

-- 
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