Packaging: Debian: Add man page

This commit is contained in:
Adrien Vergé
2016-03-06 16:57:49 +01:00
parent ea658ec3d6
commit 1fb673be2e
2 changed files with 8 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ Build-Depends:
python3-all,
python3-nose,
python3-setuptools,
python3-sphinx,
python3-yaml,
Standards-Version: 3.9.7
Homepage: https://github.com/adrienverge/yamllint

View File

@@ -2,3 +2,10 @@
%:
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bman docs build/man
override_dh_installman:
dh_installman build/man/yamllint.1