[pyzo] 03/04: Build and distribute the manpages.
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon May 30 22:07:30 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/master
in repository pyzo.
commit bd29416ea67610bea1f0a18908fdf7955c3c9c95
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Fri May 27 19:09:59 2016 +0100
Build and distribute the manpages.
---
debian/pyzo.lintian-overrides | 1 -
debian/pyzo.manpages | 1 +
debian/rules | 2 ++
3 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/pyzo.lintian-overrides b/debian/pyzo.lintian-overrides
index 38d107c..50dd275 100644
--- a/debian/pyzo.lintian-overrides
+++ b/debian/pyzo.lintian-overrides
@@ -1,2 +1 @@
-binary-without-manpage
extra-license-file
diff --git a/debian/pyzo.manpages b/debian/pyzo.manpages
new file mode 100644
index 0000000..b19f8c8
--- /dev/null
+++ b/debian/pyzo.manpages
@@ -0,0 +1 @@
+build/man/*
diff --git a/debian/rules b/debian/rules
index a1043de..7bb98e6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,6 +15,8 @@ override_dh_auto_build:
dh_auto_build
PYTHONPATH=. http_proxy='127.0.0.1:9' \
sphinx-build -N -b html doc build/html
+ PYTHONPATH=. http_proxy='127.0.0.1:9' \
+ sphinx-build -N -b man doc build/man
override_dh_installchangelogs:
dh_installchangelogs RELEASE_NOTES.md
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyzo.git
More information about the debian-science-commits
mailing list