Packaging: Update Ubuntu package

This commit is contained in:
Adrien Vergé
2016-03-07 12:06:26 +01:00
parent 1fb673be2e
commit c88cdf5316
7 changed files with 42 additions and 31 deletions

View File

@@ -1,8 +1,11 @@
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
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